The false Scrum future

There are only two hard things in Computer Science: cache invalidation and naming things. – Phil Karlton I agree with Phil, I’d also like to add estimation to this list. Of the three it’s the hardest as you cannot ever solve the problem due to the nature of time. Estimation is the theme of which an engineers’ life revolves around; Is it completed? Can you have this ready by Friday? Based off of this task it ought to only take X. ...

January 24, 2017 · 6 min

Doing more with less

In the programming world it seems very popular to predict potential ceilings of projects or even engineers due to the languages/frameworks that are utilized as though they are the be all and end all indicator of future success. It’s a viewpoint that is both propagated by developers ‘oh I’d never use a language as verbose and feature incomplete as Java’ right through to companies ‘We only use cool languages, PHP/Java engineers need not apply’ ...

February 3, 2016 · 3 min

Don't hold back your Ruby

In the first article of this series we looked at general must read programming books and in the second we took a look at the Java world. Now to step up to the plate is one of my favourite languages, the terse,the beautiful,the sublime, Ruby! Ruby is a great dynamic language that has gained a lot of traction largely thanks to the popularity of ROR (Ruby on Rails), so without further ado let’s jump into the best books to level up your skills with Ruby. ...

October 27, 2014 · 4 min

Don't hold back your Java

In the last article we looked at the best books to improve your knowledge of the core concepts of programming. This time we are specifically going to look at the best Java books (in my humble opinion) that give not only juniors a great base in the language but also act as great references for senior developers. I’m not going to explain why you should be reading and studying outside of work, if you need to hear my reasons then go check out the first article! ...

August 26, 2014 · 4 min

Don't hold back your programming

When people ask how to improve their programming skills invariably they are told to write more code, to dive into open source projects or to build a replica of a well known piece of functionality. All of those tips are great but at the same time they can reinforce bad habits or lead you to the situation where you can make something work but you don’t know why! Why your programming doesn’t work out the way you plan The key to improving your skills is to both practice programming but also to read more on the subject, by reading I don’t mean spending 2 hours on Hacker news everyday (although that can be fun!). A solid concerted effort to work through particular programming books will pay dividends in your future abilities and critical thinking. By expanding your knowledge of core concepts you can spend more time on the domain problem and how to work efficiently rather than coding by coincidence or wondering how your program works… In this article I’m going to provide a selection of books that I have found to be excellent reads that have not bored myself to tears. Not all are obligatory to read and some will be less relevant for the functional programmers or NoSQL people out there. ...

July 21, 2014 · 6 min