Five books to become a Software Architect

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

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

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

    Tks, I'm software developer and I want to step forward in software as an Software Architecture. You have one more suscriber.

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

    Just found your channel. Great content thats very much

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

    Thank Mario for your advice!!! I hope this year I can read at least two of that's books.

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

      Hey Gabriel, I'm glad you found it useful. Best

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

    Hi there! Great compilation, how about the Go books?

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

      Hey there! I think eventually I'll upload a video like that, cheers!

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

    Thanks! This definitely was on point and helpful!

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

    Good job of compilation books 📚

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

    Marioo, where did you get those Gophers and the Linux pinguin in the background? I want thoseee

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

      I got the Gophers when I attended GopherCon in 2018. The Ardan Labs Store sells them but only ships in the US. The penguin was a gift when I worked for Novell.

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

    cool
    thank YOU !

  • @АлександрЗверев-й1х

    Thanks a lot!

  • @ArunGordon
    @ArunGordon Месяц назад

    Any particular order we should read it ?

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

      What I recommend is to follow the order I have in the description.

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

    Thank you Mario for this video ❤. I hope you get thousanda of followers in youtube

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

    thanks man

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

    Thank you, Mario! I'm a big fan of your video! I finished reading Fundamentals of Software Architecture recently, amazing book!

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

      Yes! That book is amazing! Take care

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

      I am a beginner with very little knowledge of software architecture should i start from this book or are there any other staff i should know?

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

    Hi Mario! I'm always grateful for the time and knowledge you impact on Junior devs like me. Thank you.
    I would like to know about the Go frameworks that you use when building production apps (web or microservices or desktop)? Is there anything like the Spring framework for Go? Is raw Go better? Any recommendations? May you kindly make a video of that if you have the time otherwise just respond to the comment here?

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

      There a few frameworks out there but typically the standard library and a router is more than enough. With that being said I like your idea, thanks for the suggestion.

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

      @@MarioCarrion thank you for the reply. I forgot another issue: for microservices how about go-micro or go-kit? Or raw Go is enough for any scenario as you suggested above?

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

      go-kit is a well known framework but you will be stuck to whatever decisions the framework provides, sure there are benefits but those come with tradeoffs like lock-in for example; I still think following a simple pattern like github.com/MarioCarrion/todo-api-microservice-example is easier in the long term; sure a few things are much more explicit but always have the freedom to change things the way you want.

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

      @@MarioCarrionThank you