When "no healthy upstream" isn't about the upstream you think
A technical post about debugging an intermittent 'no healthy upstream' error in a search backend, revealing a misdiagnosed root cause.
A technical post about debugging an intermittent 'no healthy upstream' error in a search backend, revealing a misdiagnosed root cause.
A developer shares Django features they enjoy while building backend-focused websites with SQL and HTML, including query builders and template filters.
Using Apple container machines to test a Swift backend for iOS apps locally.
Explores how engineers' specializations shape project outcomes, using dashboard examples to show backend vs frontend approaches.
A monthly roundup of non-trendy software resources, including articles on TUI accessibility, CSS font fallbacks, and a proposal for a universal do-not-track flag.
A curated list of 13 newsletters covering .NET, React, system design, AI, frontend, and engineering leadership to help developers improve.
Learn about Django's new GeneratedField in Django 5.0 through practical examples at the Django London 2026 meetup.
Explores real-world examples of companies using Swift and Vapor for server-side applications, including Things Cloud and TelemetryDeck.
A tech lead shares job search experiences, Go language passion, and monthly tech article picks including CSS color precision and Node.js release schedule changes.
A developer shares their initial experiences and positive impressions of learning Django, highlighting its explicitness, built-in admin, and ORM.
A technical guide on building an AI agent server using the AG-UI protocol and Microsoft's Agent Framework for Python, with GitHub code.
A guide to implementing API versioning in ASP.NET Core, covering setup, versioning strategies, and integration with Swagger.
A developer simplifies a content scheduling system by replacing a cron job and state machine with a smarter database query using future publication dates.
A beginner's guide to implementing web servers, covering HTTP requests, responses, status codes, and client-server architecture.
A talk from DjangoCon US 2025 explaining how to use Django 5.0's new GeneratedField, which computes values in the database.
A technical guide on integrating a MySQL database with a Nuxt 3+ application using the Drizzle ORM for type-safe, modern development.
A developer built stats.store, a free, open-source, privacy-first analytics backend for Sparkle-based Mac apps, avoiding invasive tracking.
A tutorial on setting up a modern React frontend with Vite and a Flask backend, updated for 2025 development practices.
A developer's criteria and research for choosing a new, unconventional programming language to learn for full-stack web development.
Explains Go's singleflight package for preventing duplicate work during concurrent requests, improving backend efficiency.