Writing
Notes on backend engineering and system design.
Short-form writing on Java, Spring Boot, AWS, distributed architecture, and the craft of shipping SaaS end-to-end. Updated when I have something worth saying.
15 Dec 2024
8 min read
Featured
Building Resilient Microservices with Spring Boot: A Comprehensive Guide
Explore advanced patterns and best practices for designing fault-tolerant microservices using Spring Boot, including circuit breakers, retry mechanisms, and proper error handling strategies.
10 Dec 2024
6 min read
Optimizing Java Applications for AWS Lambda: Cold Starts and Performance
Deep dive into improving Java application performance in serverless environments, covering GraalVM native images, memory optimization, and cold start reduction techniques.
5 Dec 2024
10 min read
Modern API Design Patterns with Spring Boot and OpenAPI
Learn how to design clean, maintainable REST APIs using Spring Boot, covering documentation, versioning, error handling, and security best practices.
Subscribe