Archive: code a2wd
The mythical man-month
The mythical man-month by Frederick Brooks is a now ancient classic on project management, with a focus on programming & systems development. It has excellent advice on the subject which is mostly very relevant today. Some of the main lessons I took away from this book are: Time estimates & planning Time estimates in software […]
Regular Expressions
The versatile tool for matching patterns I figured I should know a bit about regular expressions, so for a previous incarnation of the website, I coded the homepage so that it returned the titles of blogs with a link to the respective blog. In doing so, I found a couple of good resources for regular expressions: […]