The animations truly convey meaning and not extraneous This takes a lot of skill to get right Kudos
@maximefourcadier408 Жыл бұрын
So true... +1000 for your comment
@georgepandiaraj28579 ай бұрын
I am absolutely impressed with the simple, clear, and elegant illustrations! It’s superb! Thank you for sharing.
@ShubhodeepDeveloper Жыл бұрын
Everyone will agree, for a true Software Engineer, this channel is the most fruitful & addictive drug to learn new concepts in a crystal-clear manner.
@hyperborean722 ай бұрын
speak for yourself, you id.ot
@kriegeadler Жыл бұрын
Amazing animations and outstanding explanations. I wish I had this sort of educational videos years ago! Thank you very much for sharing this. You have earned a new follower!
@igordasunddas3377 Жыл бұрын
This is awesome, the animation is meaningful and helpful while also being pleasing to the eye. Thank you!
@nm3547 Жыл бұрын
You were very clear, visibly clear, and straight to the point. Thanks for this video and explanation.
@systemBuilder9 ай бұрын
the technologies on this page are at somewhat different layers of the protocol stack. SOAP is a pure encapsulation format (last I looked which was long ago) that can run on any transport, RESTful is HTTP-dependent, as is WebSocket, which does not define an encapsulation for transactions it just connects TCP sockets together on an HTTP proxy, gRPC is a protocol compiler meant to translate a language interface (think of it like a C++, Python, or Java interface) into the code to create the binary bits on the wire (or wireless), a process called marshalling or serialization / de-serialization. gRPC is transport independent but typically runs on TCP or UDP. GraphQL is a language that can specify json schema queries and it can minimize large transactions on the connection - good for phones or bandwidth-limited devices.
@alfonsobaqueiro5 ай бұрын
Don't be so purist, this is just a light explanation of architectural API styles, not an indeep study where you must talk about SOAP transport independence for example.
@SadSadDeadM Жыл бұрын
I really miss in-depth videos :(
@abenezerseleshi2137 Жыл бұрын
YES WE DO
@mango4199 Жыл бұрын
I bet the main reason why there haven’t been more videos like this lately is due to the whole gold-rush like event over the past two years where everyone under the sun wanted to cash in on becoming a developer quick and make 6 figures. So what do KZbinrs need to make to attract this new crowd? Not in-dept videos, beginner friendly videos. Surface level explanation videos.
@The-KP Жыл бұрын
@@user-oi9gi7kl2pIn this short video we learn little about each API type. And there is a multitude of other API styles and variations in use that aren't mentioned. I do wish he'd go into more depth-perhaps the compromise would be continuing the short intro videos like this, but then go into more depth in longer videos that branch off on one of each API type
@VincentJenks Жыл бұрын
To me, BBG is brilliant in this respect. There’s so much for us to know, learn, and keep up with. These are great mental “bookmarks” to point you towards pinpoint searches, to find the depth you need elsewhere. I get what you’re saying though. A great addition in this channel, would be links to in-depth, or just follow-up videos with more depth on each topic, alone. Then you could go down each rabbit hole from the high level video, as needed.
@magichatake11 ай бұрын
@@VincentJenks yeah man, these videos are helping me find which way should I go now. Actually, I work with API Gateway management but I'd like to improve my skills and these superficial videos help me a lot
@pooja04078 ай бұрын
Amazing video for an overview understanding of different API styles. I am a Data Engineer with 3 years of experience and I got a similar question on why I used REST API instead of SOAP or any other APIs. This video helped me there to explain my POV. Huge respect to the content creator who seamlessly explained all the 6 concepts in a niche manner!
@Mrcodewarrior77006 Жыл бұрын
Very good, concise and accurate explanation of the most frequently used types of APIs. Awesome job! I'll be directing my students to your site. 👍
@deutschWallah5 ай бұрын
Dear Alex, You are one of the best programmers and teacher I have seen till now on KZbin.
@rl6382 Жыл бұрын
Please make more videos. You're literally the GOAT
@samjones4327 Жыл бұрын
Awesome video and tutorial!! I really appreciate the way you break these architectures down so that I can get a great high level understanding of them!! Outstanding! Be well, be safe and Cheers!
@mintoo2cool2 ай бұрын
i cannot appreciate this channel enough. ❤️
@experience_kingsley6 ай бұрын
Loved this! I am not heavily involved with APIs but wanted to learn more. This was perfect. Thanks!
@tylascraig93069 ай бұрын
Thanks for the recommendation. I added both books to my Amazon reading list.
@kevikiru6 ай бұрын
This is a surprise. I was debating with myself whether to watch this video because I was worried that it might go right over my head. I am happily surprised by how understandable it was!
@ChineduRufus-s9f Жыл бұрын
This is straight forward and clear
@nini_kys Жыл бұрын
Beautiful animations!! Amazing commentary that really compares so well.
@yomamasofat4139 ай бұрын
great video. Simple easy to understand, straight to the point
@mikemjlove4988 Жыл бұрын
There's also Serverside events. Which may not be an architecture for API but it does opens up an option to send unidirectional data without having to touch websockets
@LucyPLM Жыл бұрын
Within multiple separate services? Isnt that just websockets?
@gkalchev Жыл бұрын
Spot on. Short, clear, and understandable. Congrats
@ambikeya_tech8 ай бұрын
Insightful breakdown of API architecture styles! Appreciate the concise overview. Valuable resource for understanding different approaches to building APIs. Thanks for sharing!
@praveen8559 Жыл бұрын
appreciate your effort in bringing these videos, simplifying concepts, kudos to your work!
@herwin1417 Жыл бұрын
Thanks for making high quality education video free
@theBillonaire Жыл бұрын
Great Video and Animations are very understandable
@kaushalkumar6666 Жыл бұрын
I am overwhelmed by this video Thank you so much
@tempest3327 Жыл бұрын
You are going to be a big channel, lots of love and support ❤ Keep up the great work
@NewHorizon-v9pАй бұрын
Perfect, but there is also Event Source which is mainly used for notifications system (push) one direction from server to client.
@konkerouf2 ай бұрын
I'd like to add one note on websockets and webhooks. Webhooks require for the subscribers to be accessible (ie: not hidden behind a gateway) for the publisher to contact them. Websockets dont have this problem, as the subscribers are initiating the connection. Because of that, websocket is also a good solution for async events notification when the subscribers are not accessible / "open to the web" machines
@conrad7078 ай бұрын
Great content. Succinct, with very helpful illustrations. Well done! You have a new subscriber
@ronpdf2084 Жыл бұрын
I am from Brazil. I loved your video!!!
@whatdaro Жыл бұрын
great succinct straight to the point no fluff... excellent content! subbed.
@Akiiiii01820 Жыл бұрын
these architectures are protocols, right? and thank you for sharing this!
@xscade6 ай бұрын
Thank you so much for such an informative video, This will help upcoming engineers understand when to use what.
@rammehar5531 Жыл бұрын
wonderful Sir, You doing great Job, I always loves to watch your videos
@jfroco Жыл бұрын
I believe you might be conflating API architectures with API implementations. For instance, GraphQL could be categorized along with any variant of SQL or Redis commands, as they all facilitate data retrieval using a query language. Similarly, WebSocket could be grouped with other session-oriented, two-way communication alternatives, such as basic TCP sockets, or you could hava mentioned various flavors of RPC. Additionally, RESTful and SOAP could be classified together under the umbrella of web services that employ the request/response pattern. Webhooks may possibly fit into this same category, although I'm not entirely certain. Lastly, you appear to have omitted queuing or messaging/queuing systems like Apache Kafka (very popular).
@TheOnlyIchiban14 күн бұрын
This is helpful in explaining the the differences. I've only had experience with SOAP, restful apis, and Apollo. I wanna build a queueing app, that'll notify a user/group when they're up. What kind of API structure can work well for this procedure?
@someoneelse6976 Жыл бұрын
I really love your graphics! ❤ It's one of the reasons I just watch them one by one. :-))
@FanYang_FANАй бұрын
Alex, you are amazing~
@aunghtayoo337 Жыл бұрын
Thanks for the quality content.
@k-r6465 Жыл бұрын
Thank you .. please give us some examples to deeply understand how to use API's
@Vykhari1 Жыл бұрын
Thank you. It helps to understand the basic differences.
@Rio-by1eh9 ай бұрын
Great summary ✅
@officialismailshah Жыл бұрын
Never regret subscribing your channel great content 🎉🎉🎉🎉
@adiprada5818 Жыл бұрын
Great videos to explain about the distinction between API styles. However I am not sure if WebHook is an API style. It is more like notification or part of event-driven architecture and usually implemented using RESTful API. Also, WebSocket is more like a communication protocol rather than "API".
@Rogueixpresents Жыл бұрын
bro i love your brain, thank u for this !!!
@shuhratdoniyev2537 Жыл бұрын
The best video. It would be great if you could please provide an in-depth video on the network OSI model.
@jg4093 Жыл бұрын
Really helpful the way this was explained thankyou!
@chasingmillions8584 Жыл бұрын
Thank you - this was so helpful!!!
@9expert8 ай бұрын
Cool ! Thank you.
@gauravbisht1949 Жыл бұрын
Top-notch explanations
@kengounited Жыл бұрын
Clean, neat, and to the point.
@gagAMinute Жыл бұрын
Wonderful video!! TYSM 👐
@my_yt666 Жыл бұрын
There is also tRPC and OData. WebSocket is not really a style, else you should include SSE.
@eliaszeray79816 ай бұрын
Great & informative ! Thank u.
@diamonddunyasi4945 Жыл бұрын
Thank you very good summary🙂
@parsalotfy2 ай бұрын
great video, thanks
@uultaiarstankulova7808 Жыл бұрын
great explanaition, thanks!
@LuisPerez-mw5kl Жыл бұрын
Excellent explanation, simple and clear.
@olegstrekachev6734 Жыл бұрын
Great job at explanation and presentation
@PieJee1 Жыл бұрын
Other issues with graphql is lack of caching, and your frontend and backend become very tightly coupled as changing property names means you have to update both. This becomes even nore trouble if you have more frontends
@mormatus Жыл бұрын
Yeah, actually problems with caching defeats the argument about it being "more efficient", because depending on the app, you could make it many times less efficient instead
@7guitarlover Жыл бұрын
Love the animations !
@pranavbhagwat1734 Жыл бұрын
Very helpful and to the point, thank you for this excellent content!
@codegreenie3429 Жыл бұрын
I use Restful & Webhook in my software. Thanks for this video
@MrPlaiedes Жыл бұрын
Perfect. Thanks!
@causeneffect8563 Жыл бұрын
How did you build these beautiful animations??
@rickvian Жыл бұрын
are SOAP really for enterprise or just because entrerprise has this as legacy implementation?
@amirnathoo4600 Жыл бұрын
Missing one of the most important API architecture style: PubSub messaging architecture. This is typically found in IoT applications using protocols such as MQTT. It can also be found as communication style between micro services.
@LucyPLM Жыл бұрын
So... websockets?
@amirnathoo4600 Жыл бұрын
You wouldn’t use websockets directly as a pub/sub. You’d have to implement something on top of that. MQTT uses websocket as an underlying protocol to communicate with browser applications. In a distributed architecture you can also use other Pub/Sub mechanisms like Kafka or RabbitMQ.
@colinliew1400 Жыл бұрын
You sir have helped me understand a lot of things. Love the channel
@TeverRus Жыл бұрын
Real nice! Thank you :)
@anthonychand9501 Жыл бұрын
Love the animated diagram!
@andreasvanbergen9696 Жыл бұрын
👍Great video! Thanks for sharing...
@SivaShanmugamManickam Жыл бұрын
Great Explanation!! What tools did you use to create the animations?
@aradhya17128 ай бұрын
Good video, to the point
@irfansiddiqui9458 Жыл бұрын
Love this!
@florecista1 Жыл бұрын
Great video! Bravo!
@jubiliudu4 ай бұрын
Just amazing.
@Maouww Жыл бұрын
I do like these videos!
@AlexxXRecorD Жыл бұрын
Cool, thanks for explanation!
@Ripcraze Жыл бұрын
GraphQL just sounds like a regular sql select query, but I assume it's much more behind it than that.
@DineshS-c5c Жыл бұрын
Thanks for the useful information
@JeffreeHilton-Cogency Жыл бұрын
Love the animated diagrams! What software is used to create those?
@marcobortolan6560 Жыл бұрын
My best bet is that they use Apple Keynote
@ARmy2510 Жыл бұрын
@@marcobortolan6560"Animation tools: Adobe Illustrator and After Effects." :)
@havaskorwebdasturchilar38099 ай бұрын
Thanks bro, it's very useful information.
@ErikWilde Жыл бұрын
The first four are great! WebSocket is not really an API style, it's a raw data connection (hence the name "socket" referring to Unix sockets). Webhooks are one specific example for a bigger set of APIs in a style called "Event-oriented". The Five API Styles: kzbin.info/www/bejne/mIipiXp-jdSSprs
@TWALBEVA Жыл бұрын
YES, lots of people use WebSocket to connect but running restful APIs
@sawyerburnett8319 Жыл бұрын
Same with Graphql. It's really just an extension of HTTP since it still relies on POST calls with a payload.
@alfagroupkz Жыл бұрын
It is said API Architecture Style, so it's not necessarily "API builder" but a designing a way of communication between parties, i.e. client - server
@RiskyMeal Жыл бұрын
A damn good video... This is a damn good video!
@dclxviclan Жыл бұрын
Woooow, powerful video ❤
@charlesopuoro5295 Жыл бұрын
Thanks always.
@peaceloverchap Жыл бұрын
Can any one tell my how these animations videos are created? What tools? They are amazing.
@SaurabhOKumar Жыл бұрын
Great distinctions, It's a unique video. Thanks for clearing these out. Additionally, can you present them in clear distinct points based differences on a single TABLE for all these APIs under various grounds? Because it looks like some of them overlap one another under certain criteria. It will be great to have a clear point based differentiation represented on a table! Thanks. It will be great to see them stand together while comparing before the eyes under various domain based scenarios & environments. Thanks 👍
@sachin2440 Жыл бұрын
Amazing stuff
@jerryanyu8467 Жыл бұрын
视频动画真的不错。谢谢Alex!!
@DzwiekiOtchlani Жыл бұрын
What about Server Sent Events? Can we consider it as API Architecture Style?
@teslaalohajayofficial2982 Жыл бұрын
Can you tell how you made this vidoe with diagram moving? very impressive.
@AthelstanEngland Жыл бұрын
Excellent!
@t1m9mofficial Жыл бұрын
You are awesome!
@scienc3tv Жыл бұрын
Great video! Great animations! (for curiosity are you using Manim for animation?)
@acronproject Жыл бұрын
Thanks for this
@ebragimovic Жыл бұрын
Outstanding video as usual! Please arrange another video for data migration strategies
@satishreddymsk Жыл бұрын
The explanation with meaning animations made the concepts to understand easily like.👍 curiuos to know what tool/software being used to make these animations?