Build a Complete Async API in Golang (part 4 - JWT Manager)

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

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

  • @prashlovessamosa
    @prashlovessamosa 5 วันที่ผ่านมา

    Thanks

  • @viktorkot992
    @viktorkot992 2 วันที่ผ่านมา

    Can you provide repo?

  • @PratikDhane-d8p
    @PratikDhane-d8p 3 วันที่ผ่านมา

    GitHub repo?

  • @kfkfkfk-or1nk
    @kfkfkfk-or1nk 4 วันที่ผ่านมา

    hi have u ever used vscode if yes why don't use now and why u chose goland?

    • @thedevtool
      @thedevtool  4 วันที่ผ่านมา +2

      @@kfkfkfk-or1nk yes I’ve used VSCode in the past. It’s fine, but JetBrains products are significantly faster in terms of intellisense, go to definition, time to save file, etc (even for TypeScript).
      When working on large codebases, I’ve found the differences between vscode and goland are significant.
      This might be because goland/jetbrains doesn’t use the gopls LSP that other editors use.

    • @kfkfkfk-or1nk
      @kfkfkfk-or1nk 4 วันที่ผ่านมา

      @@thedevtool thanks for answer