Dec 24, 2011
Things I Dislike In IntelliJ IDEA
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.
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.
Feb 10, 2011
As you may know Google App Engine does not allow developers to use the imp, ftplib, select, socket libraries. I had to implement these two functions and I have decided to code the rest of the functions and put them on GitHub. If I needed, someone else might need them as well.
Oct 11, 2010
I think everyone would agree on that there are only two text editors in the history of mankind; emacs and vim. Here are some configurations for emacs.