Adit_Yah π
@Adidotdev
Followers
688
Following
8K
Media
767
Statuses
4K
CS Undergraduate | MERN | Grinding π
Joined April 2025
# Backend Development Project Ideas Roadmap ## Beginner Level - User Authentication API (Login & Register with JWT) - Simple CRUD API (Create, Read, Update, Delete) - Notes App Backend - Blog REST API (Posts, Comments, Categories) ## Intermediate Level - E-commerce Backend
13
1
49
Why serious Web Developers choose TypeScript TypeScript is not βextra syntaxβ. Itβs a system that protects you as your app grows. 1οΈβ£ Types prevent silent bugs JS lets `undefined` pass quietly. TS forces you to handle it before prod does. 2οΈβ£ Your editor becomes a mentor
9
2
29
# Backend Development Project Ideas Roadmap ## Beginner Level - User Authentication API (Login & Register with JWT) - Simple CRUD API (Create, Read, Update, Delete) - Notes App Backend - Blog REST API (Posts, Comments, Categories) ## Intermediate Level - E-commerce Backend
13
1
49
Want to grow as a Web Developer? Focus on habits that actually compound π 1οΈβ£ Read browser docs β MDN explains why things break 2οΈβ£ Debug with DevTools first β Network + Performance before Googling 3οΈβ£ Measure before optimizing β Lighthouse shows real bottlenecks 4οΈβ£
7
7
27
Good morning guys βοΈ Premium gone, but i really enjoyed the journey and connected with lots of lovely PPL during the journey.. Premium is gone let's see how's it's going Love you all ree..
15
3
32
Why serious Web Developers choose TypeScript TypeScript is not βextra syntaxβ. Itβs a system that protects you as your app grows. 1οΈβ£ Types prevent silent bugs JS lets `undefined` pass quietly. TS forces you to handle it before prod does. 2οΈβ£ Your editor becomes a mentor
9
2
29
Why `this` breaks JavaScript interviews (SAVE THIS) The biggest myth: `this` is NOT lexical. It is resolved at runtime. Golden Rule: `this` depends on HOW a function is called, not where it is written. 1οΈβ£ Global Context In browsers: non-strict β this === window strict mode β
8
2
25
If you could go back to Day 1 of learning programming, what would you do differently?
10
1
14
JavaScript Core Concepts β Save This 1. Execution Context Global + Function contexts Controls scope, variables, and `this` 2. Hoisting var β hoisted, undefined let/const β hoisted, TDZ 3. Scope & Closures Scope defines accessibility Closures remember outer variables 4. this
12
4
38
If you could go back to Day 1 of learning programming, what would you do differently?
10
1
14
π New Year, New Hopes π May this year bring soft mornings βοΈ small wins π§Έ big smiles π and peace you donβt have to explain π« Be kind to yourself. Youβre doing better than you think. Happy New Year everyone π«Άβ¨π
17
0
29
Why `this` breaks JavaScript interviews (SAVE THIS) The biggest myth: `this` is NOT lexical. It is resolved at runtime. Golden Rule: `this` depends on HOW a function is called, not where it is written. 1οΈβ£ Global Context In browsers: non-strict β this === window strict mode β
8
2
25
ASUS plans to enter the RAM market as early as 2026 to save PC gamers from RAMegeddon βΌοΈ
4
1
18
JavaScript Core Concepts β Save This 1. Execution Context Global + Function contexts Controls scope, variables, and `this` 2. Hoisting var β hoisted, undefined let/const β hoisted, TDZ 3. Scope & Closures Scope defines accessibility Closures remember outer variables 4. this
12
4
38