Built a CLI. Went to sleep. Woke up to 1,500+ downloads.
No promo. Just a tool devs actually needed.
Run one command → full backend setup done.
Ship useful things. That's it.
🔗 https://t.co/cSIGa7PtQM
Day 4 of sharing what I built 🧵
Folify hit 700+ users. Zero paid ads.
It turns your resume into a live portfolio website.
No design. No code. Just upload.
If you solve a real problem simply, people share it for you.
Try it → https://t.co/4h1VddS2bi
Day 2 of sharing what I built in 6 months 🧵
Built a 9-microservice payment gateway from scratch.
Auth, payments, queue processing, notifications — all talking to each other.
Live demo → https://t.co/9bcXo1eWMs
Day 1 — Learning LLD 🚀
Revised OOP fundamentals today & dived into two core relationships:
🔹 IS-A → Inheritance (a Dog is a Animal)
🔹 HAS-A → Composition/Aggregation (a Car has a Engine)
Small concepts. Big foundation. 💡
#LLD#OOP#100DaysOfCode#DSA#BuildInPublic
Day 1 – System Design Challenge
Started my system design journey today.
Client–Server Architecture
DNS (how URL → IP works)
HTTPS & why HTTP isn’t secure
Scaling (vertical vs horizontal)
#SystemDesign#100DaysOfCode#Backend
https://t.co/sEQCVKcXaF
🧵
925 downloads on my npm package for creating a backend setup.
One command gives you a production-ready backend with:
⚡ Express
⚡ TypeScript
⚡ Zod
⚡ Prisma / MongoDB
⚡ JWT + bcrypt
⚡ dotenv + CORS
Devs building faster > writing boilerplate.
npx create-backend-setup@latest
Today’s progress 🚀 Built a CLI to instantly scaffold a backend with Express, TypeScript, Zod, Prisma / Mongoose, bcrypt, JWT, CORS, dotenv, cookie-parser, and a clean folder structure—so I can skip boilerplate and ship faster. npx create-backend-setup@latest
Today’s progress 🚀
Built a CLI to instantly scaffold a backend with Express, TypeScript, Zod, Prisma / Mongoose, bcrypt, JWT, CORS, dotenv, cookie-parser, and a clean folder structure—so I can skip boilerplate and ship faster.
npx create-backend-setup@latest
Today’s progress 🚀
• Learned Prisma ORM
• Understood Prisma schema & generation
• Worked with Prisma Migrate for DB versioning
• Used Prisma Client to query the database
Leveling up backend skills step by step 💻🔥
#Prisma#PostgreSQL#BackendDev#100DaysOfCode
Today’s Progress
Learned SQL vs NoSQL,
installed PostgreSQL,
connected it with Node.js (pg/NPM),
built CRUD operations,
explored transactions (BEGIN / COMMIT),
worked with JOINs,
and learned how to prevent SQL Injection for secure web apps.
Next Step to learn ORM
Today’s progress
Learned about WebSockets, how they differ from HTTP, and how the 3-way handshake works in both protocols.
Step by step understanding the web, under the hood.