Programming Problems in Disguise

September 12, 2009
Thumbnail image for Programming Problems in Disguise

Have you ever written a parser for a configuration file?  Or a data driven interpreter which walks through data, and dispatches appropriate actions?  I’ve written too many to count, and more than half of them were a waste of time. They were a waste of time because they were programming problems in disguise.
A classical disguised [...]

5 comments Read the full article →

Why Your Metrics Suck

September 7, 2009
Thumbnail image for Why Your Metrics Suck

They say you can’t control what you can’t measure. How else would you know if it’s getting better or worse, right? This is true, sort of, if you know what you’re doing.
You can measure the weather but you can’t control it. What you measure, and how, sets limits to how useful your measurements can [...]

14 comments Read the full article →

Inside Tips for Making Me Hire You

September 2, 2009
Thumbnail image for Inside Tips for Making Me Hire You

My post on recruitment mistakes was intended for managers trying to find software developers. This post is for those on the other side of the table: you, the developer, trying to land a job. Here’s how to make your job application stand out, and how to impress me in the subsequent interview.
This is [...]

3 comments Read the full article →

How to Start Innovating and Make Work Fun Again

August 27, 2009
Thumbnail image for How to Start Innovating and Make Work Fun Again

Is there always something on your to-do list? Is your project manager constantly barraging you with task after task after task? Is there an “innovation initiative” going on in your company, but somehow nobody seems to be doing all that innovating?
If this sounds like your company, I have good news for you. [...]

12 comments Read the full article →

How to Distribute Commercial Python Applications

August 24, 2009
Thumbnail image for How to Distribute Commercial Python Applications

Most of us in the software business are not in a position to release our source code to the public.  As much as I love free and open source software, I also understand it’s not part of all business models.  Python is enjoying commercial success, but perhaps less so in cases where end-users actually install [...]

22 comments Read the full article →

Why Write Code When You Can Remove Some?

August 20, 2009
Thumbnail image for Why Write Code When You Can Remove Some?

Some of the most satisfying commits I’ve ever done were the ones where I got to remove a lot of old cruft.
As your codebase grows older, it will accrue technical debt. It comes in many forms, but sometimes the most straightforward cure is to cut the bad parts out.
I’m not talking just about dead [...]

5 comments Read the full article →

The Single Most Effective Thing Which Improved My Programming Skills

August 17, 2009
Thumbnail image for The Single Most Effective Thing Which Improved My Programming Skills

I always thought of myself as a pretty hot-shot programmer.  I had been programming since I was a kid.  It wasn’t hard to find my first programming job.  Quickly, I recognized that I had much more programming experience than some of my older coworkers.  Comfortable with my skills, I took it easy…  I took it [...]

3 comments Read the full article →

Do You Make These Mistakes When Recruiting Software Developers?

August 13, 2009
Failed.

Picture the last time you were hiring.  Did you have trouble finding the best programmers and technical talent?
Well, chances are you’re doing it wrong.
Here’s my top list of big mistakes I’ve seen or done myself, and some helpful pointers on how to avoid them.
Do you post boring job ads?
The world is full of ordinary and [...]

16 comments Read the full article →

6 Tips for Small Software Vendors to Understand Enterprise Customers

August 10, 2009
Thumbnail image for 6 Tips for Small Software Vendors to Understand Enterprise Customers

Building software for enterprise customers is a very different experience from building software for home users, for example. If you’re working for a small software company, it can be sometimes difficult to understand how big corporations work.

2 comments Read the full article →

Night Time is the Right Time

August 6, 2009
Thumbnail image for Night Time is the Right Time

There’s clearly a pattern here. Good code happens at night. Night time is the right time… for coding. Sometimes, for me, at least.

3 comments Read the full article →