Develop with faster with smarter tools

I develop software for a living. This involves quite a lot of talking, coaching, attending meetings, drinking coffee, etc. but the actual work is done during programming – when the…

Clean code

Recently I read the book Clean Code by Robert C. Martin. I was very pleasently surprised by the book. The book was well written, for me it was a page-turner. The…

Trying to do good for the wrong reasons

Many programmers with at least some education computer science code by a few principles: Encapsulate database access, using Data Access Objects so we’re not tied to one or another database…