PocketBase: Bulletproof self-hosted server

gist.github.com/lukepighetti/...
github.com/rakyll/hey
Twitter: / luke_pighetti
GitHub: github.com/lukepighetti
Twitch: / lukepighetti
Discord: / discord

Пікірлер: 15

  • @tanu6011
    @tanu60117 күн бұрын

    Thanks for the video! 4:11 pocketbase keeps surprising

  • @jrheisler
    @jrheisler3 күн бұрын

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

  • @Bonjorno772
    @Bonjorno7726 сағат бұрын

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

  • @MadeInJack
    @MadeInJack7 күн бұрын

    Thanks! Following the series :)

  • @weeb3277
    @weeb32775 күн бұрын

    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

    5 күн бұрын

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

  • @abdushakoor0099
    @abdushakoor00997 күн бұрын

    Pocketbase is cool shit

  • @moussaibrahem9
    @moussaibrahem96 күн бұрын

    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

    6 күн бұрын

    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

    6 күн бұрын

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

  • @FilledStacks
    @FilledStacks7 күн бұрын

    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

    6 күн бұрын

    @@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

    6 күн бұрын

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

  • @moussaibrahem9

    @moussaibrahem9

    6 күн бұрын

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

  • @FilledStacks

    @FilledStacks

    4 күн бұрын

    @@LukePighetti 🔥🔥