Sakshi from KushoAIforSoftwareDeepDivessoftware-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, ...Discussmonolithic 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: ...Discuss·66 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...Discuss·99 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, ...Discuss·81 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 ...Discuss·33 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/...Discuss·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 ...Discuss·52 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 ...Discuss·60 readsmonolith
sidsid707.hashnode.dev·Mar 9, 2024Thoughts on Amazon Prime Video's microservices to monolith transitionI read the blog article, read DHH's post, watched Fireship's video, and this is just me collecting my thoughts. I don't think DHH is making a case against microservices. In the first line of the article he says "I won't deny there may well be cases w...Discuss·57 readsmonolith
Sandeep Naidusandeepnainala.hashnode.dev·Jan 29, 2024Difference between Monolithic and MicroservicesMonolithic Architecture: In a monolithic architecture, the entire application is built as a single, indivisible unit. All components and functionalities are tightly coupled, meaning they are dependent on one another. Here are some key characteristics...DiscussDevops