Top 5 Most Used Architecture Patterns

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: bytebytego.ck....
    Animation tools: Adobe Illustrator and After Effects.
    Checkout our bestselling System Design Interview books:
    Volume 1: amzn.to/3Ou7gkd
    Volume 2: amzn.to/3HqGozy
    The digital version of System Design Interview books: bit.ly/3mlDSk9
    ABOUT US:
    Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

Комментарии • 92

  • @odeholon4590
    @odeholon4590 Год назад +89

    After doing this for 20 years you will realize that this is all very relative. Any system has all of these architecture styles. You can identify them all in the same system depending on abstraction level. Thats why purists can never settle on naming and keep going in circles

    • @ChrisAthanas
      @ChrisAthanas 6 месяцев назад +4

      on point

    • @datle2863
      @datle2863 5 месяцев назад +1

      Who are the purists?

    • @silverbell6160
      @silverbell6160 5 месяцев назад +3

      Thank you, i though i was the only one seeing it like this, i though i was not understanding something.

    • @Dom-zy1qy
      @Dom-zy1qy 4 месяца назад +3

      When I started I would hear people describe these patterns as if it was a mutually exclusive choice, that just caused everything to seem more complicated than it was.

    • @XC-Z-cv8qw
      @XC-Z-cv8qw 4 месяца назад

      @@datle2863 The MVC fxckers

  • @arshiailaty
    @arshiailaty Год назад +35

    I've been watching all your videos since you started this channel. Interesting topics and so much learning stuff. Thanks for sharing your knowledge with us. Keep up the good work.

  • @shilpamurthy8105
    @shilpamurthy8105 Год назад +7

    Amazing explanation of various software architectural patterns! Its giving me a lot of foundational knowledge on how the systems are built and helping understanding the core concepts! Would request if you can make more such videos on core foundational concepts like what is a runtime, daemon, middleware etc. Would be super helpful for someone who is starting out to learn these. Thank you so much

  • @avimehenwal
    @avimehenwal Год назад +7

    Excellent content, very very high quality stuff. Thankyou so much for sharing

  • @pasvupaspris303
    @pasvupaspris303 Год назад +3

    pure gold for junior devs, thank you

  • @askholia
    @askholia Год назад +3

    Currently building a e-commerce site for someone, from zero. I am in the design phase and I would say I am going more Monolithic for it, modular-ish to be sure, but all packed together. Great video!

  • @magnusmarkling
    @magnusmarkling 6 месяцев назад +1

    Happy to see you mentioned the modular monilith!
    I feel that onion/hexagonal/ports-and-adaptors is missing though.

  • @ambikeya_tech
    @ambikeya_tech 5 месяцев назад

    Great insights! Concise breakdown of key architecture patterns. Valuable resource for navigating complex systems. Appreciate the clarity and relevance. Thank you for sharing!

  • @MichaelScharf
    @MichaelScharf Год назад +6

    I prefer modular monolith or microkernel (with a layered architecture inside the components). Communication between components is ideally event driven. For scalability, the app can run multiple instances using events to communicate

  • @vmolten2835
    @vmolten2835 Год назад +6

    As usual, Excellent content Sahn. Can you make a video about Data Integrating Patterns? such as canonical, Scatter-gather, aggregator, Event driven consumer, Channel Adapter, Message translator, Message mapper, Messaging Gateway. Thanks

  • @sawyerburnett8319
    @sawyerburnett8319 Год назад +6

    First time I've heard of a modular monolith! Always interesting to see how the industry shifts over time to new patterns. Can't seem to settle on a particular one for too long.

  • @isaacpalacios8921
    @isaacpalacios8921 10 месяцев назад +1

    Amazing video! I am a Computers and Systems Enginering student and those resources are pretty useful

  • @rang-atrangi-jbjoshi5290
    @rang-atrangi-jbjoshi5290 6 месяцев назад

    You are amazing in explaining this in much more simpler way. Watcing all your videos is great boon. Thanks and keep sharing your experiences with us

  • @sanjayg2686
    @sanjayg2686 7 месяцев назад

    Thanks for your life time effort and help in making avilable these valueable critical/key information in one place to whole world. God bless you Sir.

  • @bigbigdog
    @bigbigdog 6 месяцев назад +5

    What's the differences between Layered Architecture and Monolithic Architecture. I always thought they are the same thing...
    I started as a dev in the 2000s and I remembered the Layered Architecture and remember doing all the BI in the Business Layer. It looks exactly like the stuff inside the Monolithic Architecture.

  • @TheMagiKa3213
    @TheMagiKa3213 4 месяца назад +1

    The spaghetti approach is what resonates with me on a deep level

  • @ahmedabd2259
    @ahmedabd2259 4 месяца назад

    The one that really interest me is the micro kernel pattern , because we interact with it daily but rarely get involved into developing a system that uses it

  • @approxahmed
    @approxahmed Год назад

    Thank you for providing examples for the architectures mentioned

  • @alexgil4623
    @alexgil4623 9 месяцев назад

    Felicitaciones, son excelentes profesores.... siempre difundo su canal.
    Barukjim

  • @denislavivanov6941
    @denislavivanov6941 9 месяцев назад

    I am fascinated by the Microservices architecture, we Microservices at work and the more I look into it the more I feel i need to read more to understand it.

  • @ΓιάννηςΠαπουτσίδης-λ4υ

    Hi and thank you. Have you seen a layered monolith? I believe layering is not an archtectural style. It is just a way to organize your code.

  • @BalwantSingh-jk4sz
    @BalwantSingh-jk4sz 7 месяцев назад

    Even i dont need voice images explains alot superb content

  • @VincentJenks
    @VincentJenks Год назад +1

    There’s also the concept of a distributed monolith, where many distributed services utilize a single database. It can work in your favor in some scenarios, or be a complete anti-pattern if not implemented well. Similar to a modular monolith, always build out with a clean separation of concerns, so you can more easily distribute the data, later on.

    • @raj_kundalia
      @raj_kundalia Год назад +1

      I have seen something like that and it's a mix I mean, sometimes you would feel it is a blessing and sometimes you'd be frustrated with it.

  • @rafa_guitar
    @rafa_guitar 11 месяцев назад

    Excellent content in your channel, thank you very much for sharing!

  • @tochou118
    @tochou118 7 месяцев назад +1

    does all those types of architectures use databases?
    Great video btw!

  • @shivap202
    @shivap202 Год назад +2

    Really like these videos., which presentation & Architecture diagram software does Alex Xu use to present the topics?

  • @mszxu
    @mszxu Год назад

    Thank you for these high quality materials. it's really helpful

  • @marciolopesdefaria4062
    @marciolopesdefaria4062 Год назад

    What I have seem in the wild is that all choices in terms of architectures depends on several external constraints that kind of confirm the Conways law, so for instance in a company that I worked for recently they chose the modular monolith because the platform team hadn't ways to provide a good experience to deploy new services quickly and given the pressure to deploy features asap the only way was to make a monolith but thinking about break it apart when possible. So, as always, the type of architecture to use depends.

  • @Tony-dp1rl
    @Tony-dp1rl Год назад +1

    This channel is fantastic. If I had to pick a flaw in this video, it would be the diagram of the monolithic architecture. There is nothing to say a monolith cannot have multiple instances running - that is usually how they work in the case of web applications. There is almost no web application with a single instance only - although they often share a single database.

  • @NerffedLivin
    @NerffedLivin 2 месяца назад

    Thank you, thank you, thank you!!! ❤🙏

  • @pavolvarga4724
    @pavolvarga4724 23 дня назад

    Good video, as usually, but kindly where is Space-Based one? ;-)
    Wish you all the best!

  • @nintran52
    @nintran52 4 месяца назад

    That is awesome video, thank you so much 😊

  • @JoseAlvarez-dl3hm
    @JoseAlvarez-dl3hm Месяц назад

    I liked more the monolithic architecture (and its modular one too), and the microservices architecture, since I am more focused on web design and those are the ones I have seen the most. Maybe using the monolithic one with a small project, and design it in a way where you can easily transition to a microservice architecture if the project is growing in a complex way.

  • @samuelstein3412
    @samuelstein3412 Год назад +4

    2:15 I think the components on the right side should be Event Consumers, no?

    • @orvillelim2461
      @orvillelim2461 10 месяцев назад

      I was thinking the same..

    • @marflage
      @marflage 6 месяцев назад

      You are right. It is a mistake in the video

  • @kirillalekseevichbezmatern6494

    I think it worth to mention hybrid monolith architecture, as evolution of monolith. Usually it represents as Castle + Bastions style architecture. It also can be considered as distributed Kernel + Plugins architecture.
    The main idea is to keep all business logic in one Castle\Kernel and put in separate microservices - Bastions, only logic which not make sense to couple with your business logic, for example 3rd party integrations, or document generation, or emailing and etc.

  • @CrusadeVoyager
    @CrusadeVoyager Год назад +1

    Thank you for the video on the architecture patterns. Can you let us know what tool you use to create the illustration and architecture diagrams.

  • @Infalodon
    @Infalodon Год назад +1

    Is it possible to have microservice architecture without event-driven?
    Microservices are supposed to be independent, and therefore avoid synchronous communication. How can it do this without event-driven?

  • @huakun
    @huakun Год назад +5

    What software do you use to make these nice animation slides? After Effect?

  • @filemonek123
    @filemonek123 Год назад +1

    the speaker brings the memories of key master from matrix

  • @SarahRahim-e1y
    @SarahRahim-e1y 9 месяцев назад

    I'm really intrigued by the modular monolithic architecture, because important factors I feel when choosing the architecture of a particular system are the simplicity and adaptability of the particular architecture. An architect is not God; he/she cannot always remember the purpose of choosing a particular architecture for a system, which is why a first glance should erase all doubts.

  • @andrewwwlife
    @andrewwwlife 10 месяцев назад

    thanks, great video!

  • @exe2543
    @exe2543 Год назад +1

    A good book is "Software Architecture Patterns" by Mark Richards.

  • @nintran52
    @nintran52 4 месяца назад

    Could I know what is the tool to make the video with animation like this video

  • @jesso6670
    @jesso6670 8 месяцев назад +1

    it feels like i needed to study my entire life in to tech to finish everything.

    • @user-oi3jn5ct8v
      @user-oi3jn5ct8v 3 месяца назад +1

      When you realize that you don’t finish, that’s when you finish ;)

  • @timamet
    @timamet Год назад

    Love this content

  • @AmitVerma-x7l
    @AmitVerma-x7l 9 месяцев назад

    How did you highlight with colors the RUclips subscribe button on your page when you say 'subscribe' during event driven arch explanation at 1:42 sec

  • @Varun-ij2pp
    @Varun-ij2pp Год назад +1

    Whats the difference between, Layered and Monolithic. Both looks similar?

    • @ryanlashkevich9615
      @ryanlashkevich9615 Год назад

      Monolythic and Microservices are rather design approaches, not architectures; so, one should not compare two of these with others.

  • @raj_kundalia
    @raj_kundalia Год назад

    thank you!

  • @cyrusvillacampa1480
    @cyrusvillacampa1480 6 месяцев назад

    Modular monolith and Event driven

  • @haguylerman
    @haguylerman Год назад

    This is great :)

  • @OmichalO
    @OmichalO 9 месяцев назад

    Remarkable🎉❤!

  • @M1Marketing
    @M1Marketing Год назад +1

    Hello ByteByteGo, I've recently been trying to work out which architecture I should use on my Web design and brand management platform
    Should I use monolithic or micro services there will be a number of different functionality and different apps for tasks, web design calendar etc

    • @M1Marketing
      @M1Marketing Год назад

      I thought youtube was broken when it showed me the video 😂😂

  • @hotlineoperator
    @hotlineoperator Год назад +7

    Excellent info. Zoom effect in presentation is too much, it would be betther without zoom.

  • @ranawaqas4080
    @ranawaqas4080 21 день назад

    how you edit video ?

  • @webdevgenie
    @webdevgenie Год назад

    which tools you used for the diagrams animation ?

  • @alexiespinoza280
    @alexiespinoza280 Год назад

    How did you use your dinamyc slides?

  • @juanmacias5922
    @juanmacias5922 Год назад

    I've only ever used the layered pattern D:

  • @gus473
    @gus473 Год назад

    🎉 Getting close to a half-million subscribers! Impressive work! 😎✌️

  • @paulostradioti
    @paulostradioti Год назад

    Is there anywhere we can get the image shared on LinkedIn in high resolution, please?

  • @tezvids
    @tezvids Год назад

    What tool do you use to generate these graphics? Pls share.

  • @Jordan-tl4yp
    @Jordan-tl4yp 11 месяцев назад +1

    Too many jargons and lacks examples if it was made for non technical ppl

    • @damienphelan
      @damienphelan 6 месяцев назад +1

      What did you expect for five patterns in five minutes?

    • @Foreignchildren
      @Foreignchildren 4 месяца назад

      I am a non tech person getting to learn software architectural applications , could you be of help by providing me foundational resources to aid my knowledge? Thank u

  • @liketheduck
    @liketheduck 2 месяца назад

    I wasn't a fan of the zooming in animations. Nausea inducing!

  • @SaurabhGuptacurious
    @SaurabhGuptacurious Год назад

    🤌👌🙏

  • @mehdi-vl5nn
    @mehdi-vl5nn Год назад

    , 1:04 👎👎👎Mvp is part of presentation layer

  • @anatoly-k
    @anatoly-k 2 месяца назад +3

    Very poor explanation. In real world we have all these mixed and avoiding this knowledge shall confuse you eventually

    • @kenneencail
      @kenneencail 11 дней назад

      He never states in the video that business use only one of these architectures. He’s just giving a short digestible explanation of some of the most used ones in his opinion.

  • @shivbore6620
    @shivbore6620 7 месяцев назад

    good content , but why to keep an AI face at the bottom is irritating when you come to know it's an AI generated and the voice too ,
    kidding.

  • @Kane0123
    @Kane0123 Год назад +1

    “What design resonates with you” makes me instantly think of @teej_dv ‘s comment about int length.
    You might love some of the more exotic designs, but your system probably doesn’t need it.

  • @madukomablessed4712
    @madukomablessed4712 Год назад

    How about Service Oriented Architecture? @bytebytego

    • @marflage
      @marflage 6 месяцев назад

      Is not that micro services architecture?

    • @MorphologicalGeek
      @MorphologicalGeek 18 дней назад +1

      @@marflage They share some of the same ideas (e.g. having independent services). Some of the differences stem from their age and intent - SOA almost always use SOAP / Webservices to offer functions, whilst microservices tend to use REST API & JSON (but not exclusively) and tend to be resource-based; SOA requires a centralized broker or service registry, which microservices do not; in SOA the services often tie back to parts of the business (e.g. sales), where as microservices are not bound by that intent; microservices are more likely to be stateless (depending on how purist you want to be) compared to SOA services.

  • @arak_seemonster
    @arak_seemonster Год назад

    What about Actor based solutions using things such as Akka, Erlang etc? Are they not being used anymore, or do the Event-Driven Architectures encompass these as well? Actors were quite big a few years ago for their ability to scale and handle concurrency, so are they still a thing?

  • @mrsbootsworkouts
    @mrsbootsworkouts 10 месяцев назад

    Thank you for this lesson! I have been watching your videos since I found your channel, amazing!

  • @frederickaziebu9268
    @frederickaziebu9268 Год назад

    I love this, thank you very much for the insight. This has really help me understand most of the things I have missing

  • @paemox
    @paemox Год назад +1

    Info for noobs.

  • @zayxhex6006
    @zayxhex6006 Год назад +51

    Graphics tell more than one thousand words this is awesome 😎🤌🏼 thank you