Archives for coding

How to Do Something You’ve Never Done Before

As a technologist, I’m often asked to do something that I’ve never done before and have no specific competency in performing; tasks which I’m completely unqualified to execute. The more palatable way of saying the same thing is: As a consultant, technical lead, solutions engineer or a business analyst, I’m given challenges that require me to identify [...]

Read More…


Windows Notepad Stinks!

When making quick changes to an existing code file,  using Visual Studio is akin to hitting a nail with a sledge hammer.  These tasks are best suited for a simple text editor.  Like most operating systems, Windows includes a small text editor named Notepad for completing such tasks. The problem with Notepad is that it’s completely [...]

Read More…


Duplicate Work is a Bug

“You’ll sometimes hear people joke that good programmers are ‘lazy’, and what this means is simply that good programmers tend to see duplicated work as a bug, and try to fix it.” – James Bennett, discussing CSS frameworks

Read More…