Update: My lappy's stopped working I don't know what the problem was even after making hardware changes it wasn't working so formatted it and now I will resume my work
(No one reads it but ok!)
Log 3 (22/02/2026)
Today I wanted to deploy my project so I choose to do it through Vercel.
I found out my files were somehow deleted from my local pc but somehow restored it..Thanks to github.
Vercell Deployment failed ...I am doing debugging and Fixing even now...
Log 2
Shipped auth + frontend today for my AI Image Generator SaaS!
✅ JWT authentication (signup & login)
✅ Protected routes
✅ React frontend with Vite
✅ Axios instance with auth interceptors
✅ Clean dashboard UI
Slowly watching this thing come to life 👀
#buildinpublic
Log 1
I am building a mini project which will be AI Image Generator
AI Image Generator backend:
• Express.js + Clipdrop API
• multipart/form-data
• Binary→Base64
• Error decoding
Debugged auth/headers/buffers.
Completed my MCA Semester 1 exams successfully.
Last year, I consistently built and shared projects publicly—then paused. No excuses this time.
Resuming with focus: shipping regularly and learning out loud.
This year: unwavering consistency + accelerated growth.
Let's build.
Log 22: Strengthening Auth System ⚙️
🔹 Configured PostgreSQL with Docker for local setup
🔹 Installed & set up Drizzle ORM for database
🔹 Designed User Schema and built a secure Signup Route
🔹 Used Zod for input validation + refactored logic into modules
#NodeJS#DrizzleORM
Log 20: NoSQL with MongoDB
🔹 Understood the fundamentals of MongoDB and NoSQL databases
🔹 Integrated Mongoose ORM for schema modeling
🔹 Built a complete CRUD API using Express and MongoDB
🔹 Explored the Mongoose Aggregation Pipeline for advanced queries
#100DaysOfCode#NodeJS
Update: Due to medical incident took a short break and procrastinated that shit into a long one....I am to blame for my own weakness
I will try to get on track slowly day by day. So it doesn't feel heavy to get on track.
Wish me Luck🩶.
Log 19: Authentication & Authorization
🔹 Created a whole new backend for Authentication setup
🔹 Learned Salt and Hash and how to use it.
🔹 Implemented Session-based Authentication.
🔹 Understood it deeply and it's importance for security purposes
#100DaysOfCode#LearnInPublic
Log 18: Auth & JS Refresh
🔹 Understood difference → Authentication vs Authorization
🔹 Story-based intro to Login Systems
🔹 Implemented Session-based Authentication in Node.js apps
🔹 Revised Higher Order Functions in JavaScript with practice
#100DaysOfCode#LearnInPublic