Essential Tools to Bookmark
💻
📮
🐙
🍃
▲
🚀
🎨
🗃️
🐳
⚡
VS Code
Best code editor
Postman
API testing & docs
GitHub
Version control & portfolio
MongoDB Atlas
Free cloud MongoDB
Vercel
Free frontend hosting
Render
Free backend hosting
Figma
UI design & prototyping
TablePlus
DB GUI for SQL/NoSQL
Docker
Containerize apps
Thunder Client
API client inside VS Code
🚀 Portfolio Projects to Build
MERNBeginner
Full-Stack Todo App
Build a complete CRUD todo application with React frontend, Node/Express API, MongoDB storage, user auth with JWT, and deploy to Vercel + Render.
React · Node.js · Express · MongoDB · JWT
MERNIntermediate
Real-Time Chat Application
Build a full-stack chat app with Socket.io for real-time messaging, rooms, online presence indicator, and message history with MongoDB.
React · Socket.io · Node.js · MongoDB
MERNAdvanced
E-Commerce Platform
Build a full e-commerce store with product catalog, cart, Stripe payments, order management, admin dashboard, and image uploads to Cloudinary.
React · Redux · Node.js · Stripe · MongoDB
JavaIntermediate
Banking REST API
Build a banking microservice with Spring Boot — user accounts, transactions, Spring Security with JWT auth, and H2/PostgreSQL database with JPA.
Spring Boot · Spring Security · JPA · PostgreSQL
.NETIntermediate
Task Manager API + Blazor UI
Build a project management tool with ASP.NET Core Web API backend and Blazor WASM frontend, EF Core with migrations, and Azure deployment.
ASP.NET Core · Blazor · EF Core · Azure
PythonAdvanced
AI-Powered Blog Platform
Build a Django blog where users can write posts and get AI-generated summaries, tags, and SEO suggestions using the OpenAI API — with Celery for async tasks.
Django · DRF · OpenAI API · Celery · PostgreSQL