Having tests is important. They allow us to extend and refactor our code with ease. Many developers follow test driven development as a workflow. I believe that writing tests makes software developmen...
Hi, I'm Raymond, and I write a lot of bad code. Ok, not bad, but I don't necessarily always follow "best practices." I'm willing to bet a lot of the people reading this article don't necessarily also ...
Roslyn is made up of the open-source C# and Visual Basic compilers and code analysis APIs for Microsoft's development stack. Very few people realize that Roslyn came out in October 2011 as a preview t...
At rangle.io we've been fans of the functional programming style for a while and have used Underscore and Lodash extensively on many projects. However, recently we started using a new library, Ramda, ...
If you've used Kendo UI Mobile, then you know that one of the things it does really well is something called "adaptive rendering." This is where it adapts to the look and feel of the operating system ...