#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: 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
🚀 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!
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 🥲🥲🥲🥲🥲
#learning advance concept of #javaScript completed the #NAMASTEJS both season by @akshaymarch7 now understanding of js on different level get more confidence as well . again big thanks to @akshaymarch7 🙏
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.🙃
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
🌟 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🙌
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
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
📓 Sneak peek into my JS notes on Execution Context & Code Execution 👇 Want a detailed blog on this? DM me 💬 #BuildingWithHarshit #NamasteJS #JavaScript #DevJourney
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
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!
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 🥲🥲🥲🥲🥲
Something went wrong.
Something went wrong.
United States Trends
- 1. Jameis 30.6K posts
- 2. Chiefs 57.1K posts
- 3. JJ McCarthy 5,320 posts
- 4. Giants 67.6K posts
- 5. Lions 46K posts
- 6. Colts 25.2K posts
- 7. Vikings 26.7K posts
- 8. Mahomes 14.9K posts
- 9. Steelers 40.3K posts
- 10. Ravens 20.3K posts
- 11. Bears 53.5K posts
- 12. Gibbs 6,460 posts
- 13. Tony Romo 2,608 posts
- 14. Bengals 18.8K posts
- 15. Campbell 15.6K posts
- 16. #GoPackGo 4,757 posts
- 17. Daniel Jones 2,606 posts
- 18. #Skol 2,803 posts
- 19. Caleb 30.7K posts
- 20. #OnePride 3,178 posts