Custom sheet sizes in SwiftUI
Explains how to use SwiftUI's new .presentationDetents modifier in iOS 16 to create custom-sized sheets with multiple detents and handle controls.
Explains how to use SwiftUI's new .presentationDetents modifier in iOS 16 to create custom-sized sheets with multiple detents and handle controls.
A developer's monthly update on experimental projects, focusing on the Helios kernel, Himitsu security tool, and the Hare programming language.
Explores the instability of importance sampling estimators and introduces truncated importance sampling (TIS) to stabilize variance by modifying large importance ratios.
Explains the differences between C#, .NET, IL, and the JIT compiler, detailing their roles in the .NET development stack.
Explains how to minimize pod disruption during node upgrades, repairs, and scale-downs in GKE Autopilot using PDBs, graceful termination, and maintenance windows.
Explains the differences between React Elements, Components, and Instances with code examples.
A personal recap of the CSS Day 2022 conference in Amsterdam, highlighting key talks on CSS layout, animations, new features, and developer tools.
The author argues that Twitter's content quality has declined for tech learning, finding Hacker News a more efficient source for high-quality articles and discussions.
Guide to setting up a deep learning environment on AWS using Habana Gaudi accelerators and Hugging Face libraries for transformer models.
A developer shares their experience successfully deploying a personal Elixir/Phoenix project called Galley using Fly.io, including configuration challenges.
A guide to embedding source notebook metadata in Excel reports using Python's pandas and xlsxwriter to simplify tracking and refreshing analyses.
Advice for engineering managers on making the leap to director, covering role definitions, promotion strategies, and mindset shifts.
Introducing gtExtras, an R package for creating beautiful, functional tables with opinionated themes and inline graphics.
A guide to building a cross-platform rich text editor for Apple's UIKit, AppKit, and SwiftUI, including open-source library insights.
A developer introduces Helios, a new capability-based microkernel written in Hare, detailing its design, current features, and future plans for a complete OS.
A tutorial on creating a GraphQL API server using Node.js and Express, covering schemas, queries, mutations, and resolvers.
Explains how high capacity utilization creates queues, hurting team performance, using a bagel shop analogy and software development simulations.
A hands-on exploration of PyTorch's new DataPipes for efficient data loading, comparing them to traditional Datasets and DataLoaders.
A hands-on exploration of PyTorch's new DataPipes for efficient data loading, comparing them to traditional Datasets and DataLoaders.
Explores the AbortController API in JavaScript, demonstrating how to cancel fetch requests and other operations using AbortSignal.