Developers

  1. 2017

  2. Git Workflow: Branch - Rebase - Squash - Merge

    6 min read

    So you want to make a change to your git repo while other people may also be simultaneously working on the same repo. As it takes you longer to make your changes, there is a greater chance that your local repo might…

  3. 2016

  4. How to Enable and Use GCC Strict Mode Compilation

    5 min read

    One of the great feature that many C++ programmers rarely use is GCC strict mode compilation. Enabling this lets compiler warn you about any potential issues that might often get unnoticed in build noise. Unfortunately…

  5. 2010

  6. A Day in SQL Tuning

    3 min read

    Today I got in to some heavy weight TSQL tuning. This time the target was a legendary sproc that was taking 3 mins and now I’m about to call it a day when this giant SP is eating only 16 sec. Not excellent but not bad at…

  7. 2006

  8. The ACM Turing Programming Contest Problem Set Archive

    1 min read

    Here’s the list of problems used in ACM Turing programming contest. Surprisingly, like many other such contests, lots of problems are s simply a variant of shortest-path problem. The ACM ICPC Problem Set Archive