Subscribe to an RSS feed for this tag
Entries tagged with Google App Engine
-
Title: Extending Mahou; Gotchas and Snippets
Tags: BOSS Cappuccino Google App Engine MahouA few thoughts and code snippets from further extending Mahou. Written in a rambling style with little purpose or direction. You've been warned.
-
Title: Writing Mahou; a Cappuccino Image Search
Tags: BOSS Cappuccino Google App Engine MahouI spent much of the day writing Mahou, which is the Japanese word for magic, and is now also a Yahoo! Boss Search Mashup Framework and Cappuccino (and Google App Engine, while we're at it) powered image search engine. It's a pretty interesting application, and even the least technical readers might enjoy playing around with it a bit.
-
Title: Ambush Code Review Learns Code Diffs
Tags: Google App Engine djangoI spent two or three hours working on Ambush Code Review today to implement some ideas I had last night. The basic problem was that it didn't make it easy to post improvements to code, but I think that it has reached a much more usable place. Actually, I think its become useful. Fancy that.
-
Title: Overview of Using Django on the Google App Engine
Tags: Google App Engine djangoA look at the advantages and disadvantages of using Django with the Google App Engine. Touches on the GAE platform itself, as well as looking at areas where ported Django projects will have to be adapted to the App Engine's unique environment.
-
Title: A Sunday Project: Ambush Code Review
Tags: Google App Engine djangoThis past Sunday I decided to delve into the mysterious world of Google App Engine development and had a pretty good experience with it. This is a quick look at what I built, and a promise to discuss the development process in the near future.