Rest api has always sounded intimidating and like something I would learn later. Youre the first person to say it in plain enough english for me to realize I already do this stuff lol
I've been trying to understand restful apis for a few months now, and since I have an interview tomorrow, thought I'd try to get it one more time. I can't believe after 1 video I've finally got it. Thank you for making it so simple and easy to understand.
the animations were extraordinary ..they are very much helpful in quickly grasping the concepts ..thnx mosh for the efforts you have put in to creating this video !
I was looking for a REST API video in spanish and I found nothing relevant. I gave it a check to Moss: now this is A-MA-ZING!!! I've learn more on this than other video of 1:58:00. Mosh is very clear, explanations are straight forward, best time invested is on videos from Mosh
I've watched like a dozen videos on APIs (including that big 3-hour course) and this was by far the most useful, concise, and illustrative one, big props!
Programming with Mosh I definitely agree with you! Keep up the good work and again, thank you very much, I’ve been struggling a lot with understanding it, but you made it a lot easier! Greetings from Sweden!
PUT verb is Idempotent whereas POST is not. That means the result of a successful operation is independent of the number of times it is executed. This is a key difference between both the verbs.
Amazing teacher. Always love the content from you. Please make some more detailed videos (for beginners) about some patterns like dependency, repository and others.
Thanks, I thought that was excellent and really helped me to finally get it! Really liked your relaxed manner, simple explanation and especially the graphics :)
So after watching this video, I have come to realize I've been working with RESTful APIs a lot already. What would define something that ISN'T a RESTful API though?
5:13 "So here is the RESTful convention: we expose our resources such as customers using a simple meaningful address and support various operations around them such as creating or updating them using standard HTTP methods."
Thank you very much for your talent to make video tutorials. Really it's a very interesting to listen you and, which is more important, to understand the material. I would like to see your new video about detailed explanation about HTTP methods, thous meaning and all, what is connect with HTTP. Thank you one more time.
Rest api has always sounded intimidating and like something I would learn later. Youre the first person to say it in plain enough english for me to realize I already do this stuff lol
I've been trying to understand restful apis for a few months now, and since I have an interview tomorrow, thought I'd try to get it one more time. I can't believe after 1 video I've finally got it. Thank you for making it so simple and easy to understand.
How’d the interview go?
For me, that was the best no bullshit explanation someone has been able to deliver thus far. It made sense, it was simple, and concise - thank you.
Mosh is life, Mosh is love.
I'm loving the new graphics and animations!
@@programmingwithmosh .mmmmn.
Leke Pehla Pehla Pyar
@@harshsrivastava8652 leke phele phela pyar kidr se agya yahan
@@programmingwithmosh Really great Animations /graphics . Would you mind sharing if you are using any software for same?
@@harshsrivastava8652 gajjab
I have never seen anybody like Mosh, He is very smart and professional.
Are You Jewish ?
He is very good ! But there is a lot also very good !
I honestly feel sorry for you then
@@marcusaureliusregulus2833 for whom ?
@@ravi_sethi Rebin Qadir lol. He hasn't ever seen anyone else who were smart and professional.
I taught I would never understand API's until I watch this video.
Damn, I wish all instructors are like Mosh
Me too and this video just made things so much easier.
me too
How about you learn English next. It is thought, not taught.
@@IOwnThisHandle watch out people, the grammar police is here
the animations were extraordinary ..they are very much helpful in quickly grasping the concepts ..thnx mosh for the efforts you have put in to creating this video !
I was looking for a REST API video in spanish and I found nothing relevant. I gave it a check to Moss: now this is A-MA-ZING!!! I've learn more on this than other video of 1:58:00. Mosh is very clear, explanations are straight forward, best time invested is on videos from Mosh
I've watched like a dozen videos on APIs (including that big 3-hour course) and this was by far the most useful, concise, and illustrative one, big props!
THE HELL??
This video is so simple, effective and pleasing to both eyes and ears.
Thank You Mosh.
amazing explanation, this guy must create all of the courses in the web
Great explanation.Its simple and straight forward to understand for beginners and the graphics is awesome!
This is the best presentation I have seen explaining about REST API. Nice animation too.
Whenever I search for a content, When I see your video in recommendation, I feel like relieved 😅
This was the most lucid explanation of Restful APIs I've watched. Thank you so much Mosh.
Best explanation of "what" the RESTFUL API is. Amazing
That was an amazing video, really explains the whole fuzz about the word "representational". Thank you!!!
REST APIについての記事、とても参考になりました!RESTは、HTTPメソッドを使ってクライアントとサーバー間でリソースをやり取りするシンプルで効率的なアーキテクチャですね。
You explained RESTFUL better than my professor. Exam on thursday! Thank you for the video!
Programming with Mosh I definitely agree with you! Keep up the good work and again, thank you very much, I’ve been struggling a lot with understanding it, but you made it a lot easier! Greetings from Sweden!
As a Digital Product Owner, this is the best explanation I've seen. I'm subscribing....
Clearest and simplest explanation I've found of this. Thanks.
Thanks for this awesome explanation. I was having a hard time trying to understand the REST basic Idea, but you clarified everything in my mind.
PUT verb is Idempotent whereas POST is not. That means the result of a successful operation is independent of the number of times it is executed. This is a key difference between both the verbs.
Can you explain Delegating Handler in simple way?
honestly the best explanation of apis out there
Neatest presentation without too many distractions and those colours created an image of REST api in my brain. Here I subscribe Mosh :)
Amazing teacher. Always love the content from you. Please make some more detailed videos (for beginners) about some patterns like dependency, repository and others.
My all time favourite The Mosh !
One of the best tutorials out there
Tnx Man ! I searched alot about APIs but this is the only clip that made it crystal clear to me ! Hitting SUBSCRIBE right away !
Mosh Hamedani, you is the best. Thanks!
Thanks, I thought that was excellent and really helped me to finally get it! Really liked your relaxed manner, simple explanation and especially the graphics :)
love you so much mosh! you are my favorite instructor
Very clear, concise explanation. Thank you.
Love your tutorials Mosh. You really are very good at it. Thanks.
thank you so much ... I understand all tutorial because the video was traduce in Arabic
That examples eases your mind. Its just wow !!!
Good instructor at least have got something!!! Bravo Mosh.
This has been very helpful. Thank you!
Thank you so much for explaining about REST API in such a simple and beautiful way.
For updating we can use PATCH. PUT is actually used for replacing an existing record.
Explained very lucidly, thank you !
So after watching this video, I have come to realize I've been working with RESTful APIs a lot already. What would define something that ISN'T a RESTful API though?
Mosh you're shining as always
Well explained
Cool calm! Not in a hurry absolutely amazing work!
Simplified and to the point just how I like it.
Very clear, great video!
5:13 "So here is the RESTful convention: we expose our resources such as customers using a simple meaningful address and support various operations around them such as creating or updating them using standard HTTP methods."
Your new presentation and graphics are absolutely on target but the background music is disturbing during the lectures.
Awesome video 10/10!
Love you sir. I love the way in which you describe things...🥰🥰🥰
Thanks for a fantastic and super clear explanation of RESTful API!
Thank you so much, Sir! This content really is helpful for helping to understand the basic concept of this API!
Hi mosh, iam a regular viewer of your javascript course
Really great video, cleared it up for me very quickly.
Well i am in love with your teaching style and Animation 😍
Excellent video & great explanation. Thank you 😊
excellent way to explain so easily...!! Thanks brother.
Only if all instructional videos were this easy.
Thank you for this video and all of your videos....
The concepts were easily and well explained.
Mosh is everything
Well explained! Simple and to the point with easy examples.
i really apprecate the way you explained..thanks
Great rest api video!
This video really made my day, Thank you Mosh
Thanks..your explanation is amazing👍
Thank you very much for this video :) It was very helpful and educational!
Superb- Helpful -> Thanks mate
Thank you Mosh! It's really a great video with clear and simple explanation. :)
v helpful, great job mosh
Now I understand REST API.
Thank you!! This helped a lot.
Very well-explained! Thank you so. much.
Very good explanation, thank you so much!
Great Teacher Mosh.
Thank you very much, this helped me a lot to summarize what I've been learning
thank again Mosh it was useful
Great Explaination!!
Wonderful and its really meaningfull.
I loved this explanation.
Great video! The concepts were easily and well explained.
I like ur tutorial, its very useful
so what I knew as API actully is REST API, wuauuuuu so exciting 🙄💤
Good explanation,,very easy to understand
thank you Mosh your explanations are great
thank you. this session is easily understandable.
Thanks a lot for this, Mosh.
Awesome man, concise explanation. :)
Clear and simple as always Mosh. Thank you.
Great explanation simple and direct to the point
your so amazing teacher
Great Explanation...
Excellent explanation - very straight forwards. Thanks!
Excellent explanation
Explicação simples e objetiva! Parabéns!
Great Explanation
Thank you very much for your talent to make video tutorials. Really it's a very interesting to listen you and, which is more important, to understand the material.
I would like to see your new video about detailed explanation about HTTP methods, thous meaning and all, what is connect with HTTP.
Thank you one more time.
Excellent video!
Got introduced to REST API! #learnbydoing
very neat explanation