Posts related to Node.js
Self-Hosting Next.js on Ubuntu VM with GitHub Actions for Automatic Deployments
August 18, 2024Step by step guide on how to self host next js application using nginx and pm2 on the ubuntu virtual machine and also setup github actions for automatic deployments
How to handle File Uploads (images, videos, pdf) using Multer in Express.js Node.js
July 8, 2024Step by step guide on how to handle file uploads in express js using multer
How to clone private github repo in the Cloud Virtual Machine or Remote Machine
December 14, 2023Guide on how to clone private github repository in your vm or remote machine.
How to host Node.js Express server on VPS/Cloud Ubuntu Nginx with SSL Certificate
December 6, 2023Host Node.js typescript express server on vps machine running ubuntu and use nginx as a proxy and configure SSL certificate
How to setup Drizzle ORM in Node.js with Typescript and Perform CRUD operation
September 15, 2023Step by step guide on how to setup and and use drizzle orm in node js with typescript and perform crud operation