David Crawshaw SQLite and Go

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Excellent presenter, very enjoyable to listen to!

himabimdimwim
Автор

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.

jimcooncat
Автор

wow a blast back to dBase III and Clipper days ;)

mrrolandlawrence
Автор

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

Osmanity
Автор

Awesome thanks! Any more information on Gomobile?

chrispowell
Автор

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.

constantinegeist
Автор

live coding is really different from live copying

probinebusiness
Автор

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.

pimbrouwers