Recent Posts
How to do a tech talk without utterly boring the audience
Over the last year or two I attended numerous sprint demos, product demos and technical talks hosted by technical teams and individuals. Although I can definitely improve as a speaker myself, standing at the side-line and observing other speakers have made me pretty opinionated. I also get bored ...
Getting your teams to communicate effectively
Lets be honest here. For a very long time, if I had to choose between an averagely skilled but well-spoken developer and a very skilled and experienced introvert, I would probably choose the first. And yes, I do realize that these are two extremes and that most people have characteristics of both...
Bringing the power of PowerShell to your build scripts
If you look back at the last couple of years, you’ll notice an increasing attention for best practices that should make us more professional software developers. We design our classes using Test Driven Development, we review our code in pairs, and we apply all kinds of architectural principles su...
A scalable software development organization? This is how you do it!
Hey architect! Building a complex system with four talented developers is one thing. Building one with 40 developers is a whole different league. The quote above is closer to the truth than you might expect. Many large organizations develop software systems with hundreds of software developers. ...
What kind of software architect are you? Strategist or tactician?
If there’s one term next to agile that’s so overloaded nobody knows what to expect, then it must be architect. Yes, you can specialize it by prefixing it with software, as in software architect. And with that, you would be able to determine that he or she is probably designing some kind software ...
A beacon of light in the shadow of failing builds
As long as I can remember, I've been using an automatic build system to regularly verify the quality of the code based I've been working on. First using Team Foundation Server, but since a year or so, Jetbrains' Team City. In my current project we use continuous integration builds for running the...