#namastejs search results
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_
CRAZY JS INTERVIEW "32:10" Bestest video in the whole #NamasteJS series. Now I want @akshaymarch7 to take my interview.🙃
🚀 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!
🚀 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
After completing the amazing playlist #NamasteJS. From today onwards I will re-learn ReactJS with #NamasteReact by @akshaymarch7 and will update my progress here.
From getting headache 🤯 by seeing "this" keyword in codebase to going deep-diving into understanding it. Thanks to @akshaymarch7 for teaching it so gracefully and making it easy to understand. as always highly recommended. #NamasteJs
Day 2 - Learn how functions work in JS & Variable Environment from Namaste JS series from @akshaymarch7, Work on my JS project a Mobile-App using Firebase, solved some Java questions from @kunalstwt Java DSA assignment repo ❤️ #NamasteJS #30DaysOfCode
Day 1/30 of #30daysofcoding Diving deep in Javascript by learning from the @akshaymarch7 1) how js works 2)how js code is executed #NamasteJS
Created this small design for the "Graphic Designing Competition" organised by @akshaymarch7 !✨ I tried for the first time and enjoyed it!❤️ #NamasteJS #NamasteDesign
Function with its lexical environment bundled together forms the closure. Whenever we call a function anywhere in code, it will not create a new lexical environment but will retain the lexical environment of where it was defined.(How loyal functions are😁) #NamasteJS #AkshaySaini
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
Completed Namaste Javascript playlist by @akshaymarch7. Great playlist that covers the core and fundamentals of javascript. I would highly recommend this playlist, for those who are starting with javascript. Time, Tide and Javascript waits for none ~@akshaymarch7 #NamasteJS
The lexical environment is the local memory and lexical environment of its lexical parent. Lexical means hierarchy, in sequence. In the below image, function c() is lexically present within function a(), and a() is lexically present in the global scope. #NamasteJS #AkshaySaini
Was Practicing Some JavaScript Questions, So Again going through 1 Concept, I needed the Akshay Saini Javascript Playlist, But it shows Videos are hidden as of now. Is anyone facing the same Issues? When it will be back @akshaymarch7 #javascriptdeveloper #namastejs 🥲🥲🥲🥲🥲
Pro Tip : Print out Namaste js notes and binge read. Best time to read before the interview ;) #namastejs #javascript #interviews
Day 40: Completed swap nodes in recursive way, completed linked list section. Will start strings tomorrow. Revised JavaScript on execution context, memory creation and code execution.#namasteDSA #namasteJS
Day 90/100 🚀 ✅ Solved LeetCode Daily 📺 Watched @akshaymarch7 NamasteJS lectures — learned: • Hoisting, undefined vs not defined • Scope chaining, shadowing • 🔒 Closures – pros/cons, use in setTimeout 🧹 Understood JS garbage collection #100DaysOfCode #LeetCode #NamasteJS
🧵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
🧠 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
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
Just wrapped up Namaste JavaScript - Season 2! 🔥 What an incredible deep dive into JS internals and modern concepts. Huge thanks to @akshaymarch sir for making complex topics feel so approachable 🙌 Highly recommend it to every JavaScript dev out there! #JavaScript #NamasteJS
🧠 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
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
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
Just explored the power of Node.js 🔥 Thanks to @akshaymarch for the amazing explanation of the event loop, libuv, and how async tasks are handled behind the scenes with non-blocking I/O! 🧠 From timers to thread pools — now it all clicks! ⚙️ #NamasteJS #Nodejs #AsyncJS
📓 Sneak peek into my JS notes on Execution Context & Code Execution 👇 Want a detailed blog on this? DM me 💬 #BuildingWithHarshit #NamasteJS #JavaScript #DevJourney
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
"Tough 3 weeks—learning Flask, SQL, aptitude + skin issue. Back to coding daily! Solved: ✅ Array problems ✅ Running sum ✅ Richest wealth ✅ Candy logic Started #NamasteJS for React!
📅 Day 07/100 – #100DaysOfCode Revised 🔁: 🧠 Time & Space Complexity 📊 Arrays & Recursion Learned 🧩: ✅ Selection Sort ✅ Insertion Sort Every step counts! Revisiting basics makes the foundation stronger 💪 #NamasteJS #JavaScript #DSA #CodingJourney #devcommunity
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
@akshaymarch7, you turned: 🔥 JS confusion → CLARITY 🎲 Guessing `this` → PREDICTABLE code ⏳ Event loop myths → MASTERY Your #NamasteJS series is GOLD.🙌 #JavaScript #DevCommunity
ATTENTION JS DEVS: Watching @akshaymarch7’s #NamasteJS isn’t "recommended." It’s MANDATORY.✅ ✨ Why? - "Understand → Not memorize"🧠 - this keyword:🎲→🎯 - Event loop vid > 10 articles📚 - 1 closure > 6 bootcamp modules💥 - Zero fluff. PURE GOLD🥇 #JavaScript #WebDev
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_
There was a time when mere to sapno mai bhi Js thi 🤣. Your series changed many lives, including mine. #season1 #namastejs
🚀 Done with Namaste JavaScript by @akshaymarch7 - One of the best free resources on YT for deep JS concepts—closures, event loop & more! - A great revision & in-depth understanding. Highly recommend! 🚀 #javascript #namastejs #WebDevelopment
After completing the amazing playlist #NamasteJS. From today onwards I will re-learn ReactJS with #NamasteReact by @akshaymarch7 and will update my progress here.
CRAZY JS INTERVIEW "32:10" Bestest video in the whole #NamasteJS series. Now I want @akshaymarch7 to take my interview.🙃
🌟 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🙌
Day 2 - Learn how functions work in JS & Variable Environment from Namaste JS series from @akshaymarch7, Work on my JS project a Mobile-App using Firebase, solved some Java questions from @kunalstwt Java DSA assignment repo ❤️ #NamasteJS #30DaysOfCode
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_
Pro Tip : Print out Namaste js notes and binge read. Best time to read before the interview ;) #namastejs #javascript #interviews
📓 Sneak peek into my JS notes on Execution Context & Code Execution 👇 Want a detailed blog on this? DM me 💬 #BuildingWithHarshit #NamasteJS #JavaScript #DevJourney
Day 1/30 of #30daysofcoding Diving deep in Javascript by learning from the @akshaymarch7 1) how js works 2)how js code is executed #NamasteJS
🚀 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!
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
🚀 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
Function with its lexical environment bundled together forms the closure. Whenever we call a function anywhere in code, it will not create a new lexical environment but will retain the lexical environment of where it was defined.(How loyal functions are😁) #NamasteJS #AkshaySaini
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 43.8K posts
- 2. Lakers 46.7K posts
- 3. Epstein 1.45M posts
- 4. #AEWBloodAndGuts 5,494 posts
- 5. #Survivor49 3,470 posts
- 6. Darby 5,216 posts
- 7. Jokic 14.7K posts
- 8. Kyle O'Reilly 1,566 posts
- 9. Steph 23.8K posts
- 10. Moxley 2,727 posts
- 11. Hobbs 28.1K posts
- 12. Thunder 40K posts
- 13. Warriors 47.3K posts
- 14. Caruso 3,815 posts
- 15. #SistasOnBET 2,195 posts
- 16. Skye Blue 4,202 posts
- 17. Rory 6,996 posts
- 18. Blood & Guts 24.3K posts
- 19. Draymond 8,373 posts
- 20. Paul Reed 2,104 posts