Home
-
Comprehensive Guide to Spring Modulith
The most challenging thing in today’s rapid landscape of software development is adaptability and evolution. While the applications grow in their degree of complexity, the monolithic architecture often becomes a bottleneck on innovation and slows down the development cycles. It is here that modularity will come into play and act as a powerful solution for the challenges. Enter Spring Modulith: a framework that enables developers to create applications in a truly modular manner. By encouraging a clear separation of concerns, Spring Modulith makes maintenance and updates easier, as well as increasing the ability of large development teams to work in true collaboration. Imagine being able to have different teams working on different modules in parallel, reducing friction and speeding up delivery times. In…
-
Mastering RabbitMQ with Spring Boot: Setting Up Beans and Implementing Dead Letter Queues (Part 2)
Welcome in the second blog post in my short series about RabbitMQ and Spring Boot using AMQP starter. If you missed the first one you can find it here. This time I will cover a few more topics that could be also interesting for each developer implementing a solution based on this stack. I’ll begin…
-
Mastering RabbitMQ with Spring Boot (Part 1)
After long break I’m back with some new interesting topic for you. I decided to bring my blog back to life with regular posting. Hopefully time allows me to do it more often than one time a year 🙂 In my new small serie of two blog posts I will introduce you RabbitMQ, one of…