Topics

Technology Topic / Article

Architectural Design Patterns

01 – Spring Boot – Resilient MicroService Design – Timeout Pattern
02 – Spring Boot – Resilient MicroService Design – Retry Pattern
03 – Spring Boot – Resilient MicroService Design – Circuit Breaker Pattern
04 – Spring Boot – Resilient MicroService Design – Bulkhead Pattern
05 – Spring Boot – Resilient MicroService Design – Rate Limiter Pattern
06 – Architectural Pattern – Health Endpoint Monitoring With Kubernetes Liveness Probe & Readiness Probes
07 – Architectural Pattern – Cache-Aside / Read-Through Pattern
08 – Architectural Pattern – Event Carried State Transfer Pattern Implementation With Kafka
09 – Architectural Pattern – Master & Read Replica With Redis For High Availability
10 – Architectural Pattern – Materialized View Pattern Using Spring Boot + PostgreSQL
11 – Architectural Pattern – CQRS – Command and Query Responsibility Segregation Using Spring Boot + PostgreSQL
12 – Architectural Pattern – Pub/Sub Pattern Implementation With Redis
13 – Architectural Pattern – Push Notifications / Messages To The Browser Using Event Stream
14 – Architectural Pattern – Choreography Saga Pattern Implementation Using Kafka
15 – Architectural Pattern – Init Container Pattern Implementation With Kubernetes
16 – Architectural Pattern – Sidecar Pattern Implementation With Kubernetes
17 – Architectural Pattern – Adapter Pattern Implementation With Kubernetes
18 – Architectural Pattern – Priority-Queue Pattern Implementation With Redis
19 – Architectural Pattern – Competing Consumers Pattern Implementation With Kubernetes