To keep myself updated with current technologies, I have started learning Microservices architecture, transitioning from my monolithic background. After getting a solid understanding of the basics, I stepped into my first major concept today: Service Discovery.
I learned this by following a tutorial from the Coder Ulagam channel. Here is a quick breakdown of what I covered:
Service Registration: How individual microservices register their details with a central server.
Service Discovery: How client services find other registered services dynamically without hardcoding IP addresses or ports.
Annotations: I learned exactly when and where to use






