PocketBase: Bulletproof self-hosted server

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • gist.github.co...
    github.com/rak...
    Twitter: / luke_pighetti
    GitHub: github.com/luk...
    Twitch: / lukepighetti
    Discord: / discord

КОМЕНТАРІ • 20

  • @tanu6011
    @tanu6011 3 місяці тому +4

    Thanks for the video!
    4:11 pocketbase keeps surprising

  • @weiSane
    @weiSane 28 днів тому +2

    Yes we all love pocketbase and all these other free awesome tools but I hope we don’t just use them and end at that. Let’s also appreciate the cracked devs who gave us these tools with some financial donations and sponsorships .

  • @adityadubey4578
    @adityadubey4578 Місяць тому +1

    Thanks a lot, wonderfully informative video :))

  • @MadeInJack
    @MadeInJack 3 місяці тому +3

    Thanks! Following the series :)

  • @sime_time
    @sime_time Місяць тому

    Thank you so much for this tutorial man

  • @weeb3277
    @weeb3277 3 місяці тому +2

    4:17 you can press Ctrl + arrow to navigate quickly
    or Ctrl + e or Ctrl + a to jump around to the end or to the begging

    • @LukePighetti
      @LukePighetti  3 місяці тому

      Ctrl + arrow doesn't always work on macOS systems neither does Option + arrow but Ctrl + e/a does so I appreciate that!

  • @jrheisler
    @jrheisler 2 місяці тому

    Hmmmm, the more I read about it, the more I like what it sounds like, good vid.

  • @Bonjorno772
    @Bonjorno772 2 місяці тому

    Nicely done! it would be nice if you talk about data backup and restore using self hosted PB

  • @garfield584
    @garfield584 Місяць тому

    PB ❤ I'm currently working on a project. The backend is in PB. The API response time is 35-40ms. Astonishingly fast.

  • @abdushakoor0099
    @abdushakoor0099 3 місяці тому +3

    Pocketbase is cool shit

  • @moussaibrahem9
    @moussaibrahem9 3 місяці тому

    Hey Luke,
    Thank you very much for your informative video but can you show us the many total requests that you made from start unit you finished the test?
    Also I found a way to try to protect from DDos using cloudflare I would like to discuss it with you see if it will be more effective

    • @LukePighetti
      @LukePighetti  3 місяці тому

      In the last run of hey there wasn’t a report at the end because it was just all errors from being flooded (very naive overloaded server test). Cloudflare is the final layer for ddos protection and should be added on after this basic hardening.

    • @LukePighetti
      @LukePighetti  3 місяці тому

      Also feel free to discuss on here or DM me on Twitter at luke_pighetti

  • @FilledStacks
    @FilledStacks 3 місяці тому

    With pocketbase not having functions yet, is it safe to say your "backend logic" lives in your front-end product?
    So for example, account creation after auth etc, is done directly from the client.

    • @LukePighetti
      @LukePighetti  3 місяці тому +3

      @@FilledStacks PocketBase has extend with JS which is similar to cloud functions. You can also import PocketBase as a golang package and build anything you can dream of

    • @LukePighetti
      @LukePighetti  3 місяці тому +2

      And finally because the dart SDK is pure dart and admin + client you can also make a shelf sidecar

    • @moussaibrahem9
      @moussaibrahem9 3 місяці тому

      You use it in a server side framework as NextJS or Svelte kit
      Or in another approach use Pocketbase as a framework

    • @FilledStacks
      @FilledStacks 3 місяці тому

      @@LukePighetti 🔥🔥