Posts tag with `python`:
- QuickChat and WebRTC
- November 12, 2013
- Building a Realtime Messaging Platform with Erlang
- April 21, 2013
- A New Blog!
- December 03, 2012
- Using Cython for Great Speedups
- May 03, 2012
- Building a Django Session Backend using Riak
- July 03, 2011
I have been working on a personal project called QuickChat for the last 3 weeks. A large part of the project uses WebRTC. It has...
Recently at work, we launched a realtime messaging feature. We used Erlang to build a central part of this feature's server...
Recently, I decided to move a new blogging setup. Previously, I used a self-hosted Wordpress install, then a custom Django app, and...
About Cython Python is a great dynamic language; it provides layers of abstractions (dynamic typing and memory management to name...
Introduction At MochiMedia we use 'Django in non-standard ways'. One of the non-standard things we do is use a Django custom...