Deep Dive - How Chunked Transfer Encoding Works
A technical exploration of HTTP/1.1's chunked transfer encoding, demonstrating its implementation with FastAPI for streaming data.
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.
A tutorial on building a URL shortener service using C#, .NET, and Redis, covering both a forwarding API and a management CLI.
An overview of Django's built-in session management system, explaining its security features and how to configure them for robust user data protection.
A developer compares Django and Ruby on Rails for web development, discussing his choice and offering advice for learners.
A tutorial on building server-side applications using the Hummingbird framework in Swift, covering setup and key features.
A backend engineer contrasts the diverse, complex nature of backend system design with the more uniform iOS development, based on hiring interview experiences.
Critique of external tech recruitment, highlighting mismatches between candidate skills and backend role requirements.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
Explores rate limiting concepts for web apps, covering why it's needed, algorithms, and implementation strategies with .NET examples.
A tutorial on implementing full-text search in Django applications using PostgreSQL's built-in search capabilities.
A comprehensive guide to managing environment variables and configuration in NestJS applications using the built-in Config Module.