Software Architecture in Golang: Externalized Configuration Pattern

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

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

  • @erikslorenz
    @erikslorenz 2 года назад +2

    Thanks Mario! This is one of my favorite channels! I use go sparingly in my work (I do a lot of context switching between front and back end so I tend to use node) but I really appreciate you showing how the patterns apply to go.
    I find myself using a lot of these patterns intuitively but it's fun to see them more formalized
    For similar ones that are kind of grouped (secret key, secret value etc) I have found it useful to keep the secret in Json and then just parse it in the app. It gets kind of tedious adding every individual one in the vault imo

  • @MatiasSidler
    @MatiasSidler 2 года назад

    Thanks for these amazing videos! Please, keep uploading more like this one! Greetings from Argentina.

  • @kevinallen4872
    @kevinallen4872 2 года назад

    Mario, which tool are you using to draw on the screen?

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

      Hey Kevin, I'm using Presentify. Cheers!

  • @GabrielPozo
    @GabrielPozo 2 года назад

    This is an interesting topic, thanks for sharing this kind of information!!

  • @stefanopulze
    @stefanopulze 2 года назад

    Thanks for sharing!