Topic    #microservices



Service-discovery-in-kubernetes
2021-12-06    nishant.07@gmail.com

Service discovery in kubernetes

A-quick-introduction-to-Kubernetes
2021-12-05    nishant.07@gmail.com

A quick introduction to Kubernetes

API-Gateway-pattern-in-microservices
2021-11-21    nishant.07@gmail.com

API Gateway pattern in microservices

Bulkhead-pattern-Microservices
2021-11-20    nishant.07@gmail.com

Bulkhead pattern Microservices

circuit-breaker-pattern
2021-11-20    nishant.07@gmail.com

circuit breaker pattern

Competing-Consumers-pattern
2021-11-20    nishant.07@gmail.com

Competing Consumers pattern

Queue-based-load-levelling-pattern
2021-11-20    nishant.07@gmail.com

Queue based load levelling pattern

Service-discovery-in-microservices
2021-11-19    nishant.07@gmail.com

Service discovery in microservices

Microservices-introduction-and-decomposition-patterns
2021-11-15    nishant.07@gmail.com

Microservices introduction and decomposition patterns

Monolithic-vs-Microservices-architecture
2021-11-07    nishant.07@gmail.com

This post gives an over view of the key problems of the monolithic architecture and how microservices architecture solves these problems

Handling-queries-in-a-microservices-architecture
2021-10-19    nishant.07@gmail.com

This post explains how to handle queries in microservices architecture

Event-sourcing-and-CQRS
2021-10-16    nishant.07@gmail.com

This post explains Event sourcing and CQRS

Saga-distributed-transactions
2021-10-15    nishant.07@gmail.com

This post explains the saga distributed transaction pattern