What is XML? Get to know XML, a strict yet flexible markup language used for everything from documentation to graphics.
How I avoid breaking functionality when modifying legacy code Extract methods give the biggest bang for the buck when it comes to modifying legacy code while avoiding the risk of breaking the functionality.
9 reasons I love to use the Qt Creator IDE Qt Creator is the glue between Qt's rich set of libraries and the programmer.
Parse JSON config files with Groovy Sidestep the debate on whether or not to use JSON as a configuration format and just learn how to parse it using Groovy.
Parsing config files with Bash Separating config files from code enables anyone to change their configurations without any special programming skills.