Skip to main content

Software-Development

My #swDevTermOfTheDay Campaign on Twitter

·2 mins
Some weeks ago I talked to some other IT guys about what kind of qualifications software developers really need. Employers and recruiters are usually looking for practical experience in certain technologies or with specific products; but these change quickly over time. Thus it could easily be that somebody got employed for his (or her) experience with e.g. Java EE from …

Event-Sourcing - Be complete with your events!

·4 mins
In my experimental side-project, Gleanius [1], a microlearning app, I am using Event-Sourcing [2] and CQRS [3, 4]. This turned out to be an extremely good decision because several times I later found out that new features needed more information in my read model. And the great thing was that in most cases the information was already available in the …

Giving my blog another try

·1 min
For quite a while I’ve not published any blog entry, even though I’ve started some, but yet never published. One reason is, that I consider myself a Coder not a Blogger. I really love to create solutions to problems, but once I figured it out, it all to often looks too simple to me to publish, at least on the …