No video

JS Engine EXPOSED 🔥 Google's V8 Architecture 🚀 | Namaste JavaScript Ep. 16

  Рет қаралды 402,529

Akshay Saini

Akshay Saini

Күн бұрын

Пікірлер: 2 100
@akshaymarch7
@akshaymarch7 3 жыл бұрын
This is `Maha-Episode` of Namaste JavaScript. It's VERY Important. Please watch it with Full Attention. 🙏 Comment down what was the best part of the video? ( I read all comments ) ❤️
@maheshk-pj1uj
@maheshk-pj1uj 3 жыл бұрын
JIT compilation
@VishalSharma-rn7mt
@VishalSharma-rn7mt 3 жыл бұрын
V8 engine working
@sagarsavairam9696
@sagarsavairam9696 3 жыл бұрын
I like the whole video, but the best part is V8 engine, I can't wait to seach the given HW, Thanks Akshay 👍
@VishalSharma-rn7mt
@VishalSharma-rn7mt 3 жыл бұрын
Sir, in the next video please put Lakshya ko har hal ma pana hai theme tune
@akshaymarch7
@akshaymarch7 3 жыл бұрын
@@VishalSharma-rn7mt Copyright free music dhundna padta hai. That song is not open-source. 😅
@hemantprasad1018
@hemantprasad1018 2 жыл бұрын
Basic idea about Mark & Sweep Algo: It comprise of 2 phases - 1. Mark phase 2. Sweep phase All objects are marked as 0 initially (at creation) and in mark phase the objects that will be accessible are marked as 1 (reachable) by a DFS graph traversal. During sweep phase, the objects marked with 0 are removed from heap memory. and also all reachable objects are again initialized with 0 (made unreachable) because the algorithm will run again. So, it's basically tracing garbage collector concept. :)
@chetandivekar1813
@chetandivekar1813 Жыл бұрын
Thanks bro for simple explanation
@amitsamui4008
@amitsamui4008 Жыл бұрын
cool bro, i love this community.
@salmanshaikh5648
@salmanshaikh5648 8 ай бұрын
great man....so simplified.
@amalkrishnas1696
@amalkrishnas1696 Ай бұрын
thank you
@jagrutsharma9150
@jagrutsharma9150 2 жыл бұрын
Things learned: 1. JS runtime environment contains all elements required to run JS. 2. It contains JS engine, set of API's, callback queue, microtask queue, event loop. 3. JS engine is a piece of code. 4. Process includes Parsing ---> Compilation -----> Execution. 5. Parsing breaks code into tokens and converts it into AST(Abstract Syntax Tree). 6. Modern JS engine follows JIT compilation, it interprets while it optimises code as much as it can. 7. Execution and Compilation are done together. 8. Execution has Garbage collector and other optimisation such as inlining, copy elusion, inline caching etc. 9. Fell in love with JS. ❤❤
@amulkasturi135
@amulkasturi135 Жыл бұрын
Thank you for notes
@vivekbhatt3932
@vivekbhatt3932 Жыл бұрын
ok
@CodeF416
@CodeF416 Жыл бұрын
*copy elision
@_insanebuddy
@_insanebuddy Жыл бұрын
Also ,javascript runtime environment is different for different browser
@codeengineer10
@codeengineer10 Жыл бұрын
Jagrut Sharma is a Gem , Save him.
@crazyduniya128
@crazyduniya128 7 ай бұрын
After this video, my mind is saying " Javascript is so beautiful, so elegant, just coding it like a wow " 😍
@theascendunt9960
@theascendunt9960 4 ай бұрын
JS is elegant and beautiful? Did you smoke crack? 🤣
@picogeek06
@picogeek06 Жыл бұрын
I have been developing since a couple of years in javascript based frameworks but never imagined that things are soo in depth here! This course is like a Master's Degree in Javascript! Thanks Akshay for this and really grateful to you because you are putting this up for free!
@amar1061
@amar1061 3 жыл бұрын
The enthusiasm and energy that you radiate in your teaching makes me fall in love with JavaScript !!
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@YashDEVELOPER12
@YashDEVELOPER12 Жыл бұрын
Truly said..
@sumitsinha836
@sumitsinha836 3 жыл бұрын
I started learning JavaScript because of you, I ended up getting a job because of your videos and now I am loving JavaScript because of you. Thanks a lot Akshay 🙏
@akshaymarch7
@akshaymarch7 3 жыл бұрын
Wow, that's amazing. Congratulations brother. ❤️
@rohankumar393
@rohankumar393 3 жыл бұрын
which company ?
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@kapilplays2127
@kapilplays2127 Жыл бұрын
​@@harshneetsingh5267bro did you get your answer? Because I am also learning web development and don't know how much js is Enough for web development
@nehabhargava
@nehabhargava 3 жыл бұрын
Started with the mindset of watching 1 episode every day and here I am binge-watching NJSflix, reached 2nd last episode. This series is contagious, once you start watching you can't stop 😌. Thanks Akshay, great content as always ✌️Falling in love with JS ❤️
@SankethShetty
@SankethShetty 3 жыл бұрын
same !
@shubhamchaudhary9848
@shubhamchaudhary9848 2 жыл бұрын
literally felt that.. i binge watched the whole playlist in one day
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@tejdoshi1502
@tejdoshi1502 8 ай бұрын
Your energy is contagious. Honestly one of the best things I did this year is to binge on your playlist which was recommended to me by a good friend of mine, also in 2024 I'm aiming to complete Namaste React. Thanks!
@suyashmishra6946
@suyashmishra6946 8 ай бұрын
which yr?
@zb2747
@zb2747 Жыл бұрын
Man THANK YOU! I've been going through this series in order for about 2 weeks now and you have filled in major gaps in my understanding of what JS is and how it works. You explain everything in depth while also making it simple. Much gratitude my brother - peace and much love!
@rishabhprakash1657
@rishabhprakash1657 3 жыл бұрын
Today when somebody asked me, "How do I learn Javascript?". I said Google out Akshay Saini and I am sure you will understand Javascript. Keep up the good work Akshay :)
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@aditisharma2552
@aditisharma2552 3 жыл бұрын
Yes, you did make a lot of people fall in love with JS even more!
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@sbc498
@sbc498 5 ай бұрын
@@harshneetsingh5267 Bro did u get to know the answer? If yes please share. Iam in your situation now
@harshneetsingh5267
@harshneetsingh5267 4 ай бұрын
​@@sbc498 bro leave web dev do logic and then ai( data science0 or cybersecurity
@viktoriakutincheva4839
@viktoriakutincheva4839 2 жыл бұрын
Your passion about JS is contagious! I take other courses too but your videos are among my favorites because of the way you present the information, with visualizations and such enthusiasm. You make it easy to understand even more complicated concepts, explaining them with simple words and examples. Thank you 🙏
@shayarienglish
@shayarienglish Жыл бұрын
Dekh raha hai Binod aaj duniya me akshay saini sir jaise teacher bhi hain jo dil se padhate hain.
@atif5752
@atif5752 3 жыл бұрын
I have been taking paid courses and reading blogs but nowhere I found the knowledge which you are sharing. Not just a teacher you are a mentor to me. Thanks Mentor Ps. yes I have started loving JS more now
@giannizamora7247
@giannizamora7247 2 жыл бұрын
been using JS for years and I wish a course like this came out when I first started :(
@ankitsaxena5393
@ankitsaxena5393 3 жыл бұрын
First I'll click on the like button, then start watching it. Namaste JavaScript🙏
@ManishKumar-oy7hq
@ManishKumar-oy7hq 3 жыл бұрын
U just started my way ,kudos 🤘🤘
@kumargourav8892
@kumargourav8892 3 жыл бұрын
Same Here .... First like the video and then start to study....... Thanks a lot Akshay bhaiya for such a brilliant concepts and understanding ... Keep Learning Keep Growing
@priyankajagadeesan8718
@priyankajagadeesan8718 3 жыл бұрын
I have totally 3.5 years of experience in front-end ,after watching your videos then only realized how beautiful technology which is using by me .Thanks akshay for made me to love my job more and your videos are made me to fall in love with javascript again and again. The way your explaining the concept definitely deserve big hats off. please Keep doing this for us and that positive energy and enthu is spreading to the universe.
@rishavchatterjee480
@rishavchatterjee480 2 жыл бұрын
This whole playlist is gold. Loved your step by step explanations and the way you showed everything by debugging in the browser in previous videos. This video and the previous one were especially amazing. Thanks for all your effort in creating such a beautiful series. I definitely understand javascript a lot better after watching your videos.
@th3ja
@th3ja 7 ай бұрын
Can't get enough of your videos Akshay! Learning in 2024! Amazing content!
@neelaesh006
@neelaesh006 2 жыл бұрын
We are waiting for more videos on Promises, Generator Functions, Async functions, Proxies, Symbols, etc. In school and college, we used to learn from our friends just before the day of examination and we understand the concepts even much clearer than from the teacher itself. You're one of the kind. Thanks to you Akshay Saini for everything.
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@syedfaheem1185
@syedfaheem1185 Жыл бұрын
@@harshneetsingh5267 read about the technology stack and learn one(for example the MERN stack). That might land you a job.
@junedkhan5684
@junedkhan5684 3 жыл бұрын
You are not just the teacher for us... You are an inspiration, hero and legend for us. Lots of love for you❤️❤️
@syedsheralihussain
@syedsheralihussain 3 жыл бұрын
Every video of this series is so lucid. When KZbin notfies me about your video I'm like: "Chalo, now I'll be one more step closer to that dream JS job."
@akshaymarch7
@akshaymarch7 3 жыл бұрын
❤️🙌
@mohitbansal321
@mohitbansal321 Жыл бұрын
bro ek sal baad dekh raha hu kya content ha love it almost everything in this video is new for me
@mayoormb8634
@mayoormb8634 2 жыл бұрын
before falling in love with JavaScript, I fell in love with your teaching skills.
@akashdeeparora1249
@akashdeeparora1249 3 жыл бұрын
This series has helped me understanding many core concepts of JS in a very simple and easy way.... Thanks for sharing and yes, JS is now turu lob!!😂
@jasonbourne9884
@jasonbourne9884 3 жыл бұрын
I've been waiting for this. Finished each and every video of Namaste JS series and made notes of them. You're an incredible teacher. Keep it up! Last song was amazing.
@AnujKumar-be9ir
@AnujKumar-be9ir 2 жыл бұрын
hey, it would be a great favor if you please send me the notes of these video tutorial it will help me a lot
@jagadish9971
@jagadish9971 2 жыл бұрын
My First comment on KZbin! I'm someone who never understood coding at all and after watching Namaste Javascript now I'm understanding the reason why I never understood. I wish I had found you earlier. Kudos to your enthusiasm to teaching. I hope you become a full time teacher soon. The world requires your teaching skills and last thing I want to say is YOU're making me fall in love with JS. Looking forward for more episodes. Thanks Akshay!
@akshaymarch7
@akshaymarch7 2 жыл бұрын
Love you, brother! ♥️
@shivankpandey7977
@shivankpandey7977 Жыл бұрын
First time I am also commenting on any youtube video, I am falling in love with JS
@144_shikhaatikiwala7
@144_shikhaatikiwala7 Ай бұрын
We are more in love with Javascript than Javascript itself!! Great lecture sir..best amongst the series; thank you
@yashthakur6449
@yashthakur6449 Ай бұрын
I now started loving JS because of you Thank you for explaining everything in details
@divyanshisingh336
@divyanshisingh336 3 жыл бұрын
Yes, JS is now my most fav lang. I literally completed the whole series within 3 days.
@viplawkumaraniket7526
@viplawkumaraniket7526 3 жыл бұрын
I have watched all playlist in a single day. `Today` . I never turned on my youtube notification but today i will turn on. . Extremely exited for next gold video.
@SumitKumar-yq5is
@SumitKumar-yq5is 3 жыл бұрын
Love the way teach. explanation / smile /knowledge outstanding man. m already in love with JavaScript and typescript. Thaaaaaaaaaaaank youuuuuuuuuu teeeeeeeeacherrrrrrrrr Lots of love
@venkatavinashkarra4047
@venkatavinashkarra4047 9 ай бұрын
You just blasted the show man. Thank you so much for all your hardwork. Proud to be a JS developer.
@AryanGNU
@AryanGNU 2 жыл бұрын
I have been using JS professionally for more than 2 years, during that I hated it every single day. But after watching your series, I have fallen in love with JavaScript, Thanks you so much Akshay 💖
@milanbhattarai5489
@milanbhattarai5489 Жыл бұрын
Learning about the architecture of a JavaScript engine like Google's V8 can be fascinating, and it's wonderful to see educational resources like the Namaste JavaScript podcast bringing this knowledge to a wider audience. By improving our understanding of the technology behind programming languages, we can become better developers and create more efficient and effective code. Kudos to the creators of this podcast for their work in sharing this valuable information!
@samyaknayak5731
@samyaknayak5731 3 жыл бұрын
This was a small tutorial about the compiler design course in B.Tech.
@AnkitGupta-lr1qq
@AnkitGupta-lr1qq 3 жыл бұрын
I go through entire "Namaste Javascript" series before all my interviews. Now even though I remember and understand all concepts that Akshay taught, I still watch them for the passion and energy that Akshay has. You have my best wishes brother!
@akshaymarch7
@akshaymarch7 3 жыл бұрын
Thank you brother ❤️
@deepaktheengineervlogs2948
@deepaktheengineervlogs2948 2 жыл бұрын
Yes now i began to love javascript as per your suggestion commenting ❤️. thanks a ton
@raghuraman193
@raghuraman193 18 күн бұрын
This series made me fall in love with "JavaScript"
@asheeshprasai5175
@asheeshprasai5175 3 жыл бұрын
I had always struggled with learning JS. Now, as I'm learning the basics which I knew is the most important thing to understand for being a JS developer, thank you, brother. You really make the learning process simpler and fascinating. Kudos to you.
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
hello as a codeNewbie i just want to ask you something . Ive started web development and rn im doing js , so how to get to know that what total number of concepts are needed for mastering javascript .. and suggestions for web development will be much more apreciated
@asheeshprasai5175
@asheeshprasai5175 2 жыл бұрын
@@harshneetsingh5267 JS is so vast that mastering it will take a lot of time. If your intention is to be a front-end developer then covering JS topics like fundamentals, higher order functions, Async/await, ES6, API calls are fine to move on to a framework like React, in my opinion.
@harshneetsingh5267
@harshneetsingh5267 2 жыл бұрын
@@asheeshprasai5175 thank you for replying buddy .. I want to be a full stack . These concepts enough to be go on for a long phase ?
@shubhamqweasd
@shubhamqweasd 3 жыл бұрын
One small thing/correction to add- MicroTask Queue is a part of the Engine and some engines like Chakra don't even have it, MicroTask queue is V8 engine specific "term". For other engines its called PromiseJobs (ECMA spec), implementation of it is very Engine dependent. That means even in the absence of an EventLoop(platform), you can ask the engine to process your promise callbacks, i.e there is no need of an event loop to execute a promise. Source: Worked with V8 and event loops. Link: v8docs.nodesource.com/node-12.0/db/d08/classv8_1_1_microtask_queue.html
@akshaymarch7
@akshaymarch7 3 жыл бұрын
Thank you for pointing out ❤️
@rahulchauhan144
@rahulchauhan144 Жыл бұрын
Now, that's called teaching, i am just thinking if everything was taught to us in school this way where would we be today ? We Need more Developers, Teachers and Mentors just like you.😍
@harshitpratapsingh1078
@harshitpratapsingh1078 3 жыл бұрын
First time i am commenting on any youtube video because i just wanted to say thank you badhe Bhaiya 🙏🙏 Thank you so much brother..🙏
@akshaymarch7
@akshaymarch7 3 жыл бұрын
Love you, brother ❤️ Aapke comments motivate karte hai, it feels that yes there's someone watching the videos on the other side. 😇🙏
@confused_learnervn8667
@confused_learnervn8667 2 жыл бұрын
I am commeting bcz you want to know....i enjoy your tutorial , learn a lot and you are doing amazing job for community ..lots of love❤❤🚀🚀
@aadishjain473
@aadishjain473 2 ай бұрын
The ways of teaching the JavaScript like this is incredible.Thanku
@abhisheksinha3119
@abhisheksinha3119 3 жыл бұрын
Your laugh 😂 after every 2-3 lines.
@pkyadav6230
@pkyadav6230 Жыл бұрын
I lov it❤
@harshsinha7642
@harshsinha7642 3 жыл бұрын
If someone will ask me who is father of JavaScript I would say without thinking a sec its Akshay saini sir🙏🙏. You are great sir. No one upload in depth content for free and you are doing this. Thank you so much for helping us . #NamasteJavascript🙏
@akshaymarch7
@akshaymarch7 3 жыл бұрын
Haha 😂. I'm not the father of JS, I'm just a teacher. and TBH, I'm still learning. The more I learn, the more I get to learn, that there is a lot more to learn. 😇
@harshsinha7642
@harshsinha7642 3 жыл бұрын
@@akshaymarch7 sir for me you are 🙏. Whatever in depth knowledge I have now it's because of you only . Thank you once again for putting efforts for us. Means alot. #NamasteJavascript 🙏
@indiansoftwareengineer4899
@indiansoftwareengineer4899 3 жыл бұрын
@@akshaymarch7 Huge respect for these words.
@TechDecryptor
@TechDecryptor Жыл бұрын
i am back 😆😆😆😆
@mhsadiq8920
@mhsadiq8920 9 ай бұрын
I left programming for more than 5 years but now in this time your videos are helping me alot to grab the core concepts in js that i missed and helping me grab a deep knowledge and are letting me love JS, thanks akshay
@zeinab_3107
@zeinab_3107 Жыл бұрын
How amazing😍😍. The whole JS comunity need to watch you videoes. Very needed topics that you cover and ofcource as you cover...congrats. thanks god for having you .❤
@mdnasiruddin2199
@mdnasiruddin2199 10 ай бұрын
Js Lover button
@RahulGupta-go8oe
@RahulGupta-go8oe 3 жыл бұрын
compiler, interpreter, JIT and AOT are a bit confusing, can someone help me?
@dgdivyanshugupta
@dgdivyanshugupta 3 жыл бұрын
@Akshay Saini Agreed. I tried googling for AOT and JIT but most results are only for angular. Can you have a practical video in namaste Javascript style, please? Really hooked on your teaching and absolutely loving learning about js
@hashcode-ankit
@hashcode-ankit 3 жыл бұрын
These dislikers are Feeling Jealus from Akshay sir
@akshaymarch7
@akshaymarch7 3 жыл бұрын
Doesn't matter brother, everyone has their own taste. 😇 I'm happy(+honoured) that I have so many people who like my content, super happy to serve them ❤️
@patelyash.1422
@patelyash.1422 Ай бұрын
Yesss, now I'm falling in love with JS!
@VishnuVarthanR-uc7es
@VishnuVarthanR-uc7es 3 ай бұрын
Your videos about Javascript proves me that how noob I have been in JS till now. Improving day by day. Thanks Akshay..!!
@bruhathimusicalwings1503
@bruhathimusicalwings1503 Жыл бұрын
U r way of teaching is another level..thanks for making understand Js .....much easier
@ashishchiluka8912
@ashishchiluka8912 2 жыл бұрын
Watching your javascript series is more exciting than series on netflix , take a bow 🙌🏼
@Sanjeet287
@Sanjeet287 12 күн бұрын
I'm learning from 3 years. And this is best. I don't know why the youtube suggested me so late.
@giovannigeorgio3032
@giovannigeorgio3032 Ай бұрын
Absolutely fantastic video! 🎉 Your deep dive into the JavaScript engine and runtime environment was incredibly insightful and educational. 🌟 I've learned so much about how everything works under the hood. Thank you for breaking down complex concepts into such clear and digestible pieces. Keep up the amazing work! 👏💯
@Gaurav-my7vv
@Gaurav-my7vv Жыл бұрын
Fell in love with JavaScript right from the starting of this series❤
@aakashsrivastava9808
@aakashsrivastava9808 2 жыл бұрын
you made us fall in love with javascript by your teachin skills .. and also in love with you by that smile in the end of every lecture
@rakeshbaswaraju5324
@rakeshbaswaraju5324 10 ай бұрын
From the first video of this series I fallen in love with JS. Thanks Akshay
@PiusNgilaTV
@PiusNgilaTV Жыл бұрын
I am really loving javascript, you teach it so well, one cannot help but fall in love with it...continue the good job...
@SHAHULHAMEED007
@SHAHULHAMEED007 6 ай бұрын
I love learning because of you man, such a very nice explanation, and please continue this, and simultaneously become Anna University professor. I love all of em
@summerkoushal679
@summerkoushal679 Жыл бұрын
wow, a lot heavy content to provide in a single video. hatts of for providing such knowledge heavy things here.
@varmapurushotham
@varmapurushotham 5 ай бұрын
Started loving Javascript :) Again gem of a video. Thanks a lot & keep up the great work.
@dannutiee
@dannutiee 5 ай бұрын
I've planned to watch only one episode about Event Loop but then this episode appeared so I watched it, and now I am going to watch next one haha so addicting! I don't even know when the time passed while watching those episodes :) Thank you for teaching and inspiring!
@pulkit.guglani
@pulkit.guglani Жыл бұрын
Love your outro bro, only motivation to watch till end 😂😂. Actually this episode and previous one was so lengthy and knowledge heavy. But motivation comes in all shapes and sizes.
@anuragdubeydubeyji6783
@anuragdubeydubeyji6783 Жыл бұрын
love it akshay bhaiya ....can't see this type of content on internet ....it's amazing..thankyou bhaiya.
@alisheik3076
@alisheik3076 3 ай бұрын
It's a really awesome series. As you keep on saying in every episode you will fall in love with Javascript. I really love Javascript now. And this is because of you of course. It's like you have done a PhD in JavaScript, every episode is mind-blowing and fantastic. Thank you so much for giving us the knowledge. Nobody explains the subject this much deeper and interestingly. Thanks and loves ❤.
@arshadrais-3078
@arshadrais-3078 Жыл бұрын
After watching you JS series I fall in love with it ❤️❤️❤️
@cs978
@cs978 20 күн бұрын
Thanks for the amazing content... Can't stop myself from watching more videos of u. Fell in love with javascript and ur amazing teaching skills.
@cheenamaejafar
@cheenamaejafar Жыл бұрын
Thanks for this series Akshay. Mission accomplished! I love how things work together to execute our codes in the most efficient way possible in the runtime environment.
@SushmashreeS-dy7dp
@SushmashreeS-dy7dp 5 ай бұрын
Thank you @Akshay for making it so easier and simpler to understand.
@devendrasamant8832
@devendrasamant8832 Ай бұрын
No need to apologize for mentioning the topics brother.. I can tell how much you planned to give this content rich classes, cheers to you, and more for your success! Thanks for all the hard work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@aman_rockstar31
@aman_rockstar31 7 ай бұрын
after watching your vedio i fall in love with js thanku for making these vedioes
@akshatanaik9047
@akshatanaik9047 5 ай бұрын
I just fell in love with javascript...thank you Akshay
@levixenos8711
@levixenos8711 Жыл бұрын
I used to think that JS is not a good language but after watching the 60 % of this playlist i can confirm Js as well as Akshay bhai is op ... Love your work man.
@ntesla5
@ntesla5 8 ай бұрын
Thank you sir for this amazing video, I started falling in love with JS just because of you. All optimizations and designing work of higher level of abstraction language and framework is done in C/C++ mostly. But our education system has removed C/C++ declaring it as outdated😂. I feel lucky to have worked in Operating system domain and using mostly C and C++. It is helping me to get insights how beautifully things may have been designed. Thank you for this playlist which explain JS in depth.
@iam.chilla
@iam.chilla Жыл бұрын
Yesss, now I'm slowly falling in love with JS! 👌 and a huge thanks to you for making this quality content free for everyone 👏
@kannanpadmanabhan9185
@kannanpadmanabhan9185 Жыл бұрын
fell in ♥ with JavaScript because of you Akshay! Thanks a lot!!
@karandepale
@karandepale 2 жыл бұрын
sir your teaching style is very unique and awesome we love java script a lot .
@venkataswathir1456
@venkataswathir1456 3 ай бұрын
sarted learning JS but with your videos, i got to know there is a lot to learn about it.
@mayankchaudhari2324
@mayankchaudhari2324 8 ай бұрын
Great bro. I was seeing a lot of posts by you on LinkedIn. However I never watched any of your videos. Amazing enthusiasm and explanation. Loved it...❤
@md_faizan16
@md_faizan16 Ай бұрын
I come from a Commerce background with an unconditional love for tech, now studying Full Stack Web Development after completing my degree. I stumbled upon your channel while looking for content on Callbacks and Promises specifically, but soon realized that what I had studied in JS so far was just the tip of the iceberg. I love to dive deep into topics, striving to be precise in everything I do. If I am not thorough, I don't feel confident. With that mindset, I found your channel to be a goldmine for my studies, and I believe no one else could teach these concepts better than you. A load of thanks! ❤
@YashDEVELOPER12
@YashDEVELOPER12 Жыл бұрын
I falled in love with his teaching style and energy.. really beautiful way of explaining... he can explain to a little child also.
@sambathprak
@sambathprak 7 ай бұрын
I just saw someone say about your video on Twitter and I just want to look around and you attracted me to watch the whole video. Definitely, I love you and JavaScript ❤
@FiveFourThor
@FiveFourThor 2 жыл бұрын
your teaching is seriously amazing. you're funny as hell and are very smart.
@user-gw6du3mb2i
@user-gw6du3mb2i Жыл бұрын
Awesome deep Explanation videos by Akshay Bhai, i love Namaste Javascript. REALLY THANKS A LOT
@user-gw6du3mb2i
@user-gw6du3mb2i Жыл бұрын
Awesome deep Explanation videos by Akshay Bhai, i love Namaste Javascript. REALLY THANKS A LOT😀👍
@rocketrobin3393
@rocketrobin3393 Жыл бұрын
JS is so much better now than 20 years ago, which is when I first encountered it. I do love it now. Wow.
@shibasishmondal381
@shibasishmondal381 Жыл бұрын
it's been 2 months since i have started js...now things are starting to make sense...just loving it
@mehakkathpal5659
@mehakkathpal5659 10 ай бұрын
I used to love Python but now you made me fall in love with Javascript.😄
@Srinath666
@Srinath666 Жыл бұрын
you really made me fall in love wid javascript brother..!all credit goes to this man.,such an underrated course
@kumarswamy4463
@kumarswamy4463 2 жыл бұрын
Hi Akshay, I loved the way you gave amazing clarity on JavaScript hierarchy inside. Thanks a lot .. I loved your enthusiasm towards sharing the knowledge and I inspired by watching your to learn more.
@poojanpandya8864
@poojanpandya8864 2 жыл бұрын
You changed the whole perspective of looking at Javascript and now I know how powerful it is. JS Love!!
@mybaby2262
@mybaby2262 Жыл бұрын
Yes Sir I love javascript. I got to know lots of new things because of you sir only. Highly appreciated.
@codeengineer10
@codeengineer10 Жыл бұрын
Thank you man.. Truly your video helps falling / raising in love with javascript
@irfanasulaiman6508
@irfanasulaiman6508 Жыл бұрын
Really falling in love with JavaScript.. thanks a lot bro..
@ashishkumarmishra3570
@ashishkumarmishra3570 Жыл бұрын
You made me fall in love with Javascript bro.
TRUST ISSUES with setTimeout() | Namaste JavaScript Ep.17
26:11
Akshay Saini
Рет қаралды 274 М.
2.5 Years Experienced Best JavaScript Interview
2:03:06
Anurag Singh ProCodrr
Рет қаралды 235 М.
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 21 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 57 МЛН
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН
map, filter & reduce 🙏 Namaste JavaScript Ep. 19 🔥
37:42
Akshay Saini
Рет қаралды 890 М.
Is Python the Coding Language of the Future? A Brief Analysis
9:23
Apna College
Рет қаралды 466 М.
NodeJS Architecture - I/O
25:09
Hussein Nasser
Рет қаралды 47 М.
API request and V8 engine | chai aur #javascript
30:34
Chai aur Code
Рет қаралды 132 М.
CRAZY JS INTERVIEW 🤯ft. Closures | Namaste 🙏 JavaScript Ep. 12
32:45
Watch this before you start Coding! | 10 Tips for Coders
22:31
Apna College
Рет қаралды 2,1 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 21 МЛН