Lesson 6 - Classifying Architecture Patterns

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

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

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

    I know this is a 5 years old video, but hands down the best series on software architecture.

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

      Thanks! I may need to start updating some of those older videos...

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

      @@markrichards5014 If you have other learning avenues, or blogs, I'll follow. In the meanwhile, I'm going to crawl this series.

  • @geekhamster4032
    @geekhamster4032 5 лет назад +3

    Awesome, i'm really happy to find this channel, thanks for sharing your knowledge and experience with all of us, really appreciate it.

  • @linwang9905
    @linwang9905 3 года назад

    I'm reading your book Software Architecture Patterns 😀 I'm so happy to find this video. I'm going to watch more!!! Super excited.

  • @achatterjee104
    @achatterjee104 4 года назад

    Hello Mark, i have become a big fan of your lectures and learned a lot, but however, I feel that it will be a great idea to have (in this "cloud era") couple of lectures on below, if possible, 1. storage and compute (how the concept of monolith and distributed applies in this two vertical) 2. CAP theorem for persistent storage 3. if anything similar in "compute" etc., ....Thanks, for sharing the knowledge

  • @surendrasharma9305
    @surendrasharma9305 4 года назад +1

    After watching your all 104 videos, I again started with some good videos to watch again. Quick question, how and from where to get these images that you used in your PPT?

    • @markrichards5014
      @markrichards5014  4 года назад +5

      I drew the images myself using mostly Keynote on the Mac, and also using Omnigraffle on the Mac.

  • @teja_d_p
    @teja_d_p 5 лет назад

    valuable concepts explained. tq

  • @ren.oooooo
    @ren.oooooo 2 года назад

    Service Discoverability and Orchestration is also a concern in service oriented architectures

    • @markrichards5014
      @markrichards5014  2 года назад +1

      Hi Reno, yes, you are correct. Especially orchestration.

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

    "you need to choose for tyour app" - everything what was said votes for monoliths. Is it really fair approach? Or you just don't like distributed systems?

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

      Oh, on the contrary, I MUCH prefer distributed architectures over monolithic ones (given the right situation, of course). I use the term "app" or "system" to refer to the collection of functionality that performs a business function (like a loan processing application), regardless if it consists of services or is monolithic...