[SublimeText] Highlight build errors

I love Sublime Text, but coming from Visual Studio, the number one thing that annoys me is that errors in the source files are not highlighted. …

READ MORE

[C#] Concurrency cheat sheet

The .NET Framework provides a ridiculous number of solutions to deal with concurrency. You probably know the lock statement or the ManualResetEvent class, but you’ll see that there are many more options. …

READ MORE

Free e-books from Syncfusion

Syncfusion kindly provides free e-books on various programming topics. That’s very nice of them, but the way their site is designed makes it extremely difficult to download all the e-book in one shot. I had to create a Chrome Content Script (source code here) to get extract the links. …

READ MORE

[Ghost] Enable SSL in Apache

This article explains how to add HTTPS support for your Ghost blog. You can choose to allow both HTTP and HTTPS, or only HTTPS. …

READ MORE

[Links] Mocks

DonÔÇÖt Overuse Mocks …

READ MORE

[Git] Graph file count vs time

There are several projects to generate complete statistics of a Git repository, but sometimes, you just need something fast and simple. …

READ MORE

[Arduino] JSON library 3.0

Only two weeks after version 2.0, I’m releasing a new major revision of Arduino JSON library. …

READ MORE

[Arduino] JSON library 2.0

Hey! I’ve just released Arduino JSON library 2.0 …

READ MORE