Running GKE Autopilot at Scale
Best practices for setting up and scaling large Google Kubernetes Engine (GKE) Autopilot clusters, covering networking, quotas, and pre-warming.
Best practices for setting up and scaling large Google Kubernetes Engine (GKE) Autopilot clusters, covering networking, quotas, and pre-warming.
A guide to provisioning temporary spare capacity in GKE Autopilot clusters using low-priority placeholder Jobs for anticipated scaling events.
Article discusses SQLite's limited built-in functions, compares it to other databases, and introduces a Go-based standard library extension.
A guide on integrating Azure Cognitive Services AI capabilities into React applications, based on a conference talk.
Explains the pitfalls of using `async void` in C# and provides safer alternatives for asynchronous programming.
The article argues that true mass collaboration on the internet is a myth, using examples from open source, gaming, and teamwork dynamics.
A tutorial on building an appointment booking system using Twilio's WhatsApp API, Notion for data storage, and FastAPI for backend logic.
Explores methods for creating slim, secure container images, comparing Alpine, Distroless, Apko, Chisel, and DockerSlim, and analyzing developer priorities.
A technical tutorial on setting up the Valhalla routing engine to generate isochrone maps using OpenStreetMap data and QGIS.
Explores using the H2 in-memory database for testing with jOOQ, covering SQL standardisation and H2's compatibility modes.
A guide to implementing content tagging in SwiftUI using the TagKit library, covering slugification and customizable tag views.
A developer shares their experience creating a SwiftUI app for syntax highlighting Swift code, built using John Sundell's Splash package.
A tutorial on building iOS widgets with SwiftUI, covering the TimelineProvider, entry views, and widget structure.
A developer works on the edit page for a teacher checklist feature in a Django/Python SaaS application.
A developer's personal review of the ultra-portable GPD Micro PC, comparing it to a MacBook Pro and detailing its use for programming on the go.
A critique of PINE64's shift away from community-driven development towards a Manjaro-focused model, harming its open-source ethos.
A review and guide to NDepend, a static code analysis tool for .NET, covering its features, setup, and use for improving code quality.
A developer's wishlist for PHP improvements, including generics, static analysis, a TypeScript-like superset, and syntax enhancements.
Guide to migrating from old to new routing and data loading syntax in SvelteKit's August 2022 update, including a migration tool.
A guide explaining the core concepts behind React's re-rendering process, including common misconceptions and practical debugging tips.