I recently built a Linux shared library using its previous build as one of the statically linked libraries
Read more…I am slowly switching to using Eclim for everyday use and I love it so far.
Read more…Today I used my most advanced project for the very first time. And it was awesome
Read more…We are used to think that O(log N) is always better than O(N), but it is not always true.
Read more…Coding on the interviews is an independent skill from real coding.
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…