Tech

Mastering a New System as a developer

When faced with a new system, it can be challenging to understand its features and capabilities, especially if it’s complex. However, with the right approach, you can quickly get up to speed and make the most of the system’s capabilities 1. Understanding the overall architecture. Before diving to the codebase it’s important to understand the…

Micronaut

Integrating AWS Service Discovery in Micronaut Application

Integrating AWS Service Discovery into Micronaut can greatly improve the scalability and reliability of your microservice-based applications. AWS Service Discovery allows you to automatically register and discover services in your environment, making it easier to manage and track changes to your infrastructure. In this blog post, we’ll explore the steps required to integrate AWS Service…