Milan Jovanovićmilanjovanovic.hashnode.dev·Jan 17, 2025Scaling Monoliths: A Practical Guide for Growing SystemsMonoliths get a bad rap in our industry. We're told they're legacy, that they don't scale, and that we need microservices to succeed. After spending many years scaling systems from startups to enterprises, I can tell you this isn't true. A well-desig...scaling
Prajwal Deshpandeprajwalsblog.hashnode.dev·Jan 16, 2025Why Your Next Project Should Embrace a MonoRepo StructureUnderstanding MonoRepos: A Simple Guide for Developers In the world of software development, managing multiple projects can be a daunting task. This is where MonoRepos comes into play. A MonoRepo, short for monolithic repository, is a single reposito...software architecture
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Oct 15, 2024Microservices vs Monoliths - Why Some Big Companies Are Making the Move Back to MonolithsIn recent times, microservices architecture has been the go-to for building scalable, flexible applications. Big companies, particularly those with highly complex systems, switched to microservices to break down monolithic applications into smaller, ...monolithic architecture
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
Artur Stępniaktltales.com·Jun 4, 2024Case for Modular MonolithModular monoliths have fortunately become more popular recently, with many renowned architects and engineers recommending them as the default application architecture. Notably, Sam Newman, a microservices guru, advocates for their use, prompting reco...103 readsModular monolitharchitecture
Maulik Sompuramauliksompura.in·Apr 29, 2024Monolith → MicroservicesIn the realm of software development, monolithic applications have long reigned supreme. Imagine a towering castle - all functionalities reside within a single codebase. But as kingdoms grow, so do their needs. Monoliths, while initially convenient, ...86 readshashtag-architecture
Ayush GhaiforGodspeed Systemsgodspeed.hashnode.dev·Apr 18, 2024Configure Over Code & Declarative ProgrammingHello friends I have some good news to share. We crossed 600 members in Godspeed's Discord channel recently! :D Also, I have an important and cool news coming soon. Stay tuned for that. In meantime, let us more forward with our learning path towards ...34 readsThe 10X Engineer#configureovercode
Smit Desaismitd.hashnode.dev·Apr 12, 2024React Exploring the WorldMicro-services v/s Monolith Monolith: A huge big project which itself has API code, UI code, Auth Code, DB code, etc. Everything inside a single project. Building & compiling this project itself is huge task here. All developers work on same project/...54 readsReact
sidsid707.hashnode.dev·Mar 15, 2024Evolutionary Approaches to Software ArchitectureOne thing I've come to realize in my short career as a software engineer (or maybe as just an engineer) is that there are no silver bullets. If there was one then everyone would be using it. Engineering is about managing tradeoffs. Every solution to ...54 readsagile
sidsid707.hashnode.dev·Mar 10, 2024Avoiding Distributed MonolithsImg Source: The First Rule of Building Microservices: Don’t Build Microservices The recommended approach I've gathered from watching several talks and reading articles on this topic is monolith -> modular monolith -> microservices. This way you know ...63 readsmonolith