BJBhargav Jagtapindevbhargev.hashnode.dev·Sep 13, 2023 · 2 min readHow to run aggregation pipeline in Mongodb compass?If you have a JSON-serialized aggregation pipeline that you want to use in the aggregation tab of MongoDB Compass, you can follow these steps: Generate the Aggregation Pipeline in Node.js: Use your Node.js code to generate the aggregation pipeline....00
BJBhargav Jagtapindevbhargev.hashnode.dev·Sep 1, 2023 · 3 min readEmbracing Serverless ArchitectureThe world of cloud computing has seen a paradigm shift in recent years, thanks to the emergence of serverless architecture. This innovative approach to building and deploying applications promises greater efficiency, scalability, and cost-effectivene...00
BJBhargav Jagtapindevbhargev.hashnode.dev·Aug 21, 2023 · 2 min readSSR(Server Side Rendering)How does Nextjs work on SSR backstage? Next.js uses a combination of server-side rendering (SSR) and client-side rendering (CSR) techniques to achieve its seamless SSR capabilities. Let's explore how Next.js works behind the scenes to implement SSR: ...00
BJBhargav Jagtapindevbhargev.hashnode.dev·Jan 27, 2022 · 2 min readSanity CMSSanity in simple terms Sanity Studio - Sanity is a CMS(Content Management System) that also can act as a backend for both developers and non-tech users to mutate data and stuff very great for e-commerce apps. Sanity in technical terms Sanity.io is th...00
BJBhargav Jagtapindevbhargev.hashnode.dev·Jan 26, 2022 · 2 min readTypescript in briefTypescript is not understood by the browser but what the browser does understand is javascript. So basically Ts is a superset of Js which wraps up Js thus providing extra functionality like strict type checking. Converting Ts into js happens behind ...00