Explore >> Select a destination


You are here

www.outcoldman.com
| | www.thepolyglotdeveloper.com
17.2 parsecs away

Travel
| | Learn how to use a SQLite database within a Golang application as a means for storing data locally wherever the application is being run.
| | simonwillison.net
16.6 parsecs away

Travel
| | Earlier this week I released sqlite-utils 3.14 with a powerful new command-line tool: sqlite-utils convert, which applies a conversion function to data stored in a SQLite column. Anyone who works ...
| | www.jakobmaier.at
18.8 parsecs away

Travel
| | How I tracking and analyze my location history safely and privacy conscious with Owntracks, Leaflet and a simple Express app.
| | lincolnmullen.com
55.6 parsecs away

Travel
| Recently I've been writing a fair bit of code in Go for a project I am working on. There is a lot to like about the language. But the thought occurred to me that maybe I like Go because it fits my (unjustifiably) beleaguered sense of self. If I used to like Ruby because it was fun, then maybe I like Go now for these reasons: Go is a minimalist language. I would prefer that we just get down to work without any fuss. Go is a high performance language for concurrency. There is too much to do and it all has to be done at once, so I guess we better do it quickly. Go is strongly typed. Please tell me what you expect up front, then stick to it. Go makes you check for errors explicitly (if err != nil). Bad things will inevitably happen, so I guess we better plan for them up front and do our best to deal with them.