Software Development
-
You’re not going to do Microservices
Seems like every 5 to 10 years our industry, especially in the Enterprise Integration, or enterprise application space, we get…
Read More » -
How to define performance requirements?
“The app is slow, can you make sure it is fast.” The quote above should send shivers down the spine for any…
Read More » -
If you got bugs, you’ll get pwned
The SEI recently published some fascinating research which shows a clear relationship between software quality and software security. The consensus…
Read More » -
Challenging Myself With Coplien’s Why Most Unit Testing is Waste
James O. Coplien has written in 2014 the thought-provoking essay Why Most Unit Testing is Waste and further elaborates the topic…
Read More » -
Tips for Importing Data
I’m currently importing a large amount of spatial data into a PostgreSQL/PostGIS database and realized others could learn from my…
Read More » -
Development Horror Story – Release Nightmare
Everyone has good stories about releases that went wrong, right? I’m no exception and I have a few good ones…
Read More » -
Mixing memory unit messages
One of my pet hates is developers messing up units of memory. In general, the difference doesn’t matter much, or…
Read More » -
Open Source Doesn’t Need More Support. It Needs Better Business Models
Jamie Allen, Typesafe‘s Director of Global Services published an interesting point of view on Twitter: Pivotal’s move to end support…
Read More » -
About Mixed-Paradigm Languages Such As Java and Python
Intro There are two really popular programming paradigms (yay, alliteration!) out there: functional programming and object-oriented programming. There is another…
Read More »