Home / Category / NodeJs
NodeJs

9 min read . Jun 2, 2024
Deploy NodeJs Application in EC2 with HTTPS(SSL) and CI/CD : A Comprehensive Guide
Learn how to deploy a Node.js application on AWS EC2 with HTTPS for secure connections and implement a CI/CD pipeline for seamless updates. This step-by-step guide covers everything from setting up your EC2 instance and installing Node.js, to configuring NGINX for HTTPS and SSL certificates, and automating your deployment process using popular CI/CD tools. Perfect for developers looking to streamline their deployment process and enhance security.

7 min read . May 25, 2024
Google OAuth with Nodejs and React
Lets implement Google sign in functionality in a the React application without any external library. I will be using Google OAuth 2.0 and Google apis to integrate it in our NodeJs application and at the end we will be calling our nodejs endpoints from out frontend applications like React, Angular, Vue or our vanilla JavaScript