ASP.NET Core API Versioning
A guide to implementing API versioning in ASP.NET Core, covering setup, versioning strategies, and integration with Swagger.
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 technical guide on integrating a MySQL database with a Nuxt 3+ application using the Drizzle ORM for type-safe, modern development.
A developer's criteria and research for choosing a new, unconventional programming language to learn for full-stack web development.
A tutorial on using Python to insert data into a Supabase PostgreSQL table via its REST API.
Learn to build a basic HTTP server in Node.js using the built-in http module, covering server setup, request handling, and async callbacks.
The author introduces Tempest, a new, minimal PHP framework designed for small projects, and shares a personal health update affecting his work.
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 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 personal style guide for writing enums in PHP, covering naming conventions, backed enums, and simple methods.
A guide explaining the evolution from simple websites to complex full-stack web applications, clarifying key web development terminology.
A comprehensive 2022 cheatsheet for ExpressJS covering project setup, middleware, routing, and server configuration.
A beginner-friendly tutorial on building a Todo List web application using Express.js and Node.js, covering setup, routing, templating, and deployment.
A tutorial on implementing JWT authentication in an Express.js API, with examples using both MongoDB and PostgreSQL databases.