Rickclean-code.dev·Nov 2, 2024Modular Monolith Architecture: A Decade of Implementation InsightsPersonal Journey in Software Development I've had the privilege of developing frontend applications professionally since 2006. My journey in software development, however, began much earlier – at age 14 with Visual Basic 4. By 17, I had achieved nati...Discusscoding
Enoch OlutunmidaProwww.thatsametechguy.com·Oct 30, 2024Microservices vs. Monoliths: Making the Right Choice for Your Engineering Needs.In the ever-evolving field of software engineering, you may have found yourself at a crossroads where you must decide: microservices or monoliths? Having been in this position a few times myself, I've gathered valuable insights along the way. Whether...DiscussMicroservices
Milan Jovanovićmilanjovanovic.hashnode.dev·Sep 28, 2024Breaking It Down: How to Migrate Your Modular Monolith to MicroservicesAs your application grows, you might find yourself considering a move from a modular monolith to microservices. This transition isn't just a technical shift. It's a strategic move that can reshape how your entire system operates. But let's be clear: ...Discuss·66 readsModular Monolith
Milan Jovanovićmilanjovanovic.hashnode.dev·Jul 20, 2024Testing Modular Monoliths: System Integration TestingModular monoliths strike a balance between the simplicity of monolithic architecture and the flexibility of microservices. By breaking down applications into cohesive modules, modular monoliths enable easier development and maintenance. However, they...Discuss·192 readsModular Monolith
Milan Jovanovićmilanjovanovic.hashnode.dev·Jul 13, 2024Building Your First Use Case With Clean ArchitectureThis is a question I often hear: how do I design my use case with Clean Architecture? I understand the confusion. Figuring out what to place in the Domain, Application, and Infrastructure layer can seem complicated. If that's not enough, we also have...DiscussApplication Core
DurgaSarandsrnk.hashnode.dev·Jan 29, 2024The Modular Monolith - Why It's Better Than MicroservicesMicroservices have become a popular architectural style for building applications, breaking them into small, discrete services that communicate through APIs. However, while microservices offer some advantages, the modular monolith is emerging as an a...Discuss·1 like·43 readsModular Monolith
Milan Jovanovićmilanjovanovic.hashnode.dev·Dec 9, 2023Modular Monolith Data IsolationModular monoliths are an architectural approach that's becoming very popular. They combine the benefits of modularity and monolithic design. Modular monoliths try to solve the shortcomings of monolithic and microservice architectures. One problem I o...DiscussModular Monolith
Milan Jovanovićmilanjovanovic.hashnode.dev·Sep 23, 2023Monolith to Microservices: How a Modular Monolith HelpsYou start building a beautiful monolith system. Maybe a modular monolith. The system grows over time, and requirements are ever-changing. Slowly, cracks begin to appear in the system. This could be for organizational reasons and distributing the work...DiscussMicroservices
Milan Jovanovićmilanjovanovic.hashnode.dev·Aug 5, 2023Modular Monolith Communication PatternsModular monoliths are becoming more popular in the software engineering community. The allure of Microservices is becoming less compelling. We also have seasoned veterans of our industry saying you should reconsider: You shouldn't start a new projec...DiscussMicroservices