Software Development
-
Looking for your aaS? (IaaS vs. PaaS vs. SaaS vs. BaaS)
Our API is getting a lot of traction these days. We enable our customers to perform lookups against our masterfile…
Read More » -
The Single Responsibility Principle
Introduction In this post I would like to cover the Single Responsibility Principle (SRP). I think that this is the…
Read More » -
Some Of My Mostly Used Development Mantras (1/2)
Statement: I assume it works this way! Mantra: assumption is the mother of all fuckups Let’s start with this short…
Read More » -
Something to Consider as Java Tops the Programming Charts
The following is a contributed article from Dennis Chu of Coverity: Something to Consider as Java Tops the Programming Charts…
Read More » -
Acceptance Test Driven Development
In this short series about acceptance testing I previously wrote about collaboration between testers and developers and how acceptance tests…
Read More » -
Code faster with Intellij IDEA live templates
Intellij IDEA – in my opinion the most productive IDE for Java – comes with bunch of features helping getting…
Read More » -
Praying in the Church of Silicon Valley
I got invited to participate in a pre-demo-day review of an Accelerator class. It seems that these days in the…
Read More » -
MongoDB and the fine art of data modelling
Introduction This is the third part of our MongoDB time series tutorial, and this post will emphasize the importance of…
Read More » -
Detecting and Fixing XSS using OWASP tools
Much have been written about XSS vulnerabilities scanning. In this article we will try to go a little further and…
Read More »