-
Android Core
Banana Classifier with OpenCV on Android
Make Banana Recognition Great Again This post is about going from an idea to its implementation. The idea was to…
Read More » -
Software Development
Interview to Erik Dietrich on Static Analysis and a data driven approach to refactoring
Erik Dietrich is a well known Software Architect with a long experience in consulting. His blog (DaedTech) is a source…
Read More » -
DevOps
Agile introduction to DevOps – Ship ahoy!
So we now have tested software, yippee! Which means nothing if we don’t get it to actual customers, so let’s…
Read More » -
Software Development
Connecting the ESP8266 chip to your network
I’m working on a project to automate our chicken coop (see my article Getting over myself and doing things the…
Read More » -
Enterprise Java
Spring Kafka Producer/Consumer sample
My objective here is to show how Spring Kafka provides an abstraction to raw Kafka Producer and Consumer API’s that is…
Read More » -
Software Development
Open Source – it’s not about free as in beer or speech
I’ve been thinking a bit about open source software, and why I’m so attracted to it. Often when people talk…
Read More » -
Software Development
CQRS increases consistency
I hear this argument a lot. As the author of a framework that strongly encourages CQRS, I obviously am biased…
Read More » -
DevOps
Understanding AWS Billing and EC2 reservations
One of the most confusing things I approached when working with AWS was the Billing. There are tools which should…
Read More » -
Enterprise Java
Create JNDI resources for JUnit testing using Spring
Until recently, I had static methods setting up my in memory database (HSQLDB). I called these methods in setUp/tearDown of…
Read More »