You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
💼
OpenToWork
Shaishab Chandra Shil
shaishab316
💼
OpenToWork
Tools don’t create engineers. Struggle does. Just keep trying.
A collection of useful Git commands and techniques to streamline your workflow, improve productivity, and enhance version control practices. This guide covers advanced features, troubleshooting tips, and lesser-known Git commands to help you work more efficiently with repositories, branches, commits, and remotes. Whether you're a beginner or an …
Git Tips and Tricks
Temporary Ignore a File
Temporary Ignore a File:
To ignore a file temporarily, use: git update-index --assume-unchanged <filename>
Revert Temporary Ignore:
To undo the ignore command and track the file again: git update-index --no-assume-unchanged <filename>
A step-by-step guide to deploy React frontend, Node.js backend, and Dashboard on a fresh VPS using NGINX reverse proxy, PM2 process manager, and free SSL via Certbot. Perfect for production-ready hosting with subdomains (api & dashboard) and automatic service startup.
🌐 Easy Hosting Guide on Vps (MEAN stack)
✅ Step 0: Set Up Domain First
Open your domain provider’s dashboard
(e.g., Namecheap, GoDaddy, Cloudflare, Hostinger, Porkbun, etc.)
Go to Domain List → DNS Zone
Now observe:
🔍 If there are old A records named @, api or dashboard
👉 Delete them first.