David Crawshaw SQLite and Go

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

Комментарии • 15

  • @jimcooncat8181
    @jimcooncat8181 5 лет назад +8

    Was really interested in just the Sqlite portion, and am so glad you showed ignoring designating types for the field. You have likely saved me many future minutes! Thank you.

  • @himabimdimwim
    @himabimdimwim Год назад +3

    Excellent presenter, very enjoyable to listen to!

  • @DavisTibbz
    @DavisTibbz Год назад +5

    Good presenter! 😃

  • @_alexlazar_
    @_alexlazar_ Месяц назад

    Great talk

  • @constantinegeist1854
    @constantinegeist1854 4 месяца назад

    24:24
    "I can scale my server until I hit a limit"
    if you multiply your server N times and put a simple proxy in front of it which redirects traffic "tenant => server" (with some kind of in-memory tenant table), then you can scale further. So far doesn't sound like rocket science to me tbh.

  • @Osmanity
    @Osmanity 3 года назад +2

    I like the "programming style" of powerpoint, any one know how or where to get this type of powerpoint style?

  • @chrispowell5598
    @chrispowell5598 6 лет назад +3

    Awesome thanks! Any more information on Gomobile?

    • @dn5426
      @dn5426 6 лет назад

      Looks like "eliasnaur" took over the development. github.com/golang/mobile/commits/master
      github.com/golang/mobile/commits?author=crawshaw

  • @YoloMonstaaa
    @YoloMonstaaa 4 года назад +3

    3:58

  • @int4_t
    @int4_t 2 года назад

    golang laptop leak???

  • @pimbrouwers1004
    @pimbrouwers1004 6 лет назад +3

    I know in my bones that the concept presented here about 1 process programming makes a ton of sense. I just don't get how I practically implement it, for say a simple REST API reading from a SQLite database.

    • @benjaminjones9626
      @benjaminjones9626 3 года назад +8

      It comes with time don't worry about it. This level of engineering happens when you start to understand that reliable software is a many-thousand-hour exercise not a late night and a red bull away - and believe me the feeling is miserable because simultaneously you'll understand all those cool apps you always wanted to build aren't actually worth the time.

    • @quintencabo
      @quintencabo 2 года назад

      @@benjaminjones9626 truth

  • @probinebusiness4367
    @probinebusiness4367 5 лет назад

    live coding is really different from live copying