Главная

What Are Microservices Really All About? (And When Not To Use It)




Video quality The size Download

Информация о What Are Microservices Really All About? (And When Not To Use It)


Название :  What Are Microservices Really All About? (And When Not To Use It)
Продолжительность :   4.45
Дата публикации :  
Просмотров :   458 rb


Кадры What Are Microservices Really All About? (And When Not To Use It)





Описание What Are Microservices Really All About? (And When Not To Use It)



Коментарии What Are Microservices Really All About? (And When Not To Use It)



@zZw0lfZz
i love this chanel, make every thing easy know
Comment from : @zZw0lfZz


@thevagabond85yt
learnt a lot in those 5 minutes ud have loved to know more about "blast radius"
Comment from : @thevagabond85yt


@simeonpopov4172
Thanks for the great video I was also wondering what software did you use when you were creating the visuals for the video because I liked it a lot?
Comment from : @simeonpopov4172


@KrishnaDasPC
How database can be splitted up into services , how we handle joins and FK s?
Comment from : @KrishnaDasPC


@jshoover2199
Outstanding Video! Well explained Thanks!!!
Comment from : @jshoover2199


@imdad111
This was a wonderful tutorial of micro services vs monolithic architectures! Thank you for paving the way!
Comment from : @imdad111


@JuriBinturong
By "well-defined interface" do you mean Microframeworks? Thank you for your animated illustrations, it really helps a lot to help me understand the complexity of this method
Comment from : @JuriBinturong


@edutech786
Excellent series Which software you used to make these animated flowgraphs? I am a teacher making course How you move bits and packets?
Comment from : @edutech786


@ajaypanse4489
Hi,brYour videos are very informative & easy to understandbrCan you make videos on various design patterns of micro service
Comment from : @ajaypanse4489


@mehdi-vl5nn
a video on soa would be greate
Comment from : @mehdi-vl5nn


@atulhimu
@ByteByteGo, Sir your designs are really cool If possible can you please suggest which software you are using to draw these
Comment from : @atulhimu


@Brlesskoin
I've watched numerous videos in an attempt to comprehend this architecture, and I've finally come across the absolute best one Thank you so much for sharing it; it's truly amazing!
Comment from : @Brlesskoin


@soyphea8697
The microservice with API Gateway could be came the bottleneck of the infrastructure when it became to scale
Comment from : @soyphea8697


@shadabbahadara
Hello Alex,brwhich video editing s/w you use to visualizes the architecure in this video ?
Comment from : @shadabbahadara


@CTMPAUL
Great video, thanks !
Comment from : @CTMPAUL


@conormcelhearn4538
Great video thank you!
Comment from : @conormcelhearn4538


@rickywchew
Is this PowerPoint or something?
Comment from : @rickywchew


@judeclassic4179
Please what software do you use for presentation
Comment from : @judeclassic4179


@sa-pg6or
thanks for yours pearls of wisdoms
Comment from : @sa-pg6or


@DevTower
Microservices is the most popular mistake for startups nowadays Unfortunatelly, people forget about MVP and just spend time and money even if the project won't survive I name this kind of "intermediate monolith" you mentioned in the end as an "incubator service" which service the need to incubate new domains until they are mature enough to have their own service
Comment from : @DevTower


@JuanHernandez-xh2js
Used Thank you
Comment from : @JuanHernandez-xh2js


@mhamzarajput
Hi, you and your content is awsome what tool you are using for animation and art design
Comment from : @mhamzarajput


@bortsimpson4536
That was VERY good
Comment from : @bortsimpson4536


@Babbili
any example with gRPC ?
Comment from : @Babbili


@skx9254
Clear explanation Thank you so much for your video It helped me a lot
Comment from : @skx9254


@mutexin
Why are you gaeway?
Comment from : @mutexin


@juliahuanlingtong6757
Aforementioned 3 ways of microservice to communicate with each other, What's the difference between msg broker and event stream?
Comment from : @juliahuanlingtong6757


@dheerajpk5591
Thank for awesome explanation Also if possible add realtime project
Comment from : @dheerajpk5591


@parthi2929
Why there is no book on system design but only on system design interviews?
Comment from : @parthi2929


@merterakdede2547
In 4 minutes you ve given a ton of heavy info, thank you !
Comment from : @merterakdede2547


@KarbilaBarakahHartono
Amazing explanation 👍👍
Comment from : @KarbilaBarakahHartono


@boot-strapper
After spending the better part of a decade working with microservices, I can say with certainty that microservices are super over-rated Debugging is very difficult, and adding network latency between every function call make for worse performance The truth is, 99 of apps/companies could scale better just using monolithic-like services
Comment from : @boot-strapper


@airlanggabhumintaraamitaba8363
Nice explanation Sir , make me completely understand between monolithic architecture ( I still use these days , since the very small organization - less than 9 people ) , Three tier architecture ( that my clients use these days ) and Microservices architecture ( I never use and still learning )
Comment from : @airlanggabhumintaraamitaba8363


@StephenHoldaway
I would put emphasis on the performance scaling and redundancy aspects rather than isolating failures of a service type, interfaces, releases, team size, etc If all parts of an application will scale equally, microservices are just a world of hurt for not much gain in my experience
Comment from : @StephenHoldaway


@Stl71
Is there an example from the real world with code?
Comment from : @Stl71


@ashishchoudhary1320
I love the whole video and animation as well Could you please tell me how you created or what you used for it
Comment from : @ashishchoudhary1320


@test-rj2vl
Thank you for ending your video with a fact that microservices are not always good idea Many developers seem to be so brainwashed by the idea of microservices that for them it's always good idea even if it's not
Comment from : @test-rj2vl


@markokusz
Does anyone know what software is used to create these animations seen in the video?
Comment from : @markokusz


@shayxt8885
Lovely visual illustration, great accompaniment to technicals in the presentation
Comment from : @shayxt8885


@angelsmobile7876
If we are a small startup <20 people, but we are developing a SaaS product, shouldn't we still use micro-services?
Comment from : @angelsmobile7876


@jasminsabanovic869
Hello, can you explain how push notifications works?
Comment from : @jasminsabanovic869


@realrobertpopa
Btw, the illustrations are dope! What software do you use?
Comment from : @realrobertpopa


@realrobertpopa
You got yourself a new subscriber! (I also follow you on LinkedIn)
Comment from : @realrobertpopa


@realrobertpopa
Really high quality material, thanks for sharing Alex! 👏
Comment from : @realrobertpopa


@xavimoya5332
RPC: It’s like GPRC to provider faster response, but blast radius or impact to other micro-service would be larger when the service was go downbrEvent Streaming: It provides better isolation between services but they take longer to processbrWhat about message brokers ?
Comment from : @xavimoya5332


@ricardonascimento8
Its help me a lot, thanks!
Comment from : @ricardonascimento8


@xanhx
API GAYWAY
Comment from : @xanhx


@TheSolderingGuy007
how do you make such pretty diagrams and animations ?
Comment from : @TheSolderingGuy007


@alexnedelin7646
short and clear thanks!
Comment from : @alexnedelin7646


@asmaaadel6553
Knowing your channel is my gift today,thank you for your Brilliant content
Comment from : @asmaaadel6553


@yousefimran124
Liked, subbed Love it
Comment from : @yousefimran124


@mohinicoder
This channel is treasure!brThanks for sharing this info I have a doubt we have only 1 shared API gateway, what if it goes down?
Comment from : @mohinicoder


@eudelavegas
fantastic explanation
Comment from : @eudelavegas


@vadebyte
Great video and very clear explanation! brI would like to suggest a video with more detailed explanations about DDD and how to scale SQL and non-SQL databases br brPlease, what set of tools do you use to build your presentations / videos?
Comment from : @vadebyte


@edwinroman30
Great explanation 👌👌!
Comment from : @edwinroman30


@youexpire
you used too many jargons trying to explain simple concepts
Comment from : @youexpire


@TheMediterano
Independent deployability of microservices is probably their biggest advantage because it leads large organizations to faster time-to-market while limiting the blast radius of new deployments Besides, independent scalability of microservices over monoliths is a very crucial advantage which helps them adapt easily to the increasing workload
Comment from : @TheMediterano


@om1719
The first video I struck by and paused to subscribe the channel, thank you!
Comment from : @om1719


@MoshiurRahmanMurad
Very good explanation Well presented Thanks for sharing this video
Comment from : @MoshiurRahmanMurad


@scott5226
Very well done Thank you!
Comment from : @scott5226


@happy9955
good
Comment from : @happy9955


@malanalan1
Microservices lol Another BS buzzword for morons
Comment from : @malanalan1


@akshatjainbafna
Low dis maan yaar
Comment from : @akshatjainbafna


@xxapoloxx
Why? you can have all the microservices talking to the same database
Comment from : @xxapoloxx


@AntonioLudenaanludena
What program are you use for animation and architecture?
Comment from : @AntonioLudenaanludena


@shikharsharma6399
Good content!brTo the point
Comment from : @shikharsharma6399


@jorikseldeslachts9543
This is just amazing! Good job explaining!
Comment from : @jorikseldeslachts9543


@jasurbeksuyunov1420
Gap yuq lekin bro omad
Comment from : @jasurbeksuyunov1420


@bartzumba3615
thank you for this content can you please say what you used for animations its beautiful
Comment from : @bartzumba3615


@write2nagaraj
Hi I really like the design diagrams you make in these presentations What tool do you create these diagrams in?
Comment from : @write2nagaraj


@wangfred
I am preparing interview now, this is perfect to sum up the concept! Two thumbs up! Subscribed!
Comment from : @wangfred


@caseyspaulding
These are great thank you! More please!
Comment from : @caseyspaulding


@LeonardoSeptianDwigantoro
this is so good, thank you
Comment from : @LeonardoSeptianDwigantoro


@thameemansari6281
nice, short and clear thank you for the video
Comment from : @thameemansari6281


@user-mx1ui6sh6k
good
Comment from : @user-mx1ui6sh6k


@oeaoo
Caught myself that I'm hearing "microsurface" instead
Comment from : @oeaoo


@coledrain2158
Sir how did you create those architecture diagrams? I mean what tool?brThanks
Comment from : @coledrain2158


@larsfagerbakke2140
This was a very good video explaining microservices!
Comment from : @larsfagerbakke2140


@danielmdev
👍I love this channel!
Comment from : @danielmdev


@junrepasa
the best video explainer ive seen so far Thanks
Comment from : @junrepasa


@tyo007
i still didn't get why gRPC has bigger blast radius, great presentation otherwise, as always
Comment from : @tyo007


@usukhbayardorjgotov310
Great video What software used it ?
Comment from : @usukhbayardorjgotov310


@flobuilds
The biggest questions i have about microservices are how to develop these from a developer perspective Like how should you use git? Is it good to use a mono repo? How to deploy them right?
Comment from : @flobuilds


@salomonkouame4008
Great video
Comment from : @salomonkouame4008


@wilwad
Thank you!
Comment from : @wilwad


@mhcbon4606
have not talk about cross db transactions ?
Comment from : @mhcbon4606


@giangduong9623
Thank you for making this video! And i have question what software do you use to create tech videos like this? It's really creative in terms of visuals
Comment from : @giangduong9623


@owenzmortgage8273
These are how scientists talk Professional, but very boring
Comment from : @owenzmortgage8273


@sevdalink6676
How do you make such amazing animations?
Comment from : @sevdalink6676


@etcode
Great videos, I love to see how much have you improved your content What are you using to create such as amazing animations in those diagrams?
Comment from : @etcode


@ray811030
RPC: It’s like GPRC to provider faster response, but blast radius or impact to other micro-service would be larger when the service was go downbrEvent Streaming: It provides better isolation between services but they take longer to process brDoes anyone know why event streaming take longer ah?
Comment from : @ray811030


@davidjones5059
it's all about Cloud and how they milk you
Comment from : @davidjones5059


@shawn-dsz
Can you do a video on When to use GraphQL
Comment from : @shawn-dsz


@sjutmp
I am not aware of microservices project or asking for the database to be broken down to the structure referenced It would be clear if database was supporting independent schema's to have that separated Please provide logic and solid examples as proof the database break down as shown
Comment from : @sjutmp


@AhmedZahid1
Awesome
Comment from : @AhmedZahid1



Похожие на What Are Microservices Really All About? (And When Not To Use It) видео

Amazon Music App Not Working, Not Opening, Not Playing Songs u0026 All Problem Solved 2023 Amazon Music App Not Working, Not Opening, Not Playing Songs u0026 All Problem Solved 2023
РѕС‚ : 1 Million Ideas
Download Full Episodes | The Most Watched videos of all time
Deploying Spring Boot microservices to the cloud with JHipster and Azure Deploying Spring Boot microservices to the cloud with JHipster and Azure
РѕС‚ : SpringDeveloper
Download Full Episodes | The Most Watched videos of all time
Https with TLS and springboot | Microservices | Java Expert Https with TLS and springboot | Microservices | Java Expert
РѕС‚ : Java Expert
Download Full Episodes | The Most Watched videos of all time
How to Build Low-Code Microservices on the Cloud Using Istio, JHipster, and Kubernetes How to Build Low-Code Microservices on the Cloud Using Istio, JHipster, and Kubernetes
РѕС‚ : OktaDev
Download Full Episodes | The Most Watched videos of all time
Build and deploy cloud native Java microservices on Kubernetes with Istio service mesh K sasidharan Build and deploy cloud native Java microservices on Kubernetes with Istio service mesh K sasidharan
РѕС‚ : Devoxx
Download Full Episodes | The Most Watched videos of all time
Java Microservices in 12 Minutes with Spring Cloud Config and JHipster Java Microservices in 12 Minutes with Spring Cloud Config and JHipster
РѕС‚ : OktaDev
Download Full Episodes | The Most Watched videos of all time
Build Reactive Java Microservices with Spring Boot and JHipster Build Reactive Java Microservices with Spring Boot and JHipster
РѕС‚ : OktaDev
Download Full Episodes | The Most Watched videos of all time
Java Microservices Made Easy with JHipster, Istio, and Kubernetes Java Microservices Made Easy with JHipster, Istio, and Kubernetes
РѕС‚ : Oracle Developers
Download Full Episodes | The Most Watched videos of all time
The Golden Path to SpringOne: Reactive Microservices with Spring Boot and JHipster with Matt Raible The Golden Path to SpringOne: Reactive Microservices with Spring Boot and JHipster with Matt Raible
РѕС‚ : SpringDeveloper
Download Full Episodes | The Most Watched videos of all time
Building Microservices With Docker and Kubernetes Building Microservices With Docker and Kubernetes
РѕС‚ : ScholarHat
Download Full Episodes | The Most Watched videos of all time