Below are the slides from some technical talks that I've given. You can also find them on SlideShare.
- 
     Introduction to CouchDB Introduction to CouchDBPresented to the LA Hacker News meetup on Apache CouchDB. Covers basics on RESTful principles, CRUD operations, views, MVCC, and performance. 30 minutes with Q&A. 
- 
     Introduction to Redis Introduction to RedisPresented to the LA Hacker News meetup on Redis. Covers basics on data structures, pipelining, and a use case with ReadyUp! 30 minutes with Q&A. 
- 
     A To-do Web App on Google App Engine A To-do Web App on Google App EnginePresented to high school teachers participating in CS4HS. Covers writing simple to-do web app in Python on Google App Engine. 30 minutes with Q&A. See demo and source. 
- 
     Java on Google App engine Java on Google App enginePresented to the LA JUG. Covers the CRUD operations, indexes, relationships, and transactions with the datastore, memcache, deployment, testing, and more. Content is likely very outdated. 2 hours with Q&A.