3:10 Feature #1 Separate out cross cutting concerns 3:56 Feature #2 Separate and consolidate cross cutting concerns across microservices 6:52 Feature #3 Replacing multiple client calls with single API call. And, some features of reverse proxy 8:22 Feature #4 Routing based on headers, paths and params etc. And, some features of Load Balancer component
So much of talent to explain in layman terms ... anyone can understand with this simple method ... hats off to your knowledge ... only one video is enough to understand the concept ... didn’t browse much after this 😊
This actually is a brilliant explanation of API Gateway as a concept and not as a product waiting to be sold by its vendors. Beautifully explained. Thank you.
Yayy !! gr8 topic. How api gateway achieves load balancing? *Answer:* The Zuul proxy server (API Gateway) is designed by default to work on the Spring products. As such, Zuul will automatically use Eureka to look up services by their service IDs and then use Netflix Ribbon to do client-side load balancing of requests from within Zuul.
Thanks for sharing! Interesting side note: recently Netflix decided to completely adopt Spring Cloud projects (built on top of Netflix OSS) instead of using their own components.
I do not usually write comments, but cannot help after watching this video. Best ever tech learning video I have seen. Being from a non-app side of IT, the slides and content made me understand API gateway. Thanks !!
Beautifully explained. At the end, after watching many vedios got one, that makes sense. Waht an explaination. Trust me Sir, you should be a trainer, if not already.
You’re amazing at explaining the concepts with use cases, trade offs and other aspects. Would love for you to share more videos on other topics like Databases, cloud technologies, Python, etc.
I see your videos before any interview and it helps a lot. You have a awesome quality to explain concepts in neat diagrammatical ways in short time and your voice and words are very clear and to the point. Thank You.
Awesome. Very well explained, short, precise, confusion less and nicely articulated. This is exactly what I needed to understand the API Gateway. You are truly a player for sure.
Great explanation. I got a recommendation while I was watching something in youtube, then I clicked the link. After watching your explanation, I subscribed to your channel. Some of the concepts which we study at University are really not visualized in the mind. Like the way you explained API gateway, now it visualized everything in my mind. Thank you very much for keeping things simple, clear.
Awesome video. Your calm voice, moderate pace and neatly leading from examples/pain point to solution is helping me understand the concepts very well. Great job. I used to wonder, whether there is scope to create videos on topics for which there are many existing videos. Your content is the perfect example that there is always better and different way to explain things. Thanks for making these.
Recently I watched a video related to API gateway but I couldn't get more context,that why we have to use API gateway. But now I got clear picture .. Thanks guruji....
Good stuff, but just a little correction. At 10:30 Apache, HAProxy and Nginx aren't API Gateways per se. They are load balancers and reverse proxies, but they don't provide a full set of features to be API Gateways by themselves. Softwares like Kong API Gateway build on top of Nginx to build provide the full set of features to serve as API Gateways.
@@GuillermoPradoObando WSO2 API Manager is a fully opensource full API life cycle management solution which consists of 2 gateways (i.e. a regular gateway for the VM world and microgateway for the container world) More in wso2.com/api-management/
If you're a developer, you must also watch John Lindquist's PatternCraft Series to learn about Design Patterns implementation. Bar none the best on that topic.
Awesome explaination! Really helped me follow what you were trying to convey. Need to watch this video a few more times to get this well into my head. Great and such a simple explanation for something too complex to understand for me. Subscribed to your channel. Keep posting such amazing videos. Thanks!!!
This video is very excellent video about the API Gateway for micro services. I have seen many videos but there is no such a wonderful video which explains about API Gateway this level. I really appreciate you my friend. Please post many videos like this.
First of all, I am glad that I clicked on this video! EXCELLENT structure. Your presentation was very well thought out, and informative. This is definitely professional quality. I have subbed, and I will be back very soon. Keep it up. Also, I believe that the response cache feature is supposed to be built into HTTP3, so hopefully that will not be a concern at all for most devs in the near future. I believe it is called http push or something similar.
Fantastic explanation, thank you! Only small suggestion I have is having topics/agenda shown in the beginning and a bit of introduction, all which can be covered in 30-60 seconds. Use cases explained and the way are explained absolutely superb!
The knowledge you’ve is absolutely unmatchable… and cherry on top is the way you explain the concepts🤟🏻 I understand .Net tech stack only, still watching your videos to understand the concepts. Would you please make such more videos on microservice patterns?
Pretty Good explanation with a real time example. This could be a great start for someone to know what an AWS API GW is all about and what capabilities it has.
Such an amazing explanation. Thank you so much for explaining it so simply. Subscribed to your channel. Your pace of explanation, slides, structuring of ideas.....great job.
This is where I wish TH-cam had an "accepted answer" feature like stackoverflow
There's definately an add-on/wrapper-site idea there...
Well there are like and dislike buttons which tell you if you should trust the video even though its not same as having acepted answer.
@@sppanday_ this aged well XD
👍👍
Finally, someone has a way to explain APIs that makes sense and has no marketing spin. Good job
I totally agree. Im a sysadmin and i was trying to understand what IT was. This was very clear. Thank you!
3:10 Feature #1 Separate out cross cutting concerns
3:56 Feature #2 Separate and consolidate cross cutting concerns across microservices
6:52 Feature #3 Replacing multiple client calls with single API call. And, some features of reverse proxy
8:22 Feature #4 Routing based on headers, paths and params etc. And, some features of Load Balancer component
Thank you
The best API Gateway video I have seen so far. Simple to understand, precise, crisp and covers all important areas. Please keep posting such content!
I wonder who is the genius behind this great channel explaining everything with such perfection. All your videos are true and high-quality content.
So much of talent to explain in layman terms ... anyone can understand with this simple method ... hats off to your knowledge ... only one video is enough to understand the concept ... didn’t browse much after this 😊
This actually is a brilliant explanation of API Gateway as a concept and not as a product waiting to be sold by its vendors. Beautifully explained. Thank you.
Yayy !! gr8 topic.
How api gateway achieves load balancing?
*Answer:*
The Zuul proxy server (API Gateway) is designed by default to work on the Spring products. As such,
Zuul will automatically use Eureka to look up services by their service IDs and then use
Netflix Ribbon to do client-side load balancing of requests from within Zuul.
Thanks for sharing!
Interesting side note: recently Netflix decided to completely adopt Spring Cloud projects (built on top of Netflix OSS) instead of using their own components.
@@DefogTech Yeah, that shows how much reliable and great Spring Projects are.
I do not usually write comments, but cannot help after watching this video. Best ever tech learning video I have seen. Being from a non-app side of IT, the slides and content made me understand API gateway. Thanks !!
so under rated channel on TH-cam. should have subscribers in millions. quality content and delivery
Beautifully explained. At the end, after watching many vedios got one, that makes sense. Waht an explaination. Trust me Sir, you should be a trainer, if not already.
I honestly didn't want this video to end. it was the best
watching it a year later than it was posted ...explanation is so clear that I didnt have to watch any other video of API Gateway....
You’re amazing at explaining the concepts with use cases, trade offs and other aspects. Would love for you to share more videos on other topics like Databases, cloud technologies, Python, etc.
I see your videos before any interview and it helps a lot. You have a awesome quality to explain concepts in neat diagrammatical ways in short time and your voice and words are very clear and to the point. Thank You.
Awesome. Very well explained, short, precise, confusion less and nicely articulated. This is exactly what I needed to understand the API Gateway. You are truly a player for sure.
Extremely helpful... Perhaps the cleanest/simplest way to put forth a concept without any marketing jargon....
Good Job... Thanks....
I've heard lot of explanation regarding API Gateway topic. By far this is the best explanation in short. Thanks for such an wonderful effort.
Great explanation. I got a recommendation while I was watching something in youtube, then I clicked the link. After watching your explanation, I subscribed to your channel.
Some of the concepts which we study at University are really not visualized in the mind. Like the way you explained API gateway, now it visualized everything in my mind.
Thank you very much for keeping things simple, clear.
Excellent 👏🏿👏🏿👏🏿👏🏿 I was trying to understand API gateway last 10 months after watching so many video.
This is THE BEST API gateway video on TH-cam!! Hatsoff to you and your way of explaining this.
Most clear & concise explanation of API gateway.
This is one of the most satisfying technical video for api gateway.. Thank you for your efforts.
Awesome video. Your calm voice, moderate pace and neatly leading from examples/pain point to solution is helping me understand the concepts very well. Great job. I used to wonder, whether there is scope to create videos on topics for which there are many existing videos. Your content is the perfect example that there is always better and different way to explain things. Thanks for making these.
Thanks a lot Uvaraj for the kind words! Really appreciate it!
This is the best video to explain API gateways. Just awesome!!
Excellent explanation in a nutshell. you made it so simple to understand without any confusion!
What an explanation, You have cleared all of my doubts in just 10 mins. Thank You !!
The best and easiest explanation to understand API Gateway. Thanks a lot
Excellent video and well done. The best brief yet extensive overview of a key feature of Web development I will ask my team to watch this. 👍 thank you
Recently I watched a video related to API gateway but I couldn't get more context,that why we have to use API gateway. But now I got clear picture .. Thanks guruji....
this is the best way to explain why API Gateway is needed!
Good stuff, but just a little correction. At 10:30 Apache, HAProxy and Nginx aren't API Gateways per se. They are load balancers and reverse proxies, but they don't provide a full set of features to be API Gateways by themselves. Softwares like Kong API Gateway build on top of Nginx to build provide the full set of features to serve as API Gateways.
Agreed
What other API gateway software like Kong API can we use to implement this kind of architecture?
Guillermo Prado Appigee
@@GuillermoPradoObando Could look at Traefik and Netflix Zuul
@@GuillermoPradoObando WSO2 API Manager is a fully opensource full API life cycle management solution which consists of 2 gateways (i.e. a regular gateway for the VM world and microgateway for the container world)
More in wso2.com/api-management/
Ultimate and Clear explanation on API management,Great Job
This is the best video i have ever watched on youtube. I am of words. Thank you man
If you're a developer, you must also watch John Lindquist's PatternCraft Series to learn about Design Patterns implementation. Bar none the best on that topic.
Fantastic video, API Gateway concepts explained in simple yet impactful manner. Thank you so much!
Awesome explaination! Really helped me follow what you were trying to convey. Need to watch this video a few more times to get this well into my head. Great and such a simple explanation for something too complex to understand for me. Subscribed to your channel. Keep posting such amazing videos. Thanks!!!
Excellent and thorough explanation of API Gateway and its use-cases. Nicely done. Much appreciated.
Good introduction of what API Gateway is all about. Sharing with example is the best part for any developer to understand it easily. Good work !!
So much quality content in just 10 mins. Thanks for this.
Wow just simple and clear .. I have learned so many concepts from this channel and I gained knowledge and confidence and thanks for the content 🙏
Excellent job explaining API Gateway in such an easy/non-technical way. Thank you!
very well articulated, read so many articles but seeing this video makes it very easy to understand. Good job!
very good and clear description. folks have written books on these topics.
Fantastic...explained in such a simple manner...Well done Sir.
Excellent explanation for novice, thank you for making it well structured and well defined.
This video is very excellent video about the API Gateway for micro services. I have seen many videos but there is no such a wonderful video which explains about API Gateway this level. I really appreciate you my friend. Please post many videos like this.
Excellent video explaining all features with simple language and pictures! Easy to understand... Keep it up!!
Thumbs up, straight to the point explanation with no Jargon...Thank You
Wow,Great explanation , I have attended many corporate training but could not get complete picture.Thanks a Ton.Keep up the good-work, Subscribed.
You explained many concepts very very well in such a way that I cant forget them also.
What a conference in the voice, presentation, knowledge, everything at par. 👌
A crystal clear explanation that have seen so far. Thanks for sharing.
Thank you ... Billion times..for unknot all the confusion I had related broad view on how applications are designed for a product... Tysm😃🤗
Bhai English ka kuch kar apne nhi toh interview main reject ho jayega bhai mere
@@paragkadam2169 :)
This is truely like symphony which starts with smooth and ends with smooth. Great explanations. You made things simple congnitive way
This is the best so far in explaining API G , great job .
Best explanation ever for API Gateway's
I request you to make proper series on mocroservices
First of all, I am glad that I clicked on this video! EXCELLENT structure. Your presentation was very well thought out, and informative. This is definitely professional quality. I have subbed, and I will be back very soon. Keep it up.
Also, I believe that the response cache feature is supposed to be built into HTTP3, so hopefully that will not be a concern at all for most devs in the near future. I believe it is called http push or something similar.
Its' like connecting all the dots to better understand the complete picture. Thank you!
You are the best @Deepak 👍 Simple but more clear explanation.
The best video ever made on API Gateway. Kudos!!
Fantastic explanation, thank you! Only small suggestion I have is having topics/agenda shown in the beginning and a bit of introduction, all which can be covered in 30-60 seconds. Use cases explained and the way are explained absolutely superb!
Maybe you got used to telusko and java brains.
Also ,do you want more ads in between ?
Just kidding.
Extremely well defined story line. Approached the subject systematically. Well done.
Well explained. Covered all usecases. Just the video I required. Thanks a lot.
good video, it's pretty clear
Excellent video. The best I have seen on this topic of API Gateway! Please keep up the good work!
Simple and concise explanation. Kudos!
Yaar maza agaya, what an explanation !!!
The knowledge you’ve is absolutely unmatchable… and cherry on top is the way you explain the concepts🤟🏻
I understand .Net tech stack only, still watching your videos to understand the concepts. Would you please make such more videos on microservice patterns?
Beautiful, simple and easy to understand. Well Done !
One of the best.. So far 😀plz show them doing small application.. That would be great
Thank you so much, the way you organized content was awesome, easy to understand. Please continue making more videos, you are the best teacher!
3 minutes into the video, I subscribed!
Simple and straight to the point.
All the features of API Gateways very well explained.
Good job! I love the step by step introduction and explanation of features. Your use case examples are very simple to understand. 5 star!
Good heavens man. is there a medal for nice presentation!?!?!? coz you deserve one.
Well Explained. Short, simple and easy to understand
Fantastic. Love your concise presentation. TH-cam content makers, take note.
Just too good man. Explained really well. Also keep mentioning the difference between similar services on offer, like LB, cloudfront etc
Great explanation, no fancy stuff very easy to understand at last !!!
This is super clear explanation, saves time on knowing these basic concepts from clutter of information.
Excellent! It's not easy to make things look simple, you have done it really well.
Great one! Absolutely the best way of explaining API gateway.
you made it so simple. awesome tutorial for this concept. both explanation and presentation are really well. expecting more videos like this.
excellent explanation! made me realise that i need to add gateway in my design.
Very well explained. All the topics/ features are covered and explained in a nice and simple way. Thank you :)
This is a very underrated TH-cam Channel with so great quality tutorial, Subscribed!!!
best explanation ever, very helpful. Thanks a ton! God bless.
Just watched this video, and fell in love with your channel. Great job mate! Please resume posting videos..
Pretty Good explanation with a real time example. This could be a great start for someone to know what an AWS API GW is all about and what capabilities it has.
Excellent.. Expecting more videos from you latest technologies in current trend
Absolutely well explained with simple slides. Really enjoyed it !
Superb, really liked the way API Gateway has been explained. Thanks a lot.
Such an amazing explanation. Thank you so much for explaining it so simply. Subscribed to your channel. Your pace of explanation, slides, structuring of ideas.....great job.
you have made it so clear and covered all features
on point, no rhetoric, love it.
You have explained so much in so little time..Great Job !
very simple and relatable explanation.. thanks a ton for this information.
I have been folllowing you from a long time. please upload regualrly. one of my fav sources for java contents.
Very nice explanation. It is so hard to get this kind of video. Keep doing the good work 💪