Articles by David Bolton
-
Building a Dungeon Generator in C#
Procedural dungeon generation is a fun exercise for programmers. Despite the crude interface, such games continue to spark interest. A quarter century ago, I wrote a dungeon generator in procedur… -
Are Freelance Developer Sites Worth Your Time?
Many websites allow you to look for freelance programming jobs or Web development work. (Hongkiat.com, for example, offers links to several dozen.) The problem for developers in the European Unio… -
The State of D Programming Language
A large company can push a programming language into the proverbial limelight: Just look at C#, Java, Objective-C and Swift, all of which had major corporate backing. But a few programming langua… -
Scripting Languages You May Not Know
Scripting languages are used in everything from games and Web pages to operating-system shells and general applications, as well as standalone scripts. They allow the harried developer to do his… -
Is Microsoft Truly Embracing Open Source?
Back in the day, Microsoft viewed open source and Linux as a threat and did its best to retaliate with FUD and patent threats. So it must have been galling to its executives as, over the past 20… -
Is C Still Relevant in the 21st Century?
Many programming languages have come and gone since Dennis Ritchie devised C in 1972, and yet C has not only survived three major revisions, but continues to thrive. Large chunks of Windows were… -
Substitute PostgreSQL for Your NoSQL Needs
Over the past five years or so, NoSQL databases have enjoyed a spike in popularity compared to relational (i.e., SQL-driven) databases, thanks in large part to industries such as online gaming. A… -
Python 3 String-Processing Causing Problems?
Widely known as a general-purpose programming language, Python is excellent at string handling—but a few things have changed between Python 2 and Python 3. This article is a reminder of what Pyth… -
Here's Why Apple Rejected Your iOS App
After six years, do you think the number of submissions to the App Store has stayed level, climbed, or fallen? As demonstrated by this chart of the App Store’s metrics (hat tip to Pocket Gamer),… -
Building Apps in Swift: Using Storyboards
In our previous article on building apps with Apple’s Swift, we demonstrated how to use view controllers and views in code to craft a simple app. Before we begin with this next lesson, using stor…