Development

15
Nov
Replacing Agile with the Studio Model?

Replacing Agile with the Studio Model?

The Agile Manifesto was written over 20 years ago and according to some it's age is starting to show. After all, 20 years in IT should be a good approximation of eternity given the rate of change in the industry...
4 min read
04
May

How to stay DRY doing Microservices

This post is also avaialble on GitHub together with all the source files! When using Jenkinsfile and Dockerfile with Microservices
7 min read
26
Apr

Exception handling using enumerations in Java (II)

In the first part of this blog post I discussed how Java Enumerations can be conveniently used as 1. Fault
3 min read
24
Apr

Exception handling using enumerations in Java (I)

When I first read about Swift I quite liked its error handling. In Java checked exceptions have gotten quite a
2 min read
17
Mar

Toyota and Waterfall methdology for developing software

As you may know Agile software development is inspired by the principles of Lean Manufacturing which in turn is derived
24
Feb

Universal Assembly Cache - Dependency Management for Mono and Microsoft.NET

In the Java world there are several ways of handling dependencies between project components in a shared development environment. Maven
2 min read
01
Oct

Self programming language

A while ago I reflected on Object Oriented Programming and the fact that it really is more about classes than
10
Apr

Crystal Clear - by Alistair Cockburn

Crystal Clear is the smallest of a series of methodologies for software development, all created by Alistair Cockburn. It is
6 min read
24
Mar

Beyond Software Architecture - Creating and Sustaining Winning Solutions - by Luke Hohmann

In Beyond Software Architecture, Luke Hohmann addresses all things paramount to software product development that are usually not covered in
4 min read