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.

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

      it's a great backend base

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