May 06, 2012
A Python Development Story: Jenkins-CI meets web.py and PyCharm
Jenkins-CI is a continuos integration platform.
May 06, 2012
Jenkins-CI is a continuos integration platform.
Feb 29, 2012
Patricia trie explanation and implementation in Cilk++
Dec 24, 2011
Don't get me wrong. I'm a big fan of IntelliJ IDEA and have been a happy user. I do believe it's the best IDE for Java but I've a very small dislike list.
Sep 09, 2011
Eclim is a great tool which brings Eclipse to vim and there's an emacs port as well.
Aug 12, 2011
A small real-time application experiment with ZeroMQ, Gevent, WebSockets and web.py
Jul 23, 2011
SQLAlchemy is an ORM for Python which has very advanced features. This is a small journey of mine with it.
Jun 28, 2011
Backbone.js is a javascript framework which follows a MVC pattern. It makes web applications incredibly easy to maintain.
Jun 25, 2011
Apache Shiro is a Java security library which makes authentication, authorization and session management easy. Its hashing mechanism also supports iterations.
Apr 15, 2011
When I was doing some SQLite I've noticed, accidentally, its `SUBSTR()` function behaves differently in different OSes.
Mar 28, 2011
In Ruby, there are some keywords which aren't in Python such as unless and end. I thought it'd be fun to implement these keywords to Python. I've decided to implement the unless keyword of Ruby to Python.