/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ectobit.com
| | jvns.ca
5.3 parsecs away

Travel
| | SQL queries don't start with SELECT
| | bartlomiejmika.com
4.0 parsecs away

Travel
| | How do you write a Golang server using gRPC from scratch? Heres how to do it.
| | blog.labix.org
5.2 parsecs away

Travel
| | This is one of the most packed releases of the mgo driver for Go in recent times. There are new features, important fixes, and relevant internal reestructuring to support the on-going server improv...
| | abdulapopoola.com
32.5 parsecs away

Travel
| TLDR Very easy to read. Direct link to the paper. Interesting takeaways Novel approach to conflict resolution: Unlike most data systems that push conflict resolution to the write phase, Dynamo allows writes and shifts conflict resolutions to reads. This unique strategy ensures that writes are never rejected. Quality: An impressively high bar by focusing...