Bi-Directional References in Google App Engine with ID Pre-Allocation November 13, 2013·4 mins Setting up bi-directional relationships in Google App Engine efficiently can be tricky. I show you an efficient approach here.
Objectify Entity Subclass Migrations October 25, 2013·7 mins When using Objectify on Google App Engine, sometimes you want to introduce polymorphism after the fact. This entry shows how you can do that.