Amaan Sayyadnosanablog.hashnode.dev·Jan 25, 2025Mantle Network: The Ethereum Layer-2 Revolution for Developers and UsersIn the ever-expanding world of blockchain and decentralized applications (dApps), scalability, transaction speed, and cost-efficiency are at the forefront of every developer’s mind. With Ethereum’s growing popularity and high gas fees, the need for a...Mantle
Serhat Levent Yavaşserhatleventyavas.dev·Jan 4, 2025Monolitik Mimarinin Gücü ve Sınırları: Mikroservislere Geçişin İlk AdımıYazılım geliştirme dünyasında mimari seçimleri, projelerin başarısı için kritik bir öneme sahiptir. Günümüzde birçok ekip mikroservis mimarisine yönelse de, monolitik mimari hala güçlü bir seçenek olarak karşımıza çıkmaktadır. Özellikle hızlı başlang...Microservices
Milan Jovanovićmilanjovanovic.hashnode.dev·Dec 14, 2024Internal vs. Public APIs in Modular MonolithsEvery article about modular monoliths tells you to use public APIs between modules. But they rarely tell you why these APIs exist or how to design them properly. A modular monolith organizes an application into independent modules that have clear bou...Modular Monolith
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...coding
Enoch Olutunmidawww.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...Microservices
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: ...321 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...201 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...Application 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...1 like·45 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...Modular Monolith