
Command Palette
Search for a command to run...

Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
One Lesson From Clean Code That Transformed My Coding Style
How Robert Martin's Stepdown Rule Helps Me Write Cleaner Code

Inside My Monolith-to-Microservices Migration (Part 2): Aggregation, Resilience4J, and Production Deployment
How I integrated, hardened, and deployed the system — and what I still want to improve

Inside My Monolith-to-Microservices Migration Using Spring, Kafka, and AWS
Breaking the monolith, one service at a time

SpringForge Dev Diary: How We’re Automating Spring Boot CRUD with Models
Exploring the inspiration and lessons behind SpringForge — my model-driven tool for generating Spring CRUD logic.

Java Code Generation Using JavaPoet
Hi everyone. Welcome to a new blog post! Today, I’m excited to share a cool Java library I learned about called JavaPoet. Let’s dive straight into it by briefly discussing how it works and then showing it in action. What Is JavaPoet? JavaPoet is a li...
