Brett Hutley's Blog

Home on the Digital Range

Posts Tagged 'coding'

Developers as Capital

I’ve just been reading this Forbes article called “The Rise of Developeronomics”. The author argues that because increasingly software is the core value proposition that differentiates companies from each other, that software developers are more and more becoming the wealth creators in society. The author recommends investing in software developers as a way of leveraging [...]

6 December 2011 at 15:43 - Comments

Kanban

I was browsing a list of tools and services for a lean startup a couple of days ago, when I noticed that many of tools implement a Kanban methodology. I had never heard of Kanban, so I took a quite trip over to Wikipedia.

9 November 2011 at 14:08 - Comments
Kanban rocks! Headline points 1. and 2. are sufficient reasons to use it. I like Confluence Greenhopper, which integrates with Jira, ...
9 November 11 at 16:53
Huh, I'll have to give that a try!
10 November 11 at 15:00

Written by Robot

I’ve just read two blog posts on creating written content programatically. The first was the article How I automated my writing career by Robbie Allen. This article gives a brief description of how the author’s company generates web-site content automatically using the quantitative analysis of data.

4 November 2011 at 14:58 - Comments

Not a programmer!

I read the post “Don’t Call Yourself A Programmer, And Other Career Advice” on the weekend. It is mostly aimed at permanent employees at companies, although I thought there were some useful takeaways for contractors as well. Below is my summary of the points that resonated with me:

31 October 2011 at 14:42 - Comments

Emacs and Ruby on Rails

There is an Emacs mode for working with Ruby on Rails (of course). The main project page can be found here. In order to get everything set up, I had to do the following:

17 November 2009 at 18:17 - Comments
The repositories with dot-emacs and emacs quick start stuff on github might also be useful to you (or you might ...
6 January 10 at 23:29

Testing when developing software

Alecco Locco has summarized the SQLite presentation entitled A Lesson In Low-Defect Software at this URL: SQLite: A Lesson In Low-Defect Software. Now, I’m a big fan of SQLite, and this summary has pointed out a few things that I need to improve in my own development process – namely, more comments (apparently SQLite has [...]

26 August 2009 at 11:25 - Comments