Tag Archives: code

Web Dev 101

The Ten Commandments In this series of articles I’ll try to examine what a new developer needs to know in order to either learn web development or start their first job in the industry. So to start here is the ten commandments of web development; at least according to me (it would be nice if [...]

The Story Behind The Code

Why Technical Documents Make For Better Software In any software project, documentation will play a part. Typically it will consist of a set of requirements, technical documentation of the architecture, technical documentation of the source code & user documentation, e.g. help files. Usually the set of requirements will be made, software written, and enough instruction [...]