Harry Bhai, you have amazing teaching skills. I have gone through your css tutorial also. All of your tutorial courses are well organized and easy to understand for a beginner. Thank you for all of your efforts to help us.
For those who are reading this comment, I recommend you watch the Fetch API video made by Apna College first and then watch this video. You will understand a lot more like that.
Pure youtube community me aap ki ek eise sir ho jo ki paise ke piche nahi bhaagte. Completely free me quality content provide kar rahe ho hat's off harry bhai
abhi tak sabhi videos samaj aa gayi...bohut maza aya baria laga❤👍...thank you harry sir🙏🙏....but iis video mei bohut sara chiz samaj nhi aaya😭😭 kya yeh json, api, status code, etc. ek ek bar karke iin chizo ko pehele bata dete to accha hota, tab sab kuch smaj aa jaata shayad😞😭😢
Love from Hyderabad (Telugu) bro♥️♥️ You are really best at your work bro....I would also join you if you want me to. Would be very happy to share the platform with you. Ek heart tho bantha hai bhai♥️😁😅
hello bro, i was hoping that you would tell a little more detail about Json, apis, ajax. Are you going to explain it in other videos of the playlist or do i have to learn about it from somewhere else.
Hey Harry I'm following you since last 2 years. Once you made video on why we should *NOT* shift to windows 11. Nowadays as in your JS course, WIN11 exist. Actually I am buying a new laptop. Will you please tell us why should we use WIN11 or stay at WIN10. Love you Harry bhai 🔥🔥🔥for your great quality content.
Windows 11 is totally crap. Its unstable,even I face issues to connect the wifi which is a basic functionality. Too many bugs to be resolved, so in my opinion don't switch to windows 11.
sir please tell me how to Fetch Vehicle Details In Bulk - Get Vehicle Insurance Details | RC Details in Excel using Python please make a video on this topic
Sir your make it easly to learn but the only problem is that when i split display your content become little blury so can you please zoom out a little from now on
Amazing series harry bhai but FETCH does not resolve in two steps always. We are using response.JSON() which returns a promise and in order to handle that promise we are again using .then().
Day66 #100DaysOfCode with CODEWITHHARRY, JavaScript, Today i learn about fetching API's in JavaScript, API's are awesome, thanks harry bhai for teaching API.♥♥
Bhai har baar undefined aarha hai console or document pe chahe json lo ya text har baar undefined aarha hai response mil rha hai but print karte time console pe bhi undefined aarha hai aur document pe bhi
🎯 Key points for quick navigation: 00:00 *🌐 Introduction to Fetch API* - The Fetch API is used to make network requests in JavaScript. - It simplifies the process of sending and retrieving data over the network using promises. - 00:35 *🔍 Finding a Suitable API* - The presenter searches for a free API to demonstrate Fetch API usage. - Highlights a specific weather API that does not require authentication, making it a practical choice for the tutorial. - 01:05 *☁️ Working with Weather API* - Demonstrates how to use the weather API to fetch data for specific cities. - Emphasizes practical usage by showing live examples of fetching weather data. - 02:05 *📜 Fetch Syntax Overview* - Introduces the basic syntax of the Fetch API using promises. - Clarifies common syntax confusions and explains the promise resolution process. - 03:33 *⚙️ Understanding the Promise Resolution Process* - Explains the two-step process of handling responses in Fetch API. - Discusses how to check response status and use `.then()` for handling resolved promises. - 05:31 *🔄 Importance of Status Codes* - Highlights the significance of HTTP status codes in the response. - Provides insight on how to determine if a request was successful based on status codes. - 08:28 *📝 Body Reading Methods* - Discusses different methods to read response bodies, such as `.json()` and `.text()`. - Clarifies that only one body reading method can be used per response to avoid errors. - 10:29 *📡 Response and Request Headers* - Explains the difference between request headers and response headers. - Demonstrates how to set and access headers using the Fetch API, emphasizing their importance in network requests.
sir please create video today to fetch news post from database after added data in database using news dashboard and then display in same category in which it store in database. static news website created in html, css and javascript
Harry bhai apne ye bataya he nahi keh API hoti kia hai.. ham kyun use krty hain esko.. ap ne direct fetch api he parha dia.. confusing lag raha thora sa 😧😧
API stands for application programming interface Api is something which have set of data, which can be paid or free us data ko hum apni website pe use kr skte hain by using fetch and AJAX
Can anyone help, Where we use header , is it use for a api authentication or say we send some data to the provider of api ? Plz some one clear my doubt
Harry Bhai, you have amazing teaching skills. I have gone through your css tutorial also. All of your tutorial courses are well organized and easy to understand for a beginner. Thank you for all of your efforts to help us.
Hy
For those who are reading this comment, I recommend you watch the Fetch API video made by Apna College first and then watch this video. You will understand a lot more like that.
already done that,happy to see that you have done the same but now also unable to understand do you have any idea
Lol
@@YadneshBamne21 🤣🤣
Link bhi dedo jabh suggest kar rhe ho
thank you, it helped me a lot
Pure youtube community me aap ki ek eise sir ho jo ki paise ke piche nahi bhaagte. Completely free me quality content provide kar rahe ho hat's off harry bhai
bhai replit ne bohot paise diye hai usko
@@sujitmishra7159 😎 Isliye replit varna vs code jaisa koi he hi nai😬😬
abhi tak sabhi videos samaj aa gayi...bohut maza aya baria laga❤👍...thank you harry sir🙏🙏....but iis video mei bohut sara chiz samaj nhi aaya😭😭 kya yeh json, api, status code, etc. ek ek bar karke iin chizo ko pehele bata dete to accha hota, tab sab kuch smaj aa jaata shayad😞😭😢
I feel u bro😬😬
I caught u in just 10 seconds. U r a good teacher with good skills
But i cought you in 10 milli second that you are not good student and with some knowty things 😂😂😂😂😂🤣🤣
u already knw it and u got it,students who know nothing needs to watch till to end
Wo sab to thik hai lekin adbhut shaktiyan hai tumhare pass
Koi mujhe samjayega ki API se jab data fetch hota hai to use html me kaise dikhaye
With in 2mins demag ki batti chaladiya bhai...thank you👌
Love from Hyderabad (Telugu) bro♥️♥️
You are really best at your work bro....I would also join you if you want me to.
Would be very happy to share the platform with you.
Ek heart tho bantha hai bhai♥️😁😅
Bhai jaisi series JavaScript pr banai hai waise hi python pr bhi banao yaar maza aa gya sacchi.
for those who getting errors while fetching the data, u can change the name of city to avoid the errors...In my case i use Sydney
And we can also attach .catch() at the end in order to get the error printed.
hello bro, i was hoping that you would tell a little more detail about Json, apis, ajax. Are you going to explain it in other videos of the playlist or do i have to learn about it from somewhere else.
Bro did you understood???
yes its really simple, just ask chat gpt it gives you the general idea of what they are. its simple than you think it is
@@MohammedMuzammil-d5o
Hey Harry I'm following you since last 2 years. Once you made video on why we should *NOT* shift to windows 11. Nowadays as in your JS course, WIN11 exist. Actually I am buying a new laptop. Will you please tell us why should we use WIN11 or stay at WIN10. Love you Harry bhai 🔥🔥🔥for your great quality content.
Iam using windows 11 for web development no issues so far!
@@HardCock6969 yes
Windows 11 is totally crap. Its unstable,even I face issues to connect the wifi which is a basic functionality. Too many bugs to be resolved, so in my opinion don't switch to windows 11.
I will suggest you too that don't shift on Windows 11. It's full of bugs
@@SimerSingh-ro2dv window 11 is biggest piece of dog shit i feel slow when i write my code
bro i hope you will explain more about headers with real examples in nxt videos , coz its so CONFUSING
yes, you are right.
thank you sir from Bangladesh , I enjoy your teaching ,you are great man in the world.i like you sir,
Thank you so much sir. You are a very good teacher ❤
Need a more detailed video on this
sir web development interview preparation and Question answer par bhi series laoo please
Jhoot ki ladi mein sach ki jeet hai, isliye Alt News ki subscription hamesha se sachi reet hai
Bhai i am so excited when we work on a project
Harry bhi love you you are the great teacher❤️
If you are getting error the use Syd instead of Ny in api link
Thank you bro, it works... I was stuck in it a half hour
thankss
Really fresh video for me
Harry bhai ik course Swift iOS development pr bhi bnao.plz
harry bhai....❤❤..syd hi college or coding se related itna content kisi ne dala hoga..
sir please tell me how to Fetch Vehicle Details In Bulk - Get Vehicle Insurance Details | RC Details in Excel using Python please make a video on this topic
Why your teaching skills is ❤️🔥❤️🔥 💀
Hello Harry your video is best ❤️
Sir Malware Development py roadmap bna den. Plzz sir it's Huge request... #BestTeacher
thank you sir for amazing course ❤️❤️
Harry bhai i'm big fan of you.kindly bta dein ke or kitni videos any wali hein👍
Q & n--if data is returned from the server in XML format,what i use response.text() or response.json()?
Thanks a lot
Q&A banado harry bhai plz
harry bhai plz
Sir your make it easly to learn but the only problem is that when i split display your content become little blury so can you please zoom out a little from now on
Quality enhance kr le vro 😂
Harry sir which java course will be best the 2020 or the current one please reply sir
Amazing series harry bhai but FETCH does not resolve in two steps always. We are using response.JSON() which returns a promise and in order to handle that promise we are again using .then().
bahan ki siri or kya kre herry bhi
This guy excudes such a positive energy that he tends to lift everyone's spirit❤️❤️
g priya g esa e hai
same you
Priya mere me to prompt run karne per not prompt found aa rha h.. solu..
bhaiya ,please time line add kr do is course m ,
what is response headers and request headers harry bhai concept saaray clear kiiya kurro
Truely an ultimate JS course tysm harry bahi
Bhai xlwings ki koi bhi video nhi h you tube p please bana do ek bhi video nhi h proper jo xlwings in python dekha sake
Day66 #100DaysOfCode with CODEWITHHARRY,
JavaScript,
Today i learn about fetching API's in JavaScript,
API's are awesome, thanks harry bhai for teaching API.♥♥
How to fetch real time data fetch every second without severe flooding with request
❤❤ se Thank you for 66
i have downloaded notes but there is no chapter 10 in these notes
Thank you so much sir for creating this video!
Harry Bhai ye headers ka matlab kya hota hai? Iska kya use hai? Please explain
Well and Good
If you are facing problem grasping things here. I would suggest you to clear your concepts regarding asynchronous JS, promises, async/await.
Thanks sir shear Knowledge
Hi, you didn't show how to render it on UI. that is the main thing many people have doubts on.
i dont even know how to get that api
Fetch API is good but axios is better then fetch API for fetching the data
Amazing course 🔥🔥
Harry bhi good well
Bhai har baar undefined aarha hai console or document pe chahe json lo ya text har baar undefined aarha hai response mil rha hai but print karte time console pe bhi undefined aarha hai aur document pe bhi
Harry Potter and Harry coder always do miracle
🎯 Key points for quick navigation:
00:00 *🌐 Introduction to Fetch API*
- The Fetch API is used to make network requests in JavaScript.
- It simplifies the process of sending and retrieving data over the network using promises.
-
00:35 *🔍 Finding a Suitable API*
- The presenter searches for a free API to demonstrate Fetch API usage.
- Highlights a specific weather API that does not require authentication, making it a practical choice for the tutorial.
-
01:05 *☁️ Working with Weather API*
- Demonstrates how to use the weather API to fetch data for specific cities.
- Emphasizes practical usage by showing live examples of fetching weather data.
-
02:05 *📜 Fetch Syntax Overview*
- Introduces the basic syntax of the Fetch API using promises.
- Clarifies common syntax confusions and explains the promise resolution process.
-
03:33 *⚙️ Understanding the Promise Resolution Process*
- Explains the two-step process of handling responses in Fetch API.
- Discusses how to check response status and use `.then()` for handling resolved promises.
-
05:31 *🔄 Importance of Status Codes*
- Highlights the significance of HTTP status codes in the response.
- Provides insight on how to determine if a request was successful based on status codes.
-
08:28 *📝 Body Reading Methods*
- Discusses different methods to read response bodies, such as `.json()` and `.text()`.
- Clarifies that only one body reading method can be used per response to avoid errors.
-
10:29 *📡 Response and Request Headers*
- Explains the difference between request headers and response headers.
- Demonstrates how to set and access headers using the Fetch API, emphasizing their importance in network requests.
Sir 1 earning app kaise bnaye plz ispe video bnaye
came till here💓
i learned node js , express , html,css, js (intermediate), react basics , can i go for 1-100 or 0-100?, im lil bit confuse
Tq sir
thanks you .then() is little bit confusing for me before watching this video
this ApI link is working for you? while i am trying it shows me an error
Thanks #HarryBhai
sir please create video today to fetch news post from database after added data in database using news dashboard and then display in same category in which it store in database. static news website created in html, css and javascript
Cool Video
sir dsa javascript v le ayeh... jaldi full beginner to advance please
Right now according to market requirement which is the best option Java development or Python development. Plz reply bro...
Javascript op
Harry Bhai fetch api notes ka pdf ma available nahi ha please ek baar notes dal dijiyega fetch api ka notes
bhai jquery or json pe tutorial bana do plz
Big fan sir
harry bhaiya 10 chapter ke notes nhi upload kiye notes ke ander , you skip chapter 10 in notes please upload them
how to show the fetched api contents in a list?
Thanks for telling
5:33
mc: 5:54
which editor or tool, he is using to write code?
👍👍👍👍
Patna se nit Calicut kaise pahuche by train?
Aap purush nahi ho.
Aap mahapurush ho sir ji 🙏
all id available in cheaf price
#codewithharry how to remove .html extension from url ..
Please explain this api in details i got rejected in interview because I was not familiar with this api
header wale mai majanei aaya bhai
Harry Bhai chapter 10 missing hai handnotes main say
1:30 searching api
1:38 kaha se Mila bhia api ye samajh me nhi aaya
when browser is close that time how call api ?
how i can passing data from ssms server to javascript chart js to show my data on chart
#HarryBhai
🙏🙏
❤❤❤❤
Can anybody tell me how to get that API which harry bro skipped it!
Im just getting confused with that 😓😓😓😓😓😓
same the API which he had used is not working now
Harry bhai aap kaun sa keyboard use karte ho bahut sound produce karta hai
harry bhai Note's me CHAPTER_10 ke note's nhi hai
Harry bhai chapter 10 pdf ni hy ....
#harrybhai
How many more videos are left for this course?
Unlimited bro
where is notes of chapter 10
Harry bhai apne ye bataya he nahi keh API hoti kia hai.. ham kyun use krty hain esko.. ap ne direct fetch api he parha dia.. confusing lag raha thora sa 😧😧
API stands for application programming interface
Api is something which have set of data, which can be paid or free
us data ko hum apni website pe use kr skte hain by using fetch and AJAX
Ethical hacking!!!
Can anyone help,
Where we use header , is it use for a api authentication or say we send some data to the provider of api ?
Plz some one clear my doubt
Sir mjy country MN present all auto workshops k liy map ko use krna.ksy karun gi.plz help kr dyb