You are here |
fzakaria.com | ||
| | | |
mattfaus.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | ||
| | | |
zserge.com
|
|
| | 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. |