saurabhbomble.hashnode.devBasic load balancer with NGINXNGINX is an advanced web browser that can be used as a reverse proxy, load balancer, mail proxy, and caching mechanism. In this short tutorial, we scale a golang REST API service with docker-compose and distribute all the load from the client to thes...May 16, 2023路2 min read
saurabhbomble.hashnode.devTwelve Factor appThe twelve factor methodology is a language and platform-agnostic set of design principles that can help to build portable, scalable, maintainable, compatible, and robust apps rapidly. It was started by the Heroku engineering team. Reading - https://...Apr 25, 2023路5 min read
saurabhbomble.hashnode.devAggregation in MongoDBHello, devs 馃憢 In this blog, we will learn the basics of the MongoDB aggregation framework to filter, sort, group, and transform our MongoDB results. MongoDB helps us to do all these operations through aggregation pipelines which are a series of oper...Apr 15, 2022路7 min read
saurabhbomble.hashnode.devDockerize your MERN + Flask appHello developers, In this short馃槀 article, we will try to understand why and how to use docker in your next project. Why should I dockerize my project? Suppose, we have a new developer joining our team, rather than wasting other developers' time in...Feb 3, 2022路7 min read
saurabhbomble.hashnode.devBasics of SolidityHello Developers 馃憢 In this article, we are going to learn the basics of solidity. Solidity is a new, high-level programming language created specifically to implement smart contracts on the Ethereum blockchain. Table of contents Features of Solidi...Nov 27, 2021路8 min read