Strongly Typed Middleware in ASP.NET Core
Explains how to implement strongly typed middleware in ASP.NET Core using the IMiddleware interface, contrasting it with the conventional approach.
Explains how to implement strongly typed middleware in ASP.NET Core using the IMiddleware interface, contrasting it with the conventional approach.
A technical guide exploring the new output caching middleware in .NET 7, demonstrating its setup and usage with practical API examples.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.
A Reactathon talk exploring Redux async logic tools like thunks, sagas, and RTK Query, with current recommendations for side effect management.
Explores the internal mechanics of starting an orchestration in Azure Durable Functions, focusing on message queuing and client initialization.
Guide to implementing Azure AD JWT authentication and authorization using middleware in .NET isolated process Azure Functions.
Explains how to prevent .NET API from incorrectly adding cache headers to unsuccessful HTTP responses like 400 BadRequest, ensuring proper caching behavior.
Explains how to customize HTTP responses for failed authorization in ASP.NET Core 5.0 using the IAuthorizationMiddlewareResultHandler interface.
A guide to implementing and configuring health checks in ASP.NET Core applications, including setting up a dashboard to monitor multiple services.
A concise reference guide covering the basics of Express.js and MongoDB/Mongoose, including setup, routing, middleware, and request/response handling.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.
An in-depth look at Django middleware, explaining its role and function in handling requests and responses in a web application.
A tutorial on implementing middleware for React's useReducer Hook, including a custom hook example.
A guide to Django's user authentication and authorization system, covering setup, the User model, and the login process.
A tutorial on implementing endpoint authorization for a GraphQL API built with GraphQL.NET and ASP.NET Core 3.1.
A guide to understanding and fixing CORS errors in Express.js, including whitelist configuration and middleware setup.
A guide to creating microservices with Merver, a lightweight Node.js web framework built on core HTTP libraries.
A tutorial on implementing error handling in Express.js applications, focusing on database validation errors.
Explains the concept of middleware in Express.js, detailing its role in request handling and providing code examples.
How to retrieve the current API route name in ASP.NET Core 3.1 for metrics, covering changes from endpoint routing in 2.2.