microservicesbynavjot.hashnode.devDay-01: Monolith vs MicroservicesMicroservices is an architectural concept where we divide a big application into multiple small, independent services instead of keeping everything inside one single codebase. This approach helps solve many challenges that appear when our application...Jan 9·3 min read
how-i-build-scalable-mern-stack-applications.hashnode.devHow I Build Scalable MERN Stack Applications for Real-World UseBuilding a web application is easy today. Building one that performs well under real users, handles growth, and remains maintainable over time is the real challenge. As a MERN Stack and Node.js developer, my focus is not just on making applications w...Jan 9·3 min read