I always wondered if the apps like Uber built their own map from the scratch. Now, I know that they are probably using some API. The many examples quoted in this video are good enough to grasp the concept really well. Thank you!
It's sometimes challenging for me to grasp complex technical issues (I have a background in political sciences) and normally I need 3-4 videos/sources to understand something but you explained it so well that I don't need to watch the other ones. Big time & brain energy saver so thanks a lot.
god! when i was attempting to learn about VPNs and the different types and different mechanisms! i had to watch 5 different videos until one made sense and explained it in a very simple fashion (search VPN mailbox explanation in youtube) and this made perfect sense!!
I don't know how many videos I had watched(before watching this explanation) to understand this concept. This video gave me the clarity that I was always looking for. Thank you very much!!
From a buzz word to a relatively good understanding in 45 seconds. That's the one statement that has been the most valuable in understanding API for me. Well done.
Simply Explained: It made my Mind Open. As a newly becoming Software Engineer, I used to think how difficult it might be to "Communicate" between Apps, like Maps, and such. As I wanted to use the power of already existing Apps. Now I came to know there are so-called, "APIs" available which let us Interact with applications. Thank you for such a wonderful, complete and comprehensive information, Explained Simply :)
The true geniuses of the world are those who can take what's complicated and make it immediately understandable when teaching with creativity. 🎨 I will also be adopting this analogy! Thank you!
What helped clarify it to me is this: An API is just a function. A developer writes a function/script and may let others interact with that function (give Input/see Output) through the web. It can do anything a function can do. If these examples help others, that's great, but it leads me a bit astray from what API's actually are.
Thank you! My background is in power engineering, but a set of models I have come across have required me to delve into some basic programming/database applications! Just understanding some of these terms that are being used really helps me be able to work through these manuals a lot easier!
Thanks for the explanation. A few years ago, I started learning API but became disinterested because it was taught in a complex way. Now that I have watched your video, I am thinking about learning it again.
Earlier computer 'application programs' (as distinct from 'system programs') were independant coding entitities aimed at performing tasks for computer users. A program consists of a 'front-end' (interaction with the user) and a 'back-end' (interaction with data repositories). But as networking increased, application programs interlinked to each other, blurring the distinction between front-end and back-end. Programs communicate with other programs and the API is the interface they use to communicate with each other.
What is an API? (Application Programming Interface) API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
I love you... im a Chef but due to current physical conditions i have i decided to switch to something less physically straining.... and this example is the thing that literally made everything for me easier to understand.... I thank you...
Wow! This is the first time I finally understood the API thing. Wow I'm so excited. I feel superiority that I finally knew a lot of behind the scenes things. Thank you!
That was a great explanation. Now I feel llike I know what an API is. It's a tool that connects apps to the system in order to hide complexity and make our lives easier. Plus, rather than painfully having to figure out access a user's data through our own methods, we can use the system.
Thank you for sharing this information. Lately I have had to keep date with this type of information since I am running an online business with facebook, I was concerned with the Apps Modes and while reading along the instructions I realized I had not ideas what and API was. I highly appreciated that you haven taken the time to educate us.
FANTASTIC VIDEO! Well done. You covered everything in an easy to understand and relative way. Would love to hear what negative things were said about this. I can't imagine what they would say.
Does an API determine how apps and website pages fill/fit on the screen of a phone vs tablet vs computer or is that something the websites determine? Very helpful video btw
As a seasoned developer, some of the new terms were unfamiliar to me. This video was extremely helpful with great graphics and realistic examples. Thank you so much!
I still don't know WHAT an API is... Every single example makes it sound like it's just two computers talking to each other. But what is the REAL WORLD example of an API. Because we have the front end (the screen) and the backend (the database), but what is the API? Is it a document that just... has code in it that helps the front end talk to the back end? If that's the case, why is it even needed. Why can't a front end just... talk to the backend, without needing an API?
I quit my job at MacDonalds after realizing i am an api
omg
Isn't that what society is? Being APIs for each other.
Stolen comment...and it's McDonald not MacDonald
You can do it! Even a Pennsylvania miner can do coding per Joe Biden.
I laughed way harder than I should
I always wondered if the apps like Uber built their own map from the scratch. Now, I know that they are probably using some API. The many examples quoted in this video are good enough to grasp the concept really well. Thank you!
I think they are using the Google maps api, they have a ton on info about it, check out maps api on google
They can build their own apis but they also use others apis 100%
@@ThishsitwontgetmynameFoFF I agree 👍
That's actually a great example, I'm going to use that restaurant example in the future.
You do a good job of applying real life examples and giving the full spectrum
It's sometimes challenging for me to grasp complex technical issues (I have a background in political sciences) and normally I need 3-4 videos/sources to understand something but you explained it so well that I don't need to watch the other ones. Big time & brain energy saver so thanks a lot.
god! when i was attempting to learn about VPNs and the different types and different mechanisms! i had to watch 5 different videos until one made sense and explained it in a very simple fashion (search VPN mailbox explanation in youtube) and this made perfect sense!!
After trying to figure this out for a few years, you made it extremely simple in just 7 minutes. VERY WELL DONE SIR! Thanks
I don't know how many videos I had watched(before watching this explanation) to understand this concept. This video gave me the clarity that I was always looking for. Thank you very much!!
Great to hear!
From a buzz word to a relatively good understanding in 45 seconds. That's the one statement that has been the most valuable in understanding API for me. Well done.
You putting this up for free is actually clutch - praise to you
Simply Explained: It made my Mind Open. As a newly becoming Software Engineer, I used to think how difficult it might be to "Communicate" between Apps, like Maps, and such. As I wanted to use the power of already existing Apps. Now I came to know there are so-called, "APIs" available which let us Interact with applications. Thank you for such a wonderful, complete and comprehensive information, Explained Simply :)
The true geniuses of the world are those who can take what's complicated and make it immediately understandable when teaching with creativity. 🎨 I will also be adopting this analogy! Thank you!
Thank you for helping the non-developers and beginners understand what an API is
What helped clarify it to me is this: An API is just a function. A developer writes a function/script and may let others interact with that function (give Input/see Output) through the web. It can do anything a function can do. If these examples help others, that's great, but it leads me a bit astray from what API's actually are.
Thank you! My background is in power engineering, but a set of models I have come across have required me to delve into some basic programming/database applications! Just understanding some of these terms that are being used really helps me be able to work through these manuals a lot easier!
Another great video 👌 will help a lot of the new developers.
It's great to have subtitles. I can understand the video by translating it into my own language. Thanks so much again :)
Thanks for the explanation. A few years ago, I started learning API but became disinterested because it was taught in a complex way. Now that I have watched your video, I am thinking about learning it again.
I did not expect that cambridge analytica tie in, I love that this was mentioned, not enough people know about it! Thanks for the video!
Earlier computer 'application programs' (as distinct from 'system programs') were independant coding entitities aimed at performing tasks for computer users. A program consists of a 'front-end' (interaction with the user) and a 'back-end' (interaction with data repositories). But as networking increased, application programs interlinked to each other, blurring the distinction between front-end and back-end. Programs communicate with other programs and the API is the interface they use to communicate with each other.
This was really helpful, and the illustrations looked great. One question: is it considered polite to tip your API 20%? 🤓
you're Cleary explaining. Thank you
This video gives smart and various exemples, I feel really confident talking about API now thank you !
What is an API? (Application Programming Interface) API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
Thank you for the straight forward and easily digestable explanation!
Done
What a great video. Restaurant analogy is perfect. So easy to understand. Thank you!'
Appreciate the non-fluff straightforward approach. Was a great review for me. Thank you!
I love you... im a Chef but due to current physical conditions i have i decided to switch to something less physically straining.... and this example is the thing that literally made everything for me easier to understand.... I thank you...
This is the right way to explain APIs even to children!!! Good explanation
Wow! This is the first time I finally understood the API thing. Wow I'm so excited. I feel superiority that I finally knew a lot of behind the scenes things. Thank you!
Thank you for the video! Of all the videos on RUclips, this is an understandable video, straight for those people who do not fumble. Thanks a lot!
This is by far the best explanation to the topic that I have watched
This is one of the best explanations I have seen yet. Great job and thank-you for putting this out there
Thanks a lot! Nice metaphor (the restaurant one): It makes things clearer. :)
Best explanation I've ever had about APIs
Excellent tutorial. You definitely understand your stuff to be able to explain it so clearly. Well done!
Really fantastic and clear instruction. Thank you for producing this!
That was a great explanation. Now I feel llike I know what an API is. It's a tool that connects apps to the system in order to hide complexity and make our lives easier. Plus, rather than painfully having to figure out access a user's data through our own methods, we can use the system.
took me 1 minute of the video to understand, ur so good at explaining
this is such an perfect way to explain API'S like seriously Thank you sm!
Actually signed in to give this video a 'like' - that's how good it is!!!
API actually stands for "Application Programming Interface".
3:57 I think it's the 'Kernel' that allows the application to gain access/permissions from the user.
In the end it's the same thing
It's nice one
Thank you for sharing this information. Lately I have had to keep date with this type of information since I am running an online business with facebook, I was concerned with the Apps Modes and while reading along the instructions I realized I had not ideas what and API was.
I highly appreciated that you haven taken the time to educate us.
This is the best explanation of API for me
Well explained. After searching many videos I finally got it with your video. Appreciate your efforts how simply you explained. Thank you so much.
FANTASTIC VIDEO! Well done. You covered everything in an easy to understand and relative way. Would love to hear what negative things were said about this. I can't imagine what they would say.
I can't say thank you enough for that great presentation. God bless you. I would subscribe to your channel because of this video alone.
this is clearest explanation about API
BEST BEST BEST!! This video is the best content about the introduction for API
Awesome! I'm a prgramming newbie, the animation to display what the APIs work is very clear for me!
Thank you! As a content writer you made it so clear Love it.
Super helpful and simple example. Saw another video before this using the waiter example, but this one hit different. Great video
I cannot thank you enough for the analogies! The comparisons really allow that "aha" moment :)
best vid until now to grasp the concept
This video has been able to give me the basic knowledge on API. Thanks a lot
This is the best video i found on the topic. Thank you!
Does an API determine how apps and website pages fill/fit on the screen of a phone vs tablet vs computer or is that something the websites determine?
Very helpful video btw
This is the perfect explanation. Thank you sir
Excellent simplified explanation of API! Thanks! 👍🏻
This video is so amazing. Straight and to the point.
the example with a restaurant and a waiter is brilliant
Thank you for simplifying APIs.
I was wondering how you explain complex topics very simple, not untill I saw your channel name 🔥🏆
Thanks for explaining APIs. How can I tell if a specific website has an API that I can use?
This was so helpful and clear - just what I needed! Thank you!!
Very clear and simple explanation of an api, thank you so much!
Thank you so much! The google definition confused me. This video was great and I really appreciate this level of effort. Thank you!!!!
Anne asmelash Gebremariam Gebrezabher Eye kab Ethiopia Tigraway kemey
As a seasoned developer, some of the new terms were unfamiliar to me. This video was extremely helpful with great graphics and realistic examples. Thank you so much!
Hey any tips/hints to land a Developer job? I would love to here your background if you can 🙏🏻🙏🏻 thanks
The best explanation of this topic ever
No one would have said it any better, thanks
I love the waiter analogy
🤞🏿💯
You made it very easy to understand. Thanks👍
This is brilliant, truly simple!!!! Please add some videos on API
Great, simple and short.
Thank you.
I found this really helpful and easy to understand, thank you
Excellent explanations. I'm bookmarking this one.
this video is fantastic! It finally makes sense!
Wow thank you. Wonderfully explained, easy to understand 🙏
its simple nice video upload more
Thank you for all the information which for me is COMPLETELY NEW! Actually, the analogy of the waiter is great!
Thank you so much. This is was I needed, a quick and clear explanation!
So great, with many realistic example, so cool, Thanks for your work
😍😍😍What a simple and wonderful explanation
❤Warm regards to you from my depth heart
thanks for sharing this video, it was so useful
Great explanations on how APIs are used but still what exactly is API? Is it a software module in apps or devices?
Wow!!! Thanks for this great explanation!
Perfect, I watched it till the end simple and clear
very good explanation and make a newbie to understand it easily!
This was very helpful with good clear examples.
Great explanation. Liked and subscribed.
the continue with google and fb part is more a topic of authentication and authorization, but other than that, pretty well explained
the best API explanation thanks a bunch guys!
I still don't know WHAT an API is... Every single example makes it sound like it's just two computers talking to each other.
But what is the REAL WORLD example of an API.
Because we have the front end (the screen) and the backend (the database), but what is the API? Is it a document that just... has code in it that helps the front end talk to the back end? If that's the case, why is it even needed. Why can't a front end just... talk to the backend, without needing an API?
Ok. So now i am an API for my department.
Nice as always Savjee!
Very well explained. Thank you!
Graphics game on point, explanation, even better. SUBBED!!!
Simply and efficiently explained Great
this is really easy to understand
That was a perfect explanation! Thanks for the video!