SBSaurabh Bombleinsaurabhbomble.hashnode.dev路May 16, 2023 路 2 min readBasic 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...00
SBSaurabh Bombleinsaurabhbomble.hashnode.dev路Apr 25, 2023 路 5 min readTwelve 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://...00
SBSaurabh Bombleinsaurabhbomble.hashnode.dev路Apr 15, 2022 路 7 min readAggregation 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...02GR
SBSaurabh Bombleinsaurabhbomble.hashnode.dev路Feb 3, 2022 路 7 min readDockerize 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...00
SBSaurabh Bombleinsaurabhbomble.hashnode.dev路Nov 27, 2021 路 8 min readBasics 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...00