๐ Embarking on a new journey in web development!
๐ Letโs connect! If youโre a seasoned developer. If youโre a fellow newbie, letโs learn together! ๐ค
Just finished learning all the TypeScript basics ๐
Now I want to build real backend projects using TypeScript instead of getting trapped in endless tutorial loop.
Thinking about working with:
Express
MongoDB
APIs
Authentication
Need some solid backend project ideas for practice
@saen_dev True. I started using Zod for runtime validation and realized how painful debugging gets without type safety. Now Iโm realizing TS strict mode makes refactoring way easier.
Completed my MongoDB assignment today and started learning TypeScript ๐
Learning backend step by step:
โ MongoDB
โ APIs
โ JWT Auth
โ Middleware
๐ TypeScript
Slowly understanding why developers are obsessed with type safety now ๐ญ
#typescript#mongodb#javascript#coding
Today I learned how to connect MongoDB with a backend server, fetch data through frontend API, and implement JWT authentication for protected route.
Data goes from database โ backend โ token verification โ frontend instead of using AI #NodeJS#BackendDevelopment#JavaScript
๐ฅ Building in public โ Backend Development Journey
Built a Todo REST API with Node.js & Express from scratch.
What's inside: โ RESTful routesโ Custom middleware for input validation โ Rate limiting โ Global error handling.
GitHub: https://t.co/iSink1tG5M
๐ฅ Building in public โ Backend Development Journey
Built a Todo REST API with Node.js & Express from scratch.
What's inside: โ RESTful routesโ Custom middleware for input validation โ Rate limiting โ Global error handling.
GitHub: https://t.co/iSink1tG5M
Today I learned Express middleware, global error handling, and basics of Zod validation.
Backend is finally starting to click. Learning how middleware and validation protect APIs before bad data turns everything into chaos.
#NodeJS#ExpressJS#Backend#JavaScript#100DaysOfCode
Today I built a Node.js + Express.js todo app with full CRUD operations.
Implement it two ways
1. storing data in memory using arrays
2. storing data with file persistence
Starting to understand how backend logic, routing, and data flow actually work.
#NodeJS#BackendDevelopment