Swift 6 Migration
A podcast episode discussing the migration process to Swift 6, covering its non-breaking changes, new features, and the importance of planning.
A podcast episode discussing the migration process to Swift 6, covering its non-breaking changes, new features, and the importance of planning.
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
A developer's perspective on learning what truly matters for personal fulfillment, rather than just following industry trends.
Exploring the concept of 'buildless' web development, where code runs without bundlers or build steps, and examining modern techniques to achieve it.
Author announces intention to start publishing weekly notes about their work, reading, and learning, focusing on technical setup and goals.
Introduction to Kubernetes Gateway API, its role as the successor to Ingress, and key differences for managing external traffic routing.
A tutorial on using the Posh-Postcodes.io PowerShell module to validate UK postcodes from a CSV file.
A developer's critique of the Base (Ethereum L2) documentation, highlighting jargon and onboarding barriers for newcomers to blockchain development.
Explores funding models for open source software, including foundations, donations, and venture capital, and their impact on sustainability.
A guide to React's useDeferredValue hook, explaining its purpose for performance optimization and providing a practical code example.
Explores best practices for securing Azure ARM templates and using PowerShell to automate secure Infrastructure as Code deployments.
A developer explains the creation of 'bic', a minimal static site generator written entirely in Bash, detailing the motivation and technical approach.
A guide to implementing automatic component imports for MDX files in the Astro framework using the astro-auto-import package.
A tutorial on implementing file downloads in Remix using the useFetcher hook, covering resource routes and dynamic file generation.
A developer episode on using Kamal to deploy a demo app to a Digital Ocean Droplet VM, covering the tool's operations.
A technical guide on using linear interpolation (lerpColor) in p5.js to create smooth color gradients through code.
A step-by-step guide to configuring a site-to-site VPN connection between a UniFi Dream Machine and an Azure VPN Gateway.
A beginner's guide to using the PowerShell Select-Object cmdlet for filtering and selecting data from objects in scripts and automation.
Analyzing the effectiveness of tools like YARPGen in exploring state space for finding missed alarm bugs in formal verification.
Explains how to compute specific entries of the inverse of a sparse symmetric positive definite matrix in C++ using Eigen and the Takahashi recursions.