#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_
🚀 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
CRAZY JS INTERVIEW "32:10" Bestest video in the whole #NamasteJS series. Now I want @akshaymarch7 to take my interview.🙃
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
After completing the amazing playlist #NamasteJS. From today onwards I will re-learn ReactJS with #NamasteReact by @akshaymarch7 and will update my progress here.
Created this small design for the "Graphic Designing Competition" organised by @akshaymarch7 !✨ I tried for the first time and enjoyed it!❤️ #NamasteJS #NamasteDesign
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
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
Pro Tip : Print out Namaste js notes and binge read. Best time to read before the interview ;) #namastejs #javascript #interviews
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
#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 🙏
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
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
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.
📓 Sneak peek into my JS notes on Execution Context & Code Execution 👇 Want a detailed blog on this? DM me 💬 #BuildingWithHarshit #NamasteJS #JavaScript #DevJourney
🌟 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🙌
CRAZY JS INTERVIEW "32:10" Bestest video in the whole #NamasteJS series. Now I want @akshaymarch7 to take my interview.🙃
Pro Tip : Print out Namaste js notes and binge read. Best time to read before the interview ;) #namastejs #javascript #interviews
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_
🚀 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!
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
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
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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. #BaddiesUSA 53.1K posts
- 2. Rams 28.1K posts
- 3. Scotty 9,070 posts
- 4. #TROLLBOY 1,742 posts
- 5. Chip Kelly 8,019 posts
- 6. Cowboys 97.8K posts
- 7. Eagles 138K posts
- 8. Stafford 14.1K posts
- 9. Bucs 12K posts
- 10. Baker 20.7K posts
- 11. Raiders 65.3K posts
- 12. #RHOP 10.9K posts
- 13. Stacey 27.5K posts
- 14. #ITWelcomeToDerry 13.7K posts
- 15. Todd Bowles 1,964 posts
- 16. Teddy Bridgewater 1,171 posts
- 17. Ahna 6,254 posts
- 18. Vin Diesel 1,032 posts
- 19. Lemmy 4,583 posts
- 20. DOGE 158K posts