Using API Gateway in Microservices Architecture
A detailed review on the importance of API Gateways when building microservices architecture with .NET and how to implement them using Ocelot.
Read MoreThoughts on backend development, .NET, microservices architecture and software engineering
A detailed review on the importance of API Gateways when building microservices architecture with .NET and how to implement them using Ocelot.
Read MoreComparison of two popular database systems, their advantages, disadvantages, and which should be preferred in which scenarios.
Read MoreA practical guide on how to package your .NET applications with Docker and reduce image size using multi-stage builds.
Read MoreDeveloping effective caching strategies using Redis in high-traffic applications. Cache-aside, write-through and other patterns.
Read MoreManaging complex business logic and building scalable systems using CQRS pattern and Event Sourcing.
Read MoreSetting up automated build, test and deployment pipelines for your .NET projects using Azure DevOps. Pipeline as code with YAML.
Read MoreImplementing pub/sub, request/reply and other messaging patterns using RabbitMQ for inter-microservice communication.
Read MoreJWT authentication, OAuth2 authorization and other security measures to secure your RESTful APIs.
Read MoreManaging background jobs, scheduled tasks and recurring jobs in .NET applications using Hangfire.
Read More