News

It has been said that there are only two difficult tasks in modern software development: distributed cache invalidation and how to name stuff. The following variable naming conventions won't assist ...
Camel case and snake case stand at opposite ends of the variable naming convention spectrum. When multiple words are used to form a variable, camel case joins those words together, without any white ...
Last month, we took a strange turn and actually just focused on the basics of shell scripting, special variable notation, rather than solving some complex and obscure scripting challenge. I'm going to ...