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

Search for a command to run...
Articles tagged with #java
How I integrated, hardened, and deployed the system — and what I still want to improve

Breaking the monolith, one service at a time

Exploring the inspiration and lessons behind SpringForge — my model-driven tool for generating Spring CRUD logic.

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...

Hi everyone! Welcome back to a new blog post. Today, we'll continue with our student microservice API and extend it with an Auth server to secure our microservice communication. Prerequisites To follow along with this guide, you should: Be able to f...
![[Learn Microservices With Me] Securing Microservice Communication Using An Auth Server](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fstock%2Funsplash%2FFnA5pAzqhMM%2Fupload%2Febf07ad9ca67c8a08006bdb549066ab0.jpeg&w=3840&q=75)
Hi everyone! In this new tutorial, I'll be going over my complete guide to testing a REST API using Spring Framework. This includes unit testing each layer (i.e., controllers, services, and dao layers) along with integration testing the entire API by...
