Your web app but good: Aaron Boodman (Local-First Conf)

Sdílet
Vložit
  • čas přidán 30. 06. 2024
  • Speaker: Aaron Boodman, Replicache
    Can sync engines solve the complexity problems that plague modern web dev? If so, why hasn't that happened? Sync isn't exactly a new idea.
    In this talk we'll explore the missing pieces needed to take sync mainstream, and how those pieces can enable a new generation of web apps with dramatically better developer and user experiences.
    ---
    Learn from engineers, designers, academics, startups, and indie developers who are putting local-first into practice and reaping the benefits of a cloud-optional architecture.
    Join our discord!
    / discord
    ---
    Subscribe for more talks: @localfirstconf
    Follow: / localfirstconf
    Visit: www.localfirstconf.com
    ---
    Thanks to our wonderful sponsors:
    - DXOS - dxos.org/ (foundation layer for cloudless, collaborative software)
    - Heavybit - www.heavybit.com/ (accelerator program for developer-first startups)
    - PowerSync - www.powersync.com/ (Postgres and SQLite sync layer)
    - Rocicorp - rocicorp.dev/ (creator of multiplayer and sync infrastructure)
    - Axil - axil.llc/ (agency focused on local-first software dev)
    - Affine - affine.pro/ (workspace merging docs, whiteboards, and databases)
    - CrabNebula - crabnebula.dev/ (creator of Tauri, for deploying web technologies as desktop apps)
    ---
    Thanks to sceal-studio.com/ for the videos!

Komentáře • 14

  • @mohamedmoussa9635
    @mohamedmoussa9635 Před 16 dny +2

    Oh finally this has been uploaded

  • @troypoulter4109
    @troypoulter4109 Před 15 dny +1

    Signed up on the mailing list yesterday, can't wait to see the first releases like with Radiant and the potential meta framework with tamagui!

  • @ForChiddlers
    @ForChiddlers Před 8 dny +1

    As a flutter dev, I'm thankful that I decided against all that javascript struggle🎉🎉

  • @sockthedev4904
    @sockthedev4904 Před 14 dny

    Great talk Aaron!

  • @judahdsouza9196
    @judahdsouza9196 Před 15 dny

    WHY IS THIS SO SHORT

    • @AaronBoodman
      @AaronBoodman Před 15 dny +1

      The speaking slots were only 25 minutes and there were some technical difficulties that took time away from my slot which were edited out of the video.

    • @mohamedmoussa9635
      @mohamedmoussa9635 Před 13 dny

      @@AaronBoodman Thanks Aaron. I am keen to listen to a more technical talk or presentation

    • @AaronBoodman
      @AaronBoodman Před 12 dny

      @@mohamedmoussa9635 I’m planning to do one and just release it on Twitter/youtube. What content are you interested in specifically .

    • @judahdsouza9196
      @judahdsouza9196 Před dnem

      ​@@AaronBoodman Would love to know about the Zero cache to database mapping, and whether this is closer to Replicache's more BYODB or Reflect's opinionated storage.

    • @AaronBoodman
      @AaronBoodman Před dnem

      @@judahdsouza9196 it’s closer to Replicache. However you don’t have to write your own pull endpoint. Zero-cache consumes your upstream database replication stream and exposes it directly to the client (applying auth of course).