Explore tweets tagged as #NamasteJs
I was never into DSA—never liked it. But after watching Namaste JavaScript by @akshaymarch7 . I realized: if anyone can make me love DSA, it’s him. Now starting Namaste DSA. Let’s do this. 🚀 . #NamasteJS #NamasteDSA @namastedev_
0
0
6
Day 4 - Namaste JavaScript 🔍.Ep 7: Lexical Environment & Scope Chain.📦 Lexical Env = Local Memory + Parent Env.📚 Lexical = where code is written.🔗 Scope chain helps resolve variables via parent env. #NamasteJS #JavaScript #100DaysOfCode #LearnInPublic
0
0
3
Day 89/100 🚀.✅ Solved the LeetCode Daily.📉 Faced a rejection from Bajaj Finserv (Health Tech round) — learning moment.📚 Continued learning JavaScript from Namaste JavaScript.#100DaysOfCode #LeetCode #JavaScript #LearnInPublic #NamasteJS
1
0
9
Day 5 – Namaste JavaScript (Ep1–Ep7 Recap).Revised all key concepts:. JS = high-level, single-threaded, interpreted. Execution Context & Call Stack. Hoisting & TDZ. Scope Chain & Lexical Scope. var, let, const differences.Getting stronger daily!.#100DaysOfCode #NamasteJS.
1
0
2
🧵Day 14 | Ep 14 – Callback Functions in JS. A callback is a function passed as an argument to another function & executed later. Used in: ⏱️ setTimeout.🖱️ Event Listeners.📡 API calls. Powerful for async tasks, but too many = 😵💫 callback hell. #NamasteJS #JS #100DaysOfCode
0
0
2
Day 12: Namaste JavaScript 🧠.Sunday well spent! 🔁.Revised Ep 1 to Ep 12 – from execution context to shadowing in JS. Feeling more confident with core concepts now!.#100DaysOfCode #NamasteJS #JavaScript #LearnInPublic.
0
0
3
Today I was brushing up Promises and all Promise APIs. Revisited Namaste JavaScript by @akshaymarch7 @namastedev_ .and man, this guy explains JavaScript like no one else. 🔥.If you haven’t watched it yet, you're missing a goldmine. #JavaScript #NamasteJS #WebDev #Promises
0
0
1
🧠 Day 10 | Ep. 11 – JavaScript Call Stack.Just explored how JS runs code using the Call Stack!.✅ Works on LIFO (Last In, First Out).🧱 Each function call gets pushed.💥 Pops out after execution.⚠️ Single-threaded → one call stack only!. #NamasteJS #JavaScript #100DaysOfCode.
0
0
3
Taking a small break from building and getting back to re-learning the basics. 🌱. Sometimes we get so carried away with new tools/libraries that we skip the basics and jump straight into it. All thanks to NamasteJS by @akshaymarch7 for helping learning the basics in no time 🏆
0
0
5
And the preparations begins, this is my 4th time I'll binge watch namasteJS to completely crack JS round 💪 . Gonna complete the whole playlist by tonight ✌️. @akshaymarch7 OP 🔥🔥
6
6
110
🚀 Today's progress: Completed "Asynchronous JavaScript & Event Loop from Scratch," "JS Engine EXPOSED - Google's V8 Architecture," "TRUST ISSUES with setTimeout()," and "Higher-Order Functions ft. Functional Programming" from #NamasteJS. Feeling more confident with #javascript!
0
1
6
Excited to share that I have joined @cosmofeedapp Web Team as a Frontend Engineer Intern. 🎉💜. Will be working with cool and super kind senior Rohith, Team lead 🌟. Huge thanks to @akshaymarch7 for making gem courses - NamasteJS and React which helped me in my internship hunt!
18
4
90
🧠 Day 13 - Namaste JS Ep 13: How Functions Work in JS 🔍. ➡️ Functions = First-Class Citizens.➡️ Assigned to vars, passed as args, returned from funcs.➡️ Function Expression vs Declaration.➡️ Anonymous & Named Func.➡️ Higher-Order & Callback Func. #NamasteJS #JavaScript #streak
0
0
2
Pro Tip : Print out Namaste js notes and binge read. Best time to read before the interview ;) . #namastejs #javascript #interviews
0
0
1
Switching between Namaste JavaScript and Namaste React at 2 AM like I'm binge-watching @akshaymarch7 Akshay Saini’s multiverse 💻🍿. #NamasteJS #NamasteReact #FrontendDev #AkshaySaini #JavaScript #ReactJS #100DaysOfCode #buildinpublic.
4
0
7
🌟 Javascript deep dive continues! Covered some heavy hitters.✅️Event loop : how it works.✅️Web APIs & their unique roles.✅️Callback queue.✅️Microtask queue: function inside it has higher priority .✅️Mutation Observer .✅️Starvation.Thanks @akshaymarch7 🚀 #namastejs🙌
0
0
3
🚀 Today's progress: Finished Ep 8 "let & Const in JS", Ep 9 "Block Scope and Shadowing", and Ep 10 "Closures in JS" from #NamasteJS. A big shoutout to the course creator @akshaymarch7 for the amazing content🙌🏻! Tomorrow, I'll brush up on these concepts and work on LeetCode Q's
1
2
8
Did you know the shortest JS program is an empty file?. It is the shortest program because the JS engine automatically creates a 'window' object and global execution context even when the file is empty. JS Engine sets up the global memory space and GEC. #NamasteJs #javascript
0
0
0