Optimizing Docker Builds: Layer CachingOptimizing Docker builds with layer caching can save time and resources. The order of statements in a Dockerfile significantly impacts…Dec 19, 2024Dec 19, 2024
Serverless AWS CLI Requirements and PrerequisitesTo develop an AWS Serverless application from AWS CLI using Node, npm, the installation and setup process is as follows.Dec 11, 2024Dec 11, 2024
Containerizing an Application and Deploying using Docker ComposeHow to containerize an application and create a Docker Compose file for running multiple container along with the networking.Nov 6, 2024Nov 6, 2024
Hosting an app on AWS EC2: A Simple GuideIn this blog post, we’ll walk you through the step-by-step process of deploying your web application to Amazon Web Services (AWS) Elastic…Apr 24, 2024Apr 24, 2024
Database Sharding and Multiple Databases Architecture implementationIn this article, we dive into the intricacies of Database Sharding and Multiple DB approaches, exploring their benefits, challenges, and…Jan 5, 20241Jan 5, 20241
Secure User Authentication: A Guide to Sending mobile OTPs via Twilio and Node.jsIn this article, we explore the power of Twilio and Node.js in seamlessly integrating one-time passwords (OTPs) for mobile authentication.Dec 22, 2023Dec 22, 2023
Large Language Models (LLMs): A Dive into Fine Tuning with Practical ExamplesIn this article, we’ll explore the process of fine-tuning a pre-trained LLM. We’ll begin by introducing essential concepts and techniques…Dec 5, 2023Dec 5, 2023
Caching Concepts in NodeJS with examplesWe go through implementation types of caching(In-Memeory and Redis caching) and how to implement them using NodeJS with practical examples.Nov 28, 2023Nov 28, 2023
Google Login (Authentication using Oauth2, Passport, NodeJS)We go through how to login/authenticate users using there google account with the help of passport, Oauth2.Nov 21, 20231Nov 21, 20231