This has been great stuff! Really appreciate that you are filling in the gaps for the frontend-heavy novice programmers such as myself. Super easy to follow along with a ton of useful information about parts of web dev that were previously shrouded in mystery. 10/10!
I don't have a lot of guidance as I live in small town.....If you get time could you please recommend some good soruces for networking and DevOps. Thanks!
I love this kind of basic-concept course, there's no fancy skills or something really interesting/fresh, but it just gets me a better understanding how everything works under the hood. Nice course!
What timing 🥺🥺🥺🥺🥺🥺🥺waaaaaaaaawwwwm . I'm currently working in API management and the developer portal. And this course is such a wonderful time to learn. Thanks, freecodecamp and Boot dev . It feels so great.
Haha I just had my first step into Fetch and APIs in my bootcamp yesterday and wanted to find some crash course on it - and today here it is!!! Thanks a lot!! FreeCodeCamp is the best 😍
Protocols - agreed upon meanings from arrangement of symbols/frequencies/rules between sender and receiver - a sort of shared language - for computers the language is binary. Http used is a protocol used by a computer to parse the 1s and 0s
thank you. I cannot believe I had the discipline and desire to finish the entire 5 hr course. You made it fun! and I loved that everything worked too. see around.
Thank you for giving out all this great info for free. I am a self taught dev and always wanted to give something back once I had enough capital. So here goes.😁
Watched the whole video, excellent content! Thanks for not deleting the mistakes, that makes the video far better, we can watch how you solved those mistakes and feel that everyone can make mistakes!
Very nice course ... love that he has you follow along on HIS platform, and you have to become a member to access basic quizzes as you go along.... love that .... great job "Free" code camp
Dude you can do it all from your computer if you clone his GitHub repository. There is practically no change in the course if you do it this way. It is free.
Currently at - 48:08 - (06/02/2023) Reached - 27:32 - (30/01/2023) Reasons to do this course: - 80+ exercises - (0:00:30) Build a working web crawler like googlebot from scratch :D
Awesome beginner tutorial. If you're watching it as a refresher, it's a bit too basic; however, it was perfect for listening to while coding something.
Glad it helped!! Yeah if you're already familiar with HTTP is will be pretty basic, but if you're not it should have a TON of new stuff. Thanks for watching :)
This video is really awesome. I had been working with Python for backend API development. Now I have some practical idea on how to call those APIs with JavaScript.
Thanks for the course it was really clear and well presented. Course 10-HTTPS - exercise 1 : the HTTP request is allowed for me and I do not get any error (on mac), when the exercise should be to use HTTPS for the call on the server. (I am using Node 18.14.0)
insane there are creators who create such cool content which learners want to learn but can't learn because of struggling with finding good resources thanks freecodecamp for connecting teachers and learners and Lane for course on this beautiful topic! you guyz rock!!
I went to an IT school for 4 years. I learned way more with this video than in school. Why? Following along the video u learn basic knowledge and immediately use it. In school we had modules which were designed poorly. We simply learned the theoretical stuff, without any real life scenarios. Occasionally we had practical work, settiung a server, dns, dhcp, mail, file, or even coding in java, basic powershell .. and so on HOWEVER. All those technologies were separated from each other (modules), and on top of that, we never used any configured setup for another module. Horrible way to get into IT! Why didn’t we start by configuring and setting up a dns, dhcp server, then a typical environment for webApps! Building webApps covers pretty much everything in the IT!
Ackchyually Using return await inside an async function keeps the current function in the call stack until the Promise that is being awaited has resolved, at the cost of an extra microtask before resolving the outer Promise. return await can also be used in a try/catch statement to catch errors from another function that returns a Promise. You can avoid the extra microtask by not awaiting the return value, with the trade off of the function no longer being a part of the stack trace if an error is thrown asynchronously from the Promise being returned. This can make debugging more difficult.
Just finished going through with all the tutorial!! Thank you for this amazing tutorial, I can say for sure that this gave me a greater understanding on what back-end coding is!!
I admit, that for self-taught frontend developer with year+ of experience, it was great until the project actually started to become too complicated. I think it wasn't actually teaching the http, but rather being "look what you can achieve", that I did not understand after like 4:45:00. The rest was fine, but it wasn't necessary for http learning since there was not much http to experience with.
this is a nice course. I love how it feels, the tutor, challenges and assignments makes it really engaging. Thank you freecodecamp!, thank you boot dev
Okay, I've gone through the initial first half of the video & there's one thing I need to point out : at timestamp 1:20:00 when you say that the console msg from callback function won't print at all, that's wrong. It will absolutely print after the last console.log.
yeah the javascript playground that he uses have some issues as when i tried to do a previous problem it threw an syntax error while his playground gave the answer
My first project in learning Python was a scraper a very simple one, so I had bought a book from Oreilly which is about HTTP. I think it helps me a bit looking at the network tab in the browser I use. Learn the differences between POST and GET, and when of the two I should use. This whole course was a very good one, I barely knew Javascript as of now, specially that async and await keywords. My question is how a crawler differs from a scraper? does Browser both scraper and a crawler?
Well, I can say with confidence, that we are witnessing a redefinition of the world current teaching standards. To be honest, I am abit angry that such amazing content is now up for free, when I'm already in my 3rd year degree in Software Eng, but on the bright side, the future gen won't be limited to financial/degree and even location restraints. Some would say that I'm "selfish" or sth, and to a degree I do agree with them. Nevertheless the facts are that you are truly delivering knowledge to the ones in need, to whom my "prestegeous" course isn't available, and probabbly even delivering better materials than what a university offers. At the end of the day, you are trully doing an amazing job, and that's what's most important.
I don't angry because the knowledge is there for free, the problem is the university...people get scammed spending big money for practically nothing. thanks to the internet and people like this teacher we are getting off from the scam that is called universities.
Hello Fcc, I am self studying computer science. I love space exploration. My question is that Fcc is planning for computer science tuto about space exploration, thank you
lets make the comments way helpful: if you did watch the video answer these questions: 1-what was your level before watching the course? 2- what did you learn from the course? 3- why you decided to watch the course in the firs place? 4- what did you expect to find in the course that you didnt, and vice versa?
36:00 Here you're calling Cloudflair directly to get the domain's name's IP address. Is the browser doing the same? Edit... From 44:00, your computer where the browser is running calls one of ICANN's root nameservers to resolve the domain name into an IP address. These root nameservers's IP addresses are built into each computer's network configuration.
I hope the video is helpful! It was a ton of fun to record
I wish I had watched this video before learning to code for the past year, it would have made my life 100x easier
Clear, concise and loaded with value!
Awesome course. Thank you dude.
I hope so too.
This has been great stuff! Really appreciate that you are filling in the gaps for the frontend-heavy novice programmers such as myself. Super easy to follow along with a ton of useful information about parts of web dev that were previously shrouded in mystery. 10/10!
As someone who is self taught dev, I encourage all devs to start with a good understanding of networking + DevOps, it’ll help you a ton trust me.
Very helpful, thanks !
Is this tutorial good for beginners and what other things do we need to learn. Thanks a lot for the advice btw
recomend some video bro
You are correct!
I don't have a lot of guidance as I live in small town.....If you get time could you please recommend some good soruces for networking and DevOps. Thanks!
For all beginners I encourage them to start with this video it's very understandable
I love this kind of basic-concept course, there's no fancy skills or something really interesting/fresh, but it just gets me a better understanding how everything works under the hood. Nice course!
This course has proven fundamental to my knowledge of HTTP and given me a good foundation to self study
I think many people struggle bacause their base is not clear, and this video is just awesome...
What timing 🥺🥺🥺🥺🥺🥺🥺waaaaaaaaawwwwm
. I'm currently working in API management and the developer portal. And this course is such a wonderful time to learn. Thanks, freecodecamp and Boot dev . It feels so great.
Can this video prove to be fruitful for building up cyber security fundamentals?
Haha I just had my first step into Fetch and APIs in my bootcamp yesterday and wanted to find some crash course on it - and today here it is!!! Thanks a lot!! FreeCodeCamp is the best 😍
i learned this all through Cisco Academy and it was very clear and neat this is one of Cyber Security path learning
Which one? The entire Junior Cybersecurity Analyst path is 120 hours long, or you just did the 6-hour Introduction to Cybersecurity course?
Protocols - agreed upon meanings from arrangement of symbols/frequencies/rules between sender and receiver - a sort of shared language
- for computers the language is binary. Http used is a protocol used by a computer to parse the 1s and 0s
thank you. I cannot believe I had the discipline and desire to finish the entire 5 hr course. You made it fun! and I loved that everything worked too. see around.
Thank you for giving out all this great info for free. I am a self taught dev and always wanted to give something back once I had enough capital. So here goes.😁
Seriously man I'm glad 😅🎉❤
Sahi he , I am also learning form my self , but till now I have not generated any capital .
Bro you gave them $0.5
@@enterb7643 so what?
@@enterb7643😂😂😂
So far so good, thanks a lot for putting the efforts to get this course done and available for free
For beginners, this is an amazing place to start. I wish this course was there when I first started.
Watched the whole video, excellent content!
Thanks for not deleting the mistakes, that makes the video far better, we can watch how you solved those mistakes and feel that everyone can make mistakes!
Very nice course ... love that he has you follow along on HIS platform, and you have to become a member to access basic quizzes as you go along.... love that .... great job "Free" code camp
Dude you can do it all from your computer if you clone his GitHub repository. There is practically no change in the course if you do it this way. It is free.
I KNOW RIGHT?
This is the comment I was looking for, great information! I just got to the sign up page and this helps me a lot in deciding how to proceed!!!
Currently at - 48:08 - (06/02/2023)
Reached - 27:32 - (30/01/2023)
Reasons to do this course:
- 80+ exercises
- (0:00:30) Build a working web crawler like googlebot from scratch :D
Keep it going!
Please make a video on API, what is API, how it works, how to create an API from scratch?
Awesome beginner tutorial.
If you're watching it as a refresher, it's a bit too basic; however, it was perfect for listening to while coding something.
Suggest something a level above, please! Thank you
Glad it helped!! Yeah if you're already familiar with HTTP is will be pretty basic, but if you're not it should have a TON of new stuff. Thanks for watching :)
Thank you very much for this course! Especially for the prononciation. For not native speaker like me this is important.
This video is really awesome. I had been working with Python for backend API development. Now I have some practical idea on how to call those APIs with JavaScript.
Thanks for the course it was really clear and well presented.
Course 10-HTTPS - exercise 1 : the HTTP request is allowed for me and I do not get any error (on mac), when the exercise should be to use HTTPS for the call on the server. (I am using Node 18.14.0)
Best course espacially for beginners
Free code camp is just truly incredible
insane
there are creators who create such cool content which learners want to learn but can't learn because of struggling with finding good resources
thanks freecodecamp for connecting teachers and learners and Lane for course on this beautiful topic!
you guyz rock!!
So glad it's helpful Divya :)
Excellent! I'm a professional UA-cam uploader myself and I'm quite aware how difficult it is to make a single video. Bravo! Keep up the good work.
As a beginner in HTTP, this got me out of the woods really fast
I went to an IT school for 4 years.
I learned way more with this video than in school.
Why? Following along the video u learn basic knowledge and immediately use it.
In school we had modules which were designed poorly. We simply learned the theoretical stuff, without any real life scenarios. Occasionally we had practical work, settiung a server, dns, dhcp, mail, file, or even coding in java, basic powershell .. and so on
HOWEVER. All those technologies were separated from each other (modules), and on top of that, we never used any configured setup for another module. Horrible way to get into IT!
Why didn’t we start by configuring and setting up a dns, dhcp server, then a typical environment for webApps!
Building webApps covers pretty much everything in the IT!
I would learn anything from this guy. Very interesting to watch. Thank you
This is the best course of HTTP i have watched. Thanks!
Ackchyually
Using return await inside an async function keeps the current function in the call stack until the Promise that is being awaited has resolved, at the cost of an extra microtask before resolving the outer Promise. return await can also be used in a try/catch statement to catch errors from another function that returns a Promise.
You can avoid the extra microtask by not awaiting the return value, with the trade off of the function no longer being a part of the stack trace if an error is thrown asynchronously from the Promise being returned. This can make debugging more difficult.
it is a masterpiece, there is no word to describe about knowledge i got from this video. Thanks
Just finished going through with all the tutorial!! Thank you for this amazing tutorial, I can say for sure that this gave me a greater understanding on what back-end coding is!!
I don't have a bank account yet. I can pledge though that I will support you as soon as I open one because you're very helpful.
wow, this is a perfect course for me at this exact moment.. for me i only need to wait the subtitles rs
I reached out to Beau to see if we can get them added!
Starting this course now 11/30/2023
13:12
27:35
48:14
plan function in js-awe library is nice way to manage complex async flow.
Thanks from the Uzbekistan 🔥🔥🔥
🇺🇿🇺🇿🇺🇿
I admit, that for self-taught frontend developer with year+ of experience, it was great until the project actually started to become too complicated. I think it wasn't actually teaching the http, but rather being "look what you can achieve", that I did not understand after like 4:45:00. The rest was fine, but it wasn't necessary for http learning since there was not much http to experience with.
Cool now I have a web crawler. I finished the whole damn thing. Thank you sir, just doing this in my free time for fun.
this is a nice course. I love how it feels, the tutor, challenges and assignments makes it really engaging. Thank you freecodecamp!, thank you boot dev
I should have follow this course before finishing mine on Nuxt :)
JavaScript is the Future :)
+1
Thanks for the captions, I'm better at reading and it helps to improve my english skills
Very well laid out course with good explanations. Great Work!
Okay, I've gone through the initial first half of the video & there's one thing I need to point out : at timestamp 1:20:00 when you say that the console msg from callback function won't print at all, that's wrong. It will absolutely print after the last console.log.
yeah the javascript playground that he uses have some issues as when i tried to do a previous problem it threw an syntax error while his playground gave the answer
Waow such an excellent course ! I learn a lot and the course help me to fully understand fetch API (I struggled for so long) !!!
Guys, to know more about HTTP and its variations /1.1, /2, /3, read the rfc spec. Lots of new things to learn
I literally was waiting for this. THANK YOUUUU
Really enjoying the course, thanks!
big respect Lane, brilliant courses
My first project in learning Python was a scraper a very simple one, so I had bought a book from Oreilly which is about HTTP. I think it helps me a bit looking at the network tab in the browser I use. Learn the differences between POST and GET, and when of the two I should use. This whole course was a very good one, I barely knew Javascript as of now, specially that async and await keywords.
My question is how a crawler differs from a scraper? does Browser both scraper and a crawler?
Got my dude Lane on the mic, everything gonna be alright~
There's a typo in the description, it says "Fetch Rseponse" instead of "Fetch Response", great video btw =)
We need this course in python
"Let's talk about H-E-T-P "."
All right! Right on with stuff I never heard!
Great thanks
interesting I will come back to this
I see a pattern in people who is into tech. Most of them are musicians. Including me lol. That v-drums behind looks cool.
I wait until I become a similar monster that could watch this course in one day.
Finally an http free course!!!
Freecodecamp is the best! I learned on my own and I am constantly growing in different area(s) of coding.
Thanks for this fundamental course and especially for eng subs
Thank you, very good course.
this is what i am talking about , great course
Very convinient for me, Thank you!
Well, I can say with confidence, that we are witnessing a redefinition of the world current teaching standards. To be honest, I am abit angry that such amazing content is now up for free, when I'm already in my 3rd year degree in Software Eng, but on the bright side, the future gen won't be limited to financial/degree and even location restraints.
Some would say that I'm "selfish" or sth, and to a degree I do agree with them.
Nevertheless the facts are that you are truly delivering knowledge to the ones in need, to whom my "prestegeous" course isn't available, and probabbly even delivering better materials than what a university offers. At the end of the day, you are trully doing an amazing job, and that's what's most important.
So glad it helped you, and I completely agree. The way we learn is changing, and it's changing for the better.
I don't angry because the knowledge is there for free, the problem is the university...people get scammed spending big money for practically nothing. thanks to the internet and people like this teacher we are getting off from the scam that is called universities.
Thanks for this video! Your explanations are simple yet very clear 👌👌
Thank you guys for this priceless course
Watching this guy is hard. It's like learning from a bobblehead. Seriously, is his cranium mounted on a spring?
Loving this breakdown, thanks for making the video!
Really great explanations, thanks!
This is just amazing, so much knowledge in one video ❤
Great explanation, thank you! I solved many doubts :)
damn ur a better teacher than my professor. 😍 excellent stuff 😍
Extremely helpful, thanks a ton for sharing.
At 1:19:39, it should print second.
thank you very much for your amazing channel. please create a full course about smart cards. they used more and more today.
Thanks for this course it was very good .
thank you so much sir. I really appreciate your effort.
Amazing tutorial. Thank you so much!
@1:53:35,
console.log(err) is incorrect. I believe it should be console.log(err.message)
Ch1 completed
Exactly what I needed thanks for the vid 🙂 👍
This is great! Been wanting something like this.
thanks for putting this together, very helpful!
Thanks , great contribution in coding .
r'u crazy?
3:59:00
3:59:49
Thank you for the course!
Aha, been curious about http for a while now. Here it comes
that taught me a lot... thanks mate
interesting course, i did learn some cool stuff
The tutor is awesome
Thank you, this was easy to follow.
Pls post a video for C# full course from the Scratch.
Hello Fcc, I am self studying computer science. I love space exploration. My question is that Fcc is planning for computer science tuto about space exploration, thank you
lets make the comments way helpful:
if you did watch the video answer these questions:
1-what was your level before watching the course?
2- what did you learn from the course?
3- why you decided to watch the course in the firs place?
4- what did you expect to find in the course that you didnt, and vice versa?
your first
36:00 Here you're calling Cloudflair directly to get the domain's name's IP address. Is the browser doing the same?
Edit... From 44:00, your computer where the browser is running calls one of ICANN's root nameservers to resolve the domain name into an IP address. These root nameservers's IP addresses are built into each computer's network configuration.
What is the prerequisites for this course?
It would be helpful for me.
Thanks buddy
absolute fire my dewd
🔥🔥