📰 Dev.to · Sagar Maheshwary
Articles from Dev.to · Sagar Maheshwary · 8 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10288)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Sagar Maheshwary
2mo ago
Transactional Outbox with RabbitMQ (Part 2): Handling Retries, Dead-Letter Queues, and Observability
In Part 1, we built a correct and production-oriented foundation for the transactional outbox pattern...

Dev.to · Sagar Maheshwary
2mo ago
Transactional Outbox with RabbitMQ (Part 1): Building Reliable Event Publishing in Microservices
Publishing events directly to a message broker from an API handler is a common source of...

Dev.to · Sagar Maheshwary
3mo ago
Understanding gRPC Client-Side Load Balancing with DNS
gRPC is a high-performance RPC framework widely used in microservices architectures. Because gRPC is...

Dev.to · Sagar Maheshwary
4mo ago
Kubernetes Liveness vs Readiness Probes: What They Actually Mean
Health checks are essential in distributed systems. They help Kubernetes and load balancers...

Dev.to · Sagar Maheshwary
4mo ago
Hands-On Kubernetes: Running Event-Driven Microservices Locally with KIND
Kubernetes can feel heavy to experiment with, but KIND (Kubernetes IN Docker) makes it easy to run a...

Dev.to · Sagar Maheshwary
5mo ago
Operational Excellence in Go Microservices: Caching, Healthchecks, Metrics, and Tracing
In Part Two, we integrated Postgres using GORM, along with migrations and seeders, discussed Service...

Dev.to · Sagar Maheshwary
6mo ago
Designing a Reliable Data Layer in Go: PostgreSQL, GORM, and Integration Testing
In Part One, we built the foundation, setting up configuration management, structured logging, a gRPC...

Dev.to · Sagar Maheshwary
6mo ago
Architecting a Maintainable Go Microservice: Structure, Logging, and Reliability
Welcome to this series on architecting maintainable and reliable Go microservices. Instead of...
DeepCamp AI