Mathieu Poissardwakatepe.hashnode.dev·Nov 2, 2023Managing Monorepos with a Merge Queue: a Game ChangerHandling large codebases is a tough job, and it's even harder when dealing with monorepos. A monorepo is a single code repository that contains multiple projects or modules. It's a handy way to share code across teams and manage dependencies. But dea...Discussmonorepo
James Oluwaleyetwelve.hashnode.dev·Nov 2, 2023Microservices vs. Monoliths: Which Architecture is Right for Your Project?In the world of software architecture, one of the fundamental decisions that developers face is choosing between microservices and monoliths. Both approaches offer distinct advantages and drawbacks, making it essential to understand the differences a...DiscussMicroservices
amschel🦀techlia.hashnode.dev·Oct 23, 2023Scaling your Node.js Application: Monolith vs MicroservicesNode.js is one of the most popular choices for building web applications. However, as your application grows, you may need to scale it to handle a higher volume of traffic. There are two main ways to scale a Node.js application: by creating a monolit...Discussmonolith
Dominik Szymańskicodesmash.dev·Oct 19, 2023Architecting Your Software Startup: Learning from Citadel's Monolithic FoundationsWhile building a software startup you must carefully consider the architectural foundation on which your future multi-billion dollar business will be built. This will profoundly influence the trajectory and either set up you for success or a great fa...Discuss·11 likes·27 readsSoftware Engineering
Ameet Madanblog.ameetmadan.com·Oct 19, 2023Unveiling Backend Paradigms: Monolith vs. MicroserviceIn a digital age where efficiency and speed are prized, the structure of a backend system plays a pivotal role in determining an application's success. Two popular architectures reigning in the tech realm are Monolithic and Microservices. Each comes ...DiscussMicroservices
Chris BathProblog.bluurr.com·Sep 9, 2023Microservices - Help my data is stuck in the monolithI'm always hearing of organisations that are looking to embark on the journey of decomposing their monolith into microservices. This post explores near real-time data migration challenges from monolithic to microservices architecture. Several strateg...Discuss·123 readsarchitecture
Aslam Ahemadaslamahemad.hashnode.dev·Jul 26, 2023Monolith vs Microservices: Choosing the Right Architecture for Your ApplicationWhen building a new application, one of the first questions many developers will confront is whether to start with a monolithic application or one that leverages microservices. Both of these methods can build robust applications that serve a variety ...DiscussMicroservices
Akshay Mukadamakshaym.hashnode.dev·Jul 19, 2023Understanding Monolith Services Made EasyWhat is Monolith? A monolith service is a traditional approach to building your application. A monolith is a single unified unit, which contains all its associated components i.e. business logic, front-end code, configuration files, etc. To be precis...Discuss·4 likes·112 readsbackend
Gagandeep Singhblog.gagan93.me·Jul 13, 2023Monolith → MicroservicesAt LocoNav, we have been maintaining a decently large (yet manageable) monolith Rails application. Initially, all of our backend stack was in Ruby. With time, our ingestion layer was rewritten in Golang, and the data layer was moved to Java, but the ...Discussarchitecture
Mido Sayedmidosayed.hashnode.dev·Jul 11, 2023The Evolution of Software Development in the Cloud EraIntroduction In the fast-changing technological world of today, application development has become an important part of businesses in many different fields. With the rise of cloud computing, developers have seen a big change from a single-piece archi...Discuss·39 readsCloud