How to kickstart your journey into the backend world - Thomas Durand

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 5

  • @JeremyGREFFIN
    @JeremyGREFFIN 3 หลายเดือนก่อน +1

    Great talk ! Thank you for putting so much effort into the presentation to make to clear and understandable !

  • @Ivan-ms1wj
    @Ivan-ms1wj 3 หลายเดือนก่อน +1

    Thanks for your speech!

  • @alxgzz
    @alxgzz 3 หลายเดือนก่อน

    Merci pour la prez! About the "plan ahead" part, what's your opinion about including the version in the path, such as {root_path}/v1.3/apps ?

    • @deanthomas151
      @deanthomas151 หลายเดือนก่อน

      I have to admit that I hate it. But it's hardly avoidable for API that you open to external client to use (so anything public).
      For internal API, like an app, I'd try to avoid it as much as possible!

    • @deanthomas151
      @deanthomas151 หลายเดือนก่อน

      More versions means more stuff to maintain alive, even more tests, and probably code duplication to run different version of a similar service