Explore tweets tagged as #NamasteJs
@ashwinhegde19
Ashwin Hegde
2 months
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_
Tweet media one
0
0
6
@Royalrajputama6
Aman Kumar Singh
15 days
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
Tweet media one
0
0
3
@Aditya_Chawla20
Aditya Chawla
19 hours
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
Tweet media one
1
0
9
@Royalrajputama6
Aman Kumar Singh
14 days
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
@Royalrajputama6
Aman Kumar Singh
4 days
🧵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
Tweet media one
0
0
2
@Royalrajputama6
Aman Kumar Singh
6 days
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
@sg743810
Sachin Gupta
1 month
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
Tweet media one
0
0
1
@Royalrajputama6
Aman Kumar Singh
8 days
🧠 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
@darshan4dev
Darshan Choudhary
1 year
The best in-depth JavaScript content available on the internet!.#NamasteJS #javascript
Tweet media one
1
1
13
@thebuildguy
Tulsi Prasad ⚡️
2 years
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 🏆
Tweet media one
0
0
5
@SamyakShah_18
Samyak Shah
2 years
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 🔥🔥
Tweet media one
6
6
110
@XCL1BR
Ashwarya
1 year
🚀 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!
Tweet media one
0
1
6
@SamyakShah_18
Samyak Shah
2 years
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!
Tweet media one
18
4
90
@Royalrajputama6
Aman Kumar Singh
5 days
🧠 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
Tweet media one
0
0
2
@thatdumbcoder
Sagar Panwar
2 years
Pro Tip : Print out Namaste js notes and binge read. Best time to read before the interview ;) . #namastejs #javascript #interviews
Tweet media one
0
0
1
@Apd2306
Aparna Dwivedi
2 months
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
@srushtikul
Srushti Kulkarni
9 months
🌟 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🙌
Tweet media one
0
0
3
@XCL1BR
Ashwarya
1 year
🚀 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
Tweet media one
1
2
8
@imRakesh018
Rakesh Kumar
2 years
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
Tweet media one
0
0
0