We are used to think that O(log N) is always better than O(N), but it is not always true.
Read more…Linux is so good that you do not need to worry about small PostgreSQL database performance at all.
Read more…Coding on the interviews is an independent skill from real coding.
Read more…SVN does not have a stash (or shelve) functionality, but there is always a way around
Read more…It is not trivial to set up Webex to work on modern Ubuntu. This post recaps the steps I made to make it work
Read more…Last night I wrote a code using Java 8 lambdas for the first time. And I loved it!
Read more…I am sure you have read about StringBuilder being faster than StringBuffer so many times, that you are sick of it already. Fun fact is: it is not faster.
Read more…I wanted to measure how much extra cost does Scala Option incurs.
Read more…