Naveen VOptimizing 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
Naveen VContainerizing 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
Naveen VDatabase 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
Naveen VHosting 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
Naveen VSecure 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
Naveen VCaching 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
Naveen VGoogle 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
Naveen VIncrease Speed of the Nodejs Server using Compression (Gzip)Based on the fact that “Transferring a data of less size is faster when compared to that of a data with more size”, if we reduce the size…Dec 22, 2022Dec 22, 2022
Naveen VChatbot with OpenAI API and NodeJSIn this project, we’ll use the ChatGPT API with Node.js to build a versatile chatbot powered by the GPT-3.5 Turbo model. This bot…Nov 10, 2023Nov 10, 2023
Naveen VSocial Media Posts ApplicationThe App is a simple social media application that allows users to post interesting events that happened in their lives. We make use of…Dec 27, 2022Dec 27, 2022
Naveen VChat Application using Sockets, NodejsWe build a Chat room application, where users can join the room and share messages and location, making use of web sockets and some other…Dec 17, 2022Dec 17, 2022
Naveen VReal Time Weather data, using NodeJs and external Weather API’sThis is a hands on article. So refer the code-Github along with this article for better understanding.Dec 14, 2022Dec 14, 2022
Naveen VTask Manager application Using MongoDB with NodejsA Task-manager-app using MongoDb, performing REST API Operations like GET/POST/PATCH/DELETE to play around with the data in MongoDb…Dec 10, 2022Dec 10, 2022
Naveen VUser Management System — Nodejs, Express, MySQL & HandlebardsWe are going to build a basic user management system using Node.js, Express, Express-Handlebars and MySQL. You can use this post as a…Mar 12, 2022Mar 12, 2022