FINALLY someone who can explain coding without casually throwing in terms they think you should know, or assuming you understand it and just need a refresher. You’re explaining the concepts behind it, not just describing the code 👏👏👏
I graduated from a University and I am now in my first software development internship. Now I realize I know nothing. Videos like this really help out. Thanks Ania for making these videos I really appreciate what you do for the dev community.
I just went through this topic on Codecademy today but it felt super rushed in actually explaining what it was I was learning - your vid is so clear and I feel a lot more confident in understanding the code I am writing!
I am a fan, There are times i find myself replaying tutorial videos and the last play always leaves me more confused that the first. I love Ania becuase she really breaks the concepts down in very digestible terms. Ania is the goat.
I'm learning so much from your channel because you explain everything so clear and precise. AJAX is one of those things... I've always had a clue how it works, something about http request and xhr, but nobody has explained it so well before now. It's like they assume I know a lot of things that I don't know. You have a knack for teaching. Thank you! 🎓 👍🏻
Thanks for the video it was very helpful! The countries api has changed slightly for anyone following along. To get the countryCard name your innerHTML should be "country.name.common" or "country.name.official". To get your the countryCardImage your src should be "country.flags.png" or "country.flags.svg"
What we need is a video going through all the different ways to perform AJAX. There's this way, jQuery AJAX, Axios, Fetch, and HttpModule in Angular. Probably more but at least these are the most common.
Thank you so much for this clear explanation - my Codecademy exercises rushed through this concept and I barely retained the concept. This is much more clear and straightforward you're an excellent instructor!
Hell yes. I'm on a cyber security course, it often happens that I somehow solve the coding tasks, then am left wondering what the hell exactly happened = why exactly does it even work (since the explanations on the course are super stripped). Videos like this are GOLD. Thank you!! c:
By far the best tutorials on youtubes! You are simply amazing at actually explaining everything as you go along! Thanks a bunch, and keep up the good work! Much love from a Denmark!
Hi Ania, nice tut, I must have learned this 20 times already though hopefully hearing it from you will help it finally stick. Looking forward to the Fetch tut ( same applies). Have a great day.
did this recently and the new revision of the countries rest api has an added layer of keys, so to get the country name in the innerHTML I had to use 'country.name.common' in the onload function. Similar for the flags, use 'country.flags.svg' - here you can extract the image alt text and a .png version as well, I just used the svg.
Omg such blast from the past, this reminds me of when I first read about it in a Javascript tutorial book and didn't yet understood how it will change the web. Had to look at my Amazon orders, that was 13 years ago, yeah those different return states, different syntax for IE or the others and only about plain text data. ^^
@@aniakubow Honoured by me? Now I'm blushing... 😅 Always refreshing to come back to the basics once in awhile, I think I landed here some months ago after watching a video of Web Dev Simplified.
super helpful i was having some difficulties to understand what is the relation between all these names JSON AJAX XML JS wow now it's really clear thanks
Awesome Ania, thank you for your time and your qualitywise tutorials. Personally i have learned a lot and I do really like your approach in every concept. Without sounding ungrateful do you think sometime in the future make a series or a video about algorithms, like solving some from Codewars from novice to more advanced with the same approach you use so far. Thank you again and have a great week :) :)
I don't know if you covered this in any of your videos, but what I need is a way to use AJAX to auto update an image from a sequence of digits, and feed the results into a image display ... My source outputs both strings and JSON... I want the result page to be a (NO CLICK) (NO META TAG) auto update display. Example: $string = $temperature; // "70.397" // parse the string into separate digits(including decimal point) and feed it into
Hi can you make a video on token authentication to protect our json API from unauthorized access. How to set-up token How to check the valid and also invalid token handling etc.
@@tomastognozzijamkosian4127 lol thanks for the laugh! been an eternity haven't heard that term 😆 Now that I think about it, in North America we do have indeed Neanderthal "football" :P , and it's equally fun (but I miss football, indeed )
@@unereplicante3321 you mean you know the "Cruyffist" term? That's cool, I love the positional style of football. I haven't really followed USA football (I follow LaLiga, Eurocup, Champions...) So I don't know which team in USA plays similar to this style. Which one would you recommend to follow in USA known to play good football?
@@tomastognozzijamkosian4127 I'm not an expert in football and I don't follow it as much, but I've heard of Cruijf style (I grew up in North Africa) ^_^ I meant by "football" in North America "super ball". It has its own style and game (and more on the Neanderthal side lol) but I can't help but feel it's lacking the technique and finesse of football.
While going through the videos as I code, along, I noticed that I had to add 'common' to the countryCard.innerHTML = country.name.common; and use addEventListener to display the actual names of the countries instead of arrays when I clicked 'Show Countries'. My question is, is this the default behavior, or does it depend on the browser? Because it worked seamlessly for you, to display the country names but I had to add those particular codes.
FINALLY someone who can explain coding without casually throwing in terms they think you should know, or assuming you understand it and just need a refresher. You’re explaining the concepts behind it, not just describing the code 👏👏👏
I graduated from a University and I am now in my first software development internship. Now I realize I know nothing. Videos like this really help out. Thanks Ania for making these videos I really appreciate what you do for the dev community.
I am trying to wrap my head around AJAX and at the right time your video comes to save my life
waiting for it!!
My first tech reunion was on wednesday 16 and this is something they tell us to look at, perfect timing
I just went through this topic on Codecademy today but it felt super rushed in actually explaining what it was I was learning - your vid is so clear and I feel a lot more confident in understanding the code I am writing!
I am a fan, There are times i find myself replaying tutorial videos and the last play always leaves me more confused that the first. I love Ania becuase she really breaks the concepts down in very digestible terms. Ania is the goat.
beautiful coding and beautiful instructor, what more can you ask for this is wonderful great channel
wow I just love the way you're teaching. So smooth, so confident. You're the best.
I'm learning so much from your channel because you explain everything so clear and precise. AJAX is one of those things... I've always had a clue how it works, something about http request and xhr, but nobody has explained it so well before now. It's like they assume I know a lot of things that I don't know. You have a knack for teaching. Thank you! 🎓 👍🏻
Thanks so much! It’s comments like these that make it all worth while 🥰
Thank you Ania , You made ajax simple for me , looking forward to your next video about ASYNC
Thanks for the video it was very helpful! The countries api has changed slightly for anyone following along.
To get the countryCard name your innerHTML should be "country.name.common" or "country.name.official".
To get your the countryCardImage your src should be "country.flags.png" or "country.flags.svg"
thanks was wondering 😆
Thanks. it gave a bit of a hard time 😃
Thank you very much! Appreciated!
You are such an Angel Ania, your teaching style and narration is spectacular!
Thanks for everything you do!
Love you♥
Thanks lady, needed to know how to refresh my cart component on my navbar. Thanks for the help!
What we need is a video going through all the different ways to perform AJAX. There's this way, jQuery AJAX, Axios, Fetch, and HttpModule in Angular. Probably more but at least these are the most common.
This is a great tutorial! I've always been curious about AJAX and I'm glad I found your video. Thanks for sharing!
Thank you for such a clear explanation of a concept I had trouble fully grasping. Now it makes complete sense.
Thanks for watching 💚
This is 100 times better than my JS class in college lol, amazing job!
Thank you so much for this clear explanation - my Codecademy exercises rushed through this concept and I barely retained the concept. This is much more clear and straightforward you're an excellent instructor!
Epic explanation ❤
Hell yes. I'm on a cyber security course, it often happens that I somehow solve the coding tasks, then am left wondering what the hell exactly happened = why exactly does it even work (since the explanations on the course are super stripped). Videos like this are GOLD. Thank you!! c:
100k subscribers is not too far ahead ; )
Amazing video as I expected!. Can't wait to see the other parts.
love u, your teaching, and your accent
Thank you! 😃
If you're just getting here the api has been updated and the paths to make this tutorial work are 'country.name.common' and 'country.flags.png'
I was driving myself nuts after getting: [object].THANK YOU! Also, how did you find out?
Thank you, much appreciated!
I really like your mini series! thanks!
I Can Actually Use AJAX And Have, Very Nice Present My UNIX Based Minx; Love You and Your Work ~
Eagerly waiting for the next set of videos in this series
You have been making some great vids lately
thanks so much Sunil!
This is very useful, loved the ease you have to explain thank you very much Ania 🎉❤
By far the best tutorials on youtubes! You are simply amazing at actually explaining everything as you go along!
Thanks a bunch, and keep up the good work!
Much love from a Denmark!
Hi Ania, nice tut, I must have learned this 20 times already though hopefully hearing it from you will help it finally stick. Looking forward to the Fetch tut ( same applies). Have a great day.
Oprócz kodowania to chciałbym tak super posługiwać się angielskim jak Ty :D Cudownie brzmisz, wyglądasz i kodujesz!
Dziękuje ślicznie! 😊
@@aniakubow Aniu proszę podziel się sekretem jak można nauczyć się angielskiego żeby mówić jak Ty ? :D
Excellent example of ajax, the first video of yours that I see and it is very cool. Greetings from LATAM
You are simply too Good for me as a Teacher 🌹
Thank you so so much for this explanation. This cleared up so many things for me within just 20 mins. Highly appreciated.
Very nicely done video and great explanation and all. Subbed
Thanks Ania , I liked your video
simply put you wrote async concept in my mind forever! Thank you Ania
you are amazing ANIA thank you for the amazing explanation. mostafa from egypt.
Thank you so much, Ania! Your videos are so helpful and so easy to follow along with. I enjoy watching and learning from you 😊
did this recently and the new revision of the countries rest api has an added layer of keys, so to get the country name in the innerHTML I had to use 'country.name.common' in the onload function. Similar for the flags, use 'country.flags.svg' - here you can extract the image alt text and a .png version as well, I just used the svg.
thanks for sharing!
Omg such blast from the past, this reminds me of when I first read about it in a Javascript tutorial book and didn't yet understood how it will change the web.
Had to look at my Amazon orders, that was 13 years ago, yeah those different return states, different syntax for IE or the others and only about plain text data. ^^
Thanks so much for sharing Chris 💚. And thanks as well for watching - I’m so honoured 😊
@@aniakubow Honoured by me? Now I'm blushing... 😅
Always refreshing to come back to the basics once in awhile, I think I landed here some months ago after watching a video of Web Dev Simplified.
Very useful explanation about ajax, I'm waiting for more of this kind of videos 👍👌
Great! Best and beautiful webdev teacher ever!
Awesome tutorial Ania!...you just cleared all my doubts.
Absolutely brilliant !!! You are a saviour!
THank you ma'am, really simple and fun to understand.
thanks Ania, I hope you'll do a bit of *fetch & axios* in your upcoming videos.
Sure will be ! :)
I love the way you teach. It is enjoyable.
Thank you so much for covering this topic so well!
I have an exam tommorow about this,
My teacher didn't explain it very well i am so greatful for these video's
Finally this stuff is making sense to me... and is going to be really useful. Thanks Ania.
thank you Ania.This video was really helpful.
Cool video, just wondering, is there a reason for the beginning of the video playing again at the end(20:22), or is it just a mistake?
Amazing Ania!
These videos are awesome! Doing a much job of stepping through content than my uni lectures 😭
Amazing subscribed today and already watched several of your videos. All of them are just so good:))
cool, now im dominant on using api, thank you so much
super helpful i was having some difficulties to understand what is the relation between all these names JSON AJAX XML JS wow now it's really clear thanks
This is sooooo helpful THANK YOU !!!
love your vids they helped alot and are super fun, thank you Ania
Awesome Ania, thank you for your time and your qualitywise tutorials. Personally i have learned a lot and I do really like your approach in every concept. Without sounding ungrateful do you think sometime in the future make a series or a video about algorithms, like solving some from Codewars from novice to more advanced with the same approach you use so far. Thank you again and have a great week :) :)
Also struggling to wrap my head around AJAX. As well as AJAX interacting with JSON
Thanks Ania!, I really apreciate that content.
Thanks a lot, very nice and neat explanation. Keep up the good work!
Thanks Ania, well explained.
Awesome as always Ania 👍😎
Mi piace molto il tuo modo di spiegare. Brava
Brilliant, can't wait for another video!
The greatest teacher!
Gradually making sense of this.
Informative and entertaining!
Albeit you snuck in a new Havascriot Fetch API. You should have explained it a little.
I don't know if you covered this in any of your videos, but what I need is a way to use AJAX to auto update an image from a sequence of digits, and feed the results into a image display ...
My source outputs both strings and JSON...
I want the result page to be a (NO CLICK) (NO META TAG) auto update display.
Example:
$string = $temperature; // "70.397"
// parse the string into separate digits(including decimal point) and feed it into
Thanks again for another great video:) Of course I subbed! I encourage all others to as well as she has great content and tutorials.
Do videos on promises 🎉🎉
this is a great video , you have explained very well
excellent clear and complete, thank you
Hi can you make a video on token authentication to protect our json API from unauthorized access.
How to set-up token
How to check the valid and also invalid token handling
etc.
Thank you for this lovely video!
Ania, do you know you are a wonderful instructor?
I like the way you teach!!!
Thanks for awesome explanation. Helpful and clear.
Ajax is the best Netherlands football team😂
I read it as "Ajax is the best Neanderthal football team".
And the World needs this!
@@unereplicante3321 haha. I would never say that to a Cruyffist team like Ajax.
@@tomastognozzijamkosian4127 lol thanks for the laugh! been an eternity haven't heard that term 😆
Now that I think about it, in North America we do have indeed Neanderthal "football" :P , and it's equally fun (but I miss football, indeed )
@@unereplicante3321 you mean you know the "Cruyffist" term? That's cool, I love the positional style of football. I haven't really followed USA football (I follow LaLiga, Eurocup, Champions...) So I don't know which team in USA plays similar to this style. Which one would you recommend to follow in USA known to play good football?
@@tomastognozzijamkosian4127 I'm not an expert in football and I don't follow it as much, but I've heard of Cruijf style (I grew up in North Africa) ^_^
I meant by "football" in North America "super ball". It has its own style and game (and more on the Neanderthal side lol) but I can't help but feel it's lacking the technique and finesse of football.
Great video, great explanation. Thanks!
love it, excellently explained
While going through the videos as I code, along, I noticed that I had to add 'common' to the countryCard.innerHTML = country.name.common; and use addEventListener to display the actual names of the countries instead of arrays when I clicked 'Show Countries'.
My question is, is this the default behavior, or does it depend on the browser? Because it worked seamlessly for you, to display the country names but I had to add those particular codes.
You are a great teacher
GO Ania! Thank you sooooo much!
Thank you or the video. Do I need to have a server for that? if yes, what kind of?
Thank you my best teacher
you have a very good input. 😂 thank you
Awesome content 👍
You explain things so well, thank you! Btw you look like a beautiful elf but I´m sure you know it already
Your my javascript crush😂
You are awesome. Keep it On!
how to addeventlistener for 2 html page with only one external java script?
Ania, wonderful, I want to learn complete Js, is it possible you guide me, are provide me complete tutorial
Is JSON.parse the same as this.responseText?? If not, what's the difference? When to use either?
Nice video. Thanks a bunch. But why did you not use responseText? And what are headers please?
This is a throwback to 2006!