Tag

Microservices

3 articles tagged with “Microservices

The Complete step by step Guide to Docker in .NET 10
Featured
A complete hands on guide to containerizing .NET 10 applications with Docker. This article covers multi-stage Dockerfiles, Docker Compose for full stack local development, layer caching, health checks, container networking, CI/CD pipelines, and security best practices with real examples you can use today.
Mar 15, 202620 min read
A complete hands on guide to implementing Redis in .NET 10 with StackExchange.Redis. This article covers distributed caching, session management, Pub/Sub messaging, rate limiting, health checks, and production ready patterns with real C# code you can use today.
Mar 11, 202627 min read
In today's article, I will thoroughly explain the Micro-Frontend architecture in detail, using an example in React JS. This will help you write maintainable and scalable code for your projects. Choosing the appropriate coding architecture is a best practice for any project, regardless of its size.
Feb 19, 20267 min read