Explore >> Select a destination


You are here

fzakaria.com
| | mattfaus.com
22.9 parsecs away

Travel
| | Like most frameworks these days, the Google Appengine (henceforth, GAE) SDK provides an API for reading and writing objects derived from your classes to the datastore. This saves you the boring work of validating raw data returned from the datastore and repackaging it into an easy-to-use object. In particular, GAE uses protocol buffers to transmit...
| | martinheinz.dev
16.8 parsecs away

Travel
| | Nowadays, when people want to implement backend API, they go straight to creating application with RESTful API that communicates using JSON, without eve...
| | blog.bazel.build
7.8 parsecs away

Travel
| |
| | zserge.com
104.4 parsecs away

Travel
| Summing up years of building interpreters and compilers for various programming languages. The first chapter is about assembly language. We will try to implement a tiny two-pass assembler for CPython VM.