Articles by David Bolton
-
Coding Challenge Results: The Most Factorially Fluent
Thank you to everybody who entered our first Coding Challenge: Prove Your Factorial Fluency. We received a total of 61 entries, from 58 individuals -- three players submitted extra entries in dif… -
Visual Studio 2013 Released - Worth Upgrading?
Visual Studio, Microsoft's flagship development tool and considered the best IDE around, has had an overhaul, a new coat of polish and some new features added. But is it worth upgrading, when eve… -
Is TrueCrypt Truly Secure?
Written in C++, with C and some assembler, TrueCrypt is an open source tool for creating encrypted disk volumes. The volumes it creates can be stored on an external disk, as a partition of a disk… -
Improve Your Job Search With a Personal Project
More and more, hiring managers tell us that they want to hire candidates who work on personal projects outside of their jobs. They say the first place they look up a potential candidate is on Git… -
Creating a Multi-Player Game? Watch the Money
Based in Auckland, New Zealand, indie developer David Colquohun started running his MMORTS game Ironfell in 2012. In August 2013, he had to close it down because it was losing too much money. The… -
Introduction to Rx - Reactive Extensions
Thirty years ago life was much simpler for desktop developers. Processors only had one core, GUIs, mice and event driven programming didn't exist outside universities and UIs were simple affairs… -
Three Java IDEs Compared
As a Java developer you are most likely to be familiar with Eclipse, but it's not the only game in town. Other options to consider include NetBeans and Intellij IDEA. Which one’s the best? Here’s… -
XNA is Dead; Long Live MonoGame
Back in January, Microsoft announced it was going to phase out XNA, the development framework that powered Xbox development. It also said it was no longer evolving the DirectX API, which has been… -
A Free C++ Compiler for Android, But...
Intel has just launched a C++ compiler for Android that compiles C++ source code and generates Android compatible bytecode. It isn't the first C++ compiler to do it: The c4droid C++ compiler and… -
A Walk Through the Java Ecosystem
To a new developer, the world of Java can be a very confusing place. While Java itself is a relatively straightforward programming language to learn, there are a number of associated technologies…