22 Sep 2016
So what’s the deal with coding standards? What are they for? Are they a boon to the software development process, or are they just one more detail to get bogged down in? You might get different answers to these questions...
15 Sep 2016
Why Configuration Management is Super I’ve only known git for a short time, but already it has become my hero. A distributed version control system, git is the ally of many professional and amateur software developers worldwide. It allows one...
01 Sep 2016
JavaScript is a superstar of the modern web for good reason. It has flexibility far beyond that of traditional compiled languages and is the go-to tool for many agile developers. Anyone interested in web development should learn JavaScript. But they...
14 Feb 2016
What are Command-Line Arguments? Command-line arguments are values that you pass to a program from the command line. They are used in the same way that arguments passed to any function within a program are used. In the C, C++,...