Some notes on starting to use Django
A developer shares their initial experiences and positive impressions of learning Django, highlighting its explicitness, built-in admin, and ORM.
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.
A technical exploration of HTTP/1.1's chunked transfer encoding, demonstrating its implementation with FastAPI for streaming data.
A tutorial on using Python to insert data into a Supabase PostgreSQL table via its REST API.
A podcast episode discussing server-side Swift development, focusing on the Hummingbird framework and sharing experiences with app releases.
Announcing a new article on building a web app with HTMX and FastAPI, published on TestDriven.io.
Learn to build a basic HTTP server in Node.js using the built-in http module, covering server setup, request handling, and async callbacks.
Explains how Puzzmo's API uses a plugin architecture and TypeScript to manage per-game customizations for features like leaderboards and news.
The author introduces Tempest, a new, minimal PHP framework designed for small projects, and shares a personal health update affecting his work.
A technical guide on using Python's datetime module to handle dates, times, and timezones effectively within Django web applications.