Time stamp 2:00 - main API topic. 8:40 - XML https concept(Ajex). 21:49 - conversation to JSON Data. 22:35 - Assignment. 24:30 - v8 Engine. ❤❤❤ Thank you so much for your content 🎉
@TheShadowgaming017 ай бұрын
Thank you 😂😂
@soumyadippal80103 ай бұрын
AJAX
@ppriyansh2327 Жыл бұрын
I was just leaving every course in the middle when I was learning from other sources(even paid courses). Then I got to know about your series and within 15 days, I have reached completed 39 lectures and I will finish this before Ind vs Pak match. Thank you so much sir😇😇😇😇😇😇 I have never praised anyone in the comment section as much as you ever since I am using YT (5 years now)
@aakritismn Жыл бұрын
You changed my life, I was suffering from financial problems. I wanted to do something for my family, I wanted to fulfill basic needs, by the help of your this Series, I am raising my confidence day by day... Thank you so much sir 😊 This series is very helpfull sir
@Ayushkumar-099 ай бұрын
Hope you do better in your life ahead
@AyushRaj-rr1hc6 ай бұрын
hope, now you have joined a company as software Engineer, It would be helpful if you guide me what else did you prepare for cracking a job
@mollahasim9987 Жыл бұрын
V8 engine -- timestamp 23:18 as per Hitesh Sir , very well understanding video about console. log and story of previous API model . We will want next video very soon sir ji ❤
@Alearner-world Жыл бұрын
@22:35 Assignment Card HTML : John Doe Architect & Engineer CSS For Card .card { /* Add shadows to create the "card" effect */ width: 500px; height: 600px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; } .container { padding: 2px 16px; } JS Code : After you fetch data : document.querySelector(".card img").setAttribute("src" , `${data.avatar_url}`); document.querySelector("h4").innerHTML = `${data.name} , Followers : ${data.followers}`; document.querySelector("h4").style.fontWeight = `bold`; document.querySelector("p").innerHTML = `${data.bio} ${data.blog}`
API requests and the V8 engine are two separate concepts, but they are both relevant to web development, particularly when working with JavaScript. API Requests: An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other. In the context of web development, APIs are commonly used to request and exchange data between a client (usually a web browser or a mobile app) and a server. API requests are a way for the client to request specific data or perform certain actions from the server. This is typically done using HTTP methods like GET, POST, PUT, DELETE, etc. The client sends a request to the server, and the server responds with the requested data or performs the requested action. For example, in JavaScript, you can make API requests using various methods, such as the fetch() function or libraries like Axios or jQuery. Here's a simple example using fetch(): javascript Copy code fetch('api.example.com/data') .then(response => response.json()) .then(data => { // Process the data received from the API console.log(data); }) .catch(error => { console.error('Error fetching data:', error); }); V8 Engine: The V8 engine is an open-source JavaScript engine developed by Google. It is at the core of many modern web browsers, including Google Chrome and Chromium-based browsers, as well as Node.js. The primary purpose of the V8 engine is to execute JavaScript code in these environments. The V8 engine is responsible for translating JavaScript code into machine code that the computer's processor can execute. It uses Just-In-Time (JIT) compilation to optimize the performance of JavaScript execution. Because of its efficiency and speed, the V8 engine significantly improves the performance of JavaScript applications and allows developers to build complex and high-performance web applications. In summary, API requests and the V8 engine are both essential components of modern web development. API requests enable communication and data exchange between clients and servers, while the V8 engine optimizes the execution of JavaScript code, making it possible to build fast and efficient web applications.
@MOHDUMAIR-p5y8 ай бұрын
sir jitna bhi thanx ya shukriya krna chaho to kam h pr course top notch h....
@whatappstatus69372 ай бұрын
Time stamp 2:00 - main API topic. 8:40 - XML https concept(Ajex). 21:49 - conversation to JSON Data. 22:35 - Assignment. 24:30 - v8 Engine. ❤❤❤ Thank you so much for your content 🎉
@amit16_017 ай бұрын
I'm glad to learn this in 2024, since 2years before this type of content is not available in the youtube. Every youtuber just showing general concept.
@syedaamnarafi280328 күн бұрын
i would like to say this series is just like a wowwwwww...... its boom my carrer as frontend developer.... i watch alot of series but Hitesh sir clear eavery thing in depth... clear our all concepts.... dil se bhttt shukriya...
@anmolvashisth5809 Жыл бұрын
best series jo maine ab tk dekhi h thank you for that and please aage bhi aisse hi banate rahiye......
@gautam_mehtaa29 күн бұрын
Dear Hitesh Choudhary Sir, I want to extend my heartfelt gratitude to you for teaching me JavaScript. Your guidance, patience, and expertise have been invaluable in helping me grasp complex concepts and build a strong foundation in coding. Your dedication to teaching and your ability to simplify intricate topics have made learning an enjoyable and rewarding experience. Thank you for your constant support and encouragement, which has greatly boosted my confidence and skills in JavaScript. I look forward to applying what I've learned and continuing to grow as a programmer, all thanks to your exceptional mentorship. Warm regards, Gautam Mehta
@shubhamrathod924910 ай бұрын
plz bring more such videos, there are only few youtubers who bring such in depth tutorials like you. Thank you for you efforts
@ayandippaul31088 ай бұрын
I've heard people say, "If something's free, you're the product," and it got me thinking about your videos. I've been quietly watching and learning from them, even though I've never commented before. Your teaching style is awesome and easy to follow. Thanks for being such a great teacher!❤ Sir please reply 🥺
@kshitizsingh56256 ай бұрын
but you are still the product
@adhiraj246111 ай бұрын
00:06 Kamal is teaching in-depth JavaScript in a free KZbin series 01:57 API is a means of communication between different systems. 05:38 The object has two properties: 'result' and 'info' 07:20 Making API requests and the use of Fetch in JavaScript 11:01 AJAX request is sent using the XMLHttpRequest object. 12:55 Understanding how to make API requests in JavaScript 16:54 Understanding the process of tracking state changes in JavaScript 18:44 Understanding the context in JavaScript 22:18 JSON is used to convert a string to an object and can be used for extracting followers and creating a card with photo and follower accounts. 24:04 The V8 engine is written in C+plus and provides debugging tools and AP access. 27:18 Learn how to use the console in the browser inspector element 29:04 Summary
@aayanshisharma3857Ай бұрын
this series is the best js series ever ; topics are clear and practical oriented
@soniyaprasad77 Жыл бұрын
Allow me to take this moment to extend my heartfelt gratitude once again, specifically directed to your teaching way, Hitesh sir.
@chaiaurcode Жыл бұрын
You're most welcome 🤗
@FahimUniverseАй бұрын
Watching video 39; I can say it's one of the best course, better than any paid course. Thank you so much
@banditkov2453 Жыл бұрын
not only you explained the concept intricately, but also aspired to learn from fundamental basics.
@Shams_TabreziiАй бұрын
I wasted my 2.5 years watching many tutorials never had understanding of actual implementation of Js untill I found this series 🥺🥺 Now finally after this series i can turn to react 😊
@nainsirajput0377 ай бұрын
best javascript series on whole youtube .. salute to this man
@unbeatablesachin7 ай бұрын
kitna lecture dakh lia ho abhi tak
@Dhruvfit3 ай бұрын
Sir bohot jada confidence agya h javascript me apke videos dekh kr bohot easily explained h
@Rishav786 Жыл бұрын
Love you sir, You changed my life, I was suffering from financial problems. I wanted to do something for my family, I wanted to fulfill basic needs, by the help of your this Series, I am raising my confidence day by day... Thank you so much sir 😊
@dynamiczonex Жыл бұрын
keep going bro
@amirkhansk0911 Жыл бұрын
keep it up bro
@skzahirulislam2820 Жыл бұрын
Bro did you gave any interviews. If yes then can you share your experience?
@mr.shinchan7140Ай бұрын
Very HelpFull As it Clear the Concepts Throughly And Neatly Thanks Hitesh Sir For Such A Lovely Videos
@shoaibhasan4026 Жыл бұрын
I am incredibly grateful to have such an exceptional mentor who has been guiding me through the world of JavaScript. Sir teaching style is impeccable, making complex concepts seem effortless and approachable...❤❤❤
@anikettikkal12322 ай бұрын
Bahot badiya series hai sir... Bahot achhe se padhate ho aap. Thank you so much ❤
@SumiTShArmA-sp4ih Жыл бұрын
Love you most sir, Thanx for your hardwork for making us JavaScript Programmer
@chaiaurcode Жыл бұрын
Thanks and welcome 🤗🙏
@pranaydas12719 ай бұрын
we really fill happy to be an indian where there have such a people who had a good heart for helping needy students
@saqibullah7286 Жыл бұрын
Sir hum bas es intizar m hoty hai kabb new video ayega 😭😭....Your way of teaching is unmatchable ❤️❤️....Love from Pakistan 🇵🇰🇮🇳
@ArslanAhmed11 ай бұрын
I successfully accessed API data for the first time in my life! This feels like a significant achievement for me, and credit goes to your excellent teaching style. When you were explaining 'Console.log,' I was looking at your face in sheer amazement. It's rare to find someone who makes complex topics so understandable. Your passion for teaching truly shines through.
@physchopath874211 ай бұрын
Hey i couldn't understand what sir has taught in this lecture can you tell me from where else should I get my basics cleared for this video? Please
@physchopath874211 ай бұрын
@ArslanAhmed
@jags_016 ай бұрын
amazing series sir , please make series for css also,i anybody else feels the same , make it reach our mentor
@JAYESH_THAR_14094 ай бұрын
yes sister......
@RahulTiwari-x9s18 күн бұрын
I Had completed these all videos, I'm pretty sure they all are good I look forward with you more
Learned valuable insights about ajax request. Impressive course indeed!!
@NaveenKrYadav597 Жыл бұрын
Thanks a lot a Sir🙏 For your continuous videos on JS, we hope this is continue for ReactJS as well.🎉
@paulaneesh7 Жыл бұрын
Your wish has been listened Sir has started with his Reactjs series
@OmkarShelke-w2j9 ай бұрын
Hitesh sir abhitak mai series bana raha hu, jab start kiya tab laga ki complete kar paunga ya nahi, itna indepth pacha paunga ki nahi, lekin start kar diya all is well bolke, aur abhi bohot confident fill kar raha hu, js me maine issse pehele bhi js kiya hai , lekin itna depth aur interview point of view se kisne bhi nahi padhaya, apne bohot indepth leke gaye hai iss series me , mai 1 saal baad series dekh raha hu, aur khud khud par khud rojana practice ka man hota hai, thanks for your efforts.
@suryapratap_bit Жыл бұрын
Bhaiyon share bhi karo, jayda subscribers honge to video jaldi jaldi ayegi. 😅
@deepurider3554 Жыл бұрын
This is my first comment on youtube. By the way I am a developer. I just picked a random video about javascript and found your video. Your efforts are much higher. I know that it is difficult to teach others in depth about something. You are able to create that teaching environment even in the virtual world. That's great man. Thank you for this content.
@akyadavhere Жыл бұрын
Thanks a lot sir... No one on YT has taught in so much depth. Thanks again for your great work
@aryanbhatt59345 ай бұрын
0:42 sir we are loving this series and not only this series but the whole content and knowledge you are providing. These videos are just flawless.
@Nilkant_warle Жыл бұрын
thak you sir it''s raly better than any paid course💕
@MuhammadArslan-px1sm Жыл бұрын
0:17 g sir ap sahi farma rhe hn meine 2 series javascript ki already dekh rakhi hn lekin jitna depth mei aap parhatey hn utna koi nhi parhata . sab basic data types aur basic operation bta kr chhutti kr lete hn. Sir you are love ❤. Thank you very much for your efforts
@Dev-Phantom10 ай бұрын
Enlightening Lecture, Never knew so much stuff is behind the hood. Thanks for sharing the Knowledge, and as always Best lecture Ever.
@ratansharma80266 ай бұрын
You are awesome, thank you for providing such quality for free.
@kunalgupta90882 ай бұрын
one of the best teacher on youtube. Keep making such videos sir. They are really helpful
@baluramk6 Жыл бұрын
One of the best JavaScript series❤ in hindi. Ye series pahle mil gyi hoti toh hum bhi aaj aapke sath work kar rahe hote.😆 Samajh nahin aata abhi bhi studenta aur freshers sirf java script aur react sikhne ke liye aankho par patti bandh kar mahange mahange courses aur bootcamp join kar lete hain. Jab ki best content youtube par available hain. Thank you Hitesh sir for 🙏🙏
@kcosphi4 ай бұрын
29:00 "Usse dar ke thodi bhagenge usko use karenge". Absolutely right sir! This mentality will definitely not let AI take our jobs!
@adnanaliSDE10 ай бұрын
The best JS series I have learnt from so far.To the point and production grade❤
@rohitdongare4727 Жыл бұрын
sir Maine aaj tak konsi bhi programming related series continue nhi dekhi jitni apki dekhi, you are motivation sir for me. Thanks sir for putting your entire experience and efforts in this series , expecting same in react series. Thanks Again😇😇.. LOve from Maharashtra
@Prernachaturvedi87206 ай бұрын
U r the best teacher on KZbin I shared ur videos in my watsapp group .. everyone starts watching ur video
@kazitanim00711 ай бұрын
Great teaching , This series is getting more interesting day by day. Please don't stop making this kind of wonderful tutorials.
@mrHock866 ай бұрын
Continuining day 14th in javaScript. Yesterday I have started leetcode js problem solving and this course is helping me so much because of Hitesh Sir, Thank you so much sir ji for this amazing course.
@ashok-bhaargaw Жыл бұрын
Chay wale bhaiya, I appreciate. bahut accha content he. Thank you so much for all the videos.
@macintoshnadim4 ай бұрын
Best series ever i have seen in js.Thanks Chai aur code
@sriramsahoo86018 ай бұрын
The best javascript series at this youtube platform...
@KruelGodGaming9 ай бұрын
all the explanation till here is master class. I have gained so much confidence on my JS skills. before this i have tried to gain Js knowledge from many other sources and failed and now i am building Ecomm website as project ... all thanks to you ....
@muteenahmad025 ай бұрын
one of the best course in javascript. Thanks very much for giving such a great and depth knowledge in Javascript. 😍
@PURVAPANCHAL-f6s9 ай бұрын
mind-blowing series sir ..please make such type of content more..we will support you
@farooqaslam42382 ай бұрын
ye mera phela course hai js ka lakin mujh mai itna confidence agya hai k mai kuch b kr skta ho thanks sir g love you 🥰🥰🥰
@bestahmadff5807 ай бұрын
Sir aap ki videos un coders ke liye zyada faydamand hai jo basic coding jante ho Mai khud hi jab pahle start Kiya tha to aap ki videos utni samajh nahi aati thi fir apna college pe gaya aur wahan se thoda Sikh ke aaya to ab bahut maza aa raha hai dil guarden guarden ho raha hai ❤❤❤❤
@BittuKumar-wm5zb8 ай бұрын
Truly the best javascript series on internet.
@harshitverma91272 ай бұрын
Reached here today.....thank you soo much!!!! Keep going!!!!
@suyashjain32236 ай бұрын
Congratulations For 300K Subscribers Sir!! Many More to come!!🔥🔥
@perfectcopy3895 Жыл бұрын
Bhaiya this series is just Osm:) Aur achi achi dusri series v lao aap jaldi jaldi💯
@jointheamnaofficial3 ай бұрын
Thank you souch for this series, this has finally given me confidence to build my own projects.
@deekshatiwari96236 ай бұрын
You are amazing I love this course series, Thankyou for sharing such amazing Knowledge. Very Thankful to you as you are sharing this for free.... so great content.
@ayushkumar24368 ай бұрын
it took me 1.5 hr to grasp this video completely pajji tussi great ho
@sandeepjaiswar49906 ай бұрын
My finger goes to that like video as soon as I start watching the video, the best series from the best tutor
@shahnwajalam5374 Жыл бұрын
best javascript series on youtube hats off sir ❤❤
@BitFire0079 ай бұрын
"Chai aur Code, your videos are the highlight of my JavaScript learning journey. Simply outstanding!"
@Maya-hay4 ай бұрын
Phenomenal work, really grateful ❤, 1000 times better than paid courses. Thank you.
@hriteshsaha3489 ай бұрын
Honestly speaking, this is better than any other course on JavaScript out there. Actually, it is far better than any paid course also. Huge respect for you, sir, for providing us this kind of in-depth content.
@sidrayousaf2461 Жыл бұрын
Really sir we can't learn too much in any paid course as we learned in this course, I have watched all series videos competelty and now I am 100 percent confident to write a javascript code happily, Thanks a lot sir you are great man, may God bless you.
@aloksoni432810 ай бұрын
Your video has been very helpful to me. Even though I have 5 years of experience in web development, there is still a lot to learn. Thank you.
@aakankshabamniya7769 Жыл бұрын
Hello sir , first of all your an amazing educuator , i have learned JS from your chai and javascript but my humble request to you please aap AWS course ki playlist banaye , I really want to learn from you .
@salmanmughal2763 Жыл бұрын
Thank you so much hitesh. Your teaching style is very dominating and we are learning slowly but our concepts are concrete. We have strong foundations and will be competent. Btayeingy sb ko hitesh se parh k aye hein. I got some data from an api from some website i dont know which one was it. I displayed specific data in my List items (Nodelist) of HTML file. I am very happy that i am learning quite fluently. LOVE FROM PAKISTAN
@adilsheikh27352 ай бұрын
your explanation and topic coverage is amazing and lovely sir 🤩🤩🤩
@olalabroolala30305 ай бұрын
Thank you so much sir I am completing this full series, and it was amusing, one of the best series I have ever seen
@atech3699 ай бұрын
Amazing series' on javascript.... Thanks to hitesh sir
@parmjeetmishra2 Жыл бұрын
Wow .. The Minute you said ,,, Make a Github card. -> I pause the video and created a Github card from the api. then I resumed the video watch the rest of the lecture. I can't believe this.
@cageMK10 ай бұрын
kindly provide the code
@SandeepDhama Жыл бұрын
Sir mujhe thoda late mila aapka channel but ab bahut fast aur with notes and projects complete kar raha hoon. Dekhta hoon backend ko kab tak pakad paata hoon... 😊😊
@TOONSSTATION9 ай бұрын
Same.
@Adarsh_Sanatani7 ай бұрын
best javascript course in the youtube thank you sir ❣❣
@supriyaghanekar39043 ай бұрын
Best series in JS..thank u so much
@shreearjun45765 ай бұрын
Superb It a great path for Learning, Thank you for your contribution.
@NoName-vg8vf5 ай бұрын
I did never understand API before, thanks a lot sir.
@dewansh1085 ай бұрын
Sir your videos are to the point and increases confidence level 👍
@niteshchaurasiya15317 ай бұрын
Aisa superb video paid coarse me bhi nhi hota , Thank you very sir .
@swapniljain77495 ай бұрын
आपके निष्काम कर्म के लिए बहुत बहुत धन्यवाद
@danielgurus_ Жыл бұрын
Truly the best javascript series on internet . Thank you for making such videos
@sameershekhawat88157 ай бұрын
best series for JS on youtube 💥
@Veecast247 Жыл бұрын
Thank you,, sir for this js series please continue in-depth videos and easy explanation difficult concepts
@Niteshmaurya1234 Жыл бұрын
Thank You sir very much aapne to aag laga diya youTube pe mai 8 ghante aapke hi channel par rahta hu
@For_Indian9374 ай бұрын
thank you sir , for this amazing series, i started watching code with harry video, but soon i realized that, it will be not that much effective, so i search other tutorial, luckily my friend suggest your video, i can definitely say that this series is best on youtube for javascript
@aakashmalviya5436 Жыл бұрын
bhai bhot badhiya ese concepts clear krvaye hai jo socha bhi ni tha tq and aage bhi tum esi hi bano
@PiyushKatare-z6u Жыл бұрын
one of the best series of javascript on internet. sir please java pr bhi series banaiye. it gonna really help us.
@Jamshaid.Developer2 ай бұрын
thanks you you are real hero for beginner level and advance
@priyankasaini7204 Жыл бұрын
I don't have words to thankyou. I tried to learn javascript from many sources , but everytime It seemed to me that I can't learn it , it is not for me, but after watching your series, I am a bit emotional🥺 , don't have words to express my feelings , feeling blessed . Thankyou sir🥳 for creating such an insightful course for students like us .
@JAYESH_THAR_14094 ай бұрын
yes sister...........
@himeshapatel48672 ай бұрын
This course is awesome, I am waiting for NODE.JS Series. Thank you so much
@parmjeetmishra2 Жыл бұрын
This series changed me drastically. now I can say in my resume , i know JS .. Thankyou sir
@stag_world Жыл бұрын
Sir Jo cheej hamane kahi se nahi Jani vo apke pas ake itna easy samjha me agya PTA hi nahi chala ❤❤ Love you sir ❣️❣️🙏🙏🙏