-
DevOps
Reducing Your Docker Image Size
When architecting Docker applications, keeping your images as lightweight as possible has a lot of practical benefits. It makes things…
Read More » -
Enterprise Java
Integrating with Rabbit MQ using Spring Integration Java DSL
I recently attended the Spring One conference 2016 in Las Vegas and had the good fortune to see from near and…
Read More » -
Enterprise Java
Achieving Order Guarnetee in Kafka with Partitioning
One of the most important features of Kafka is to do load balancing of messages and guarantee ordering in a…
Read More » -
Agile
You’re Doing It Wrong: Retrospectives
If you’re already doing agile wrong, retrospectives are one of the first things you let go of. A shame really,…
Read More » -
DevOps
StatsD vs collectd vs fluentd and Other Daemons You Should Know
What are some of the most popular daemons and what can they do? Monitoring is key element in every system,…
Read More » -
Enterprise Java
Making Web UI testing great again with Arquillian, Docker and Selenium (part 1)
Introduction to the Problem Most of the time when you need to write functional tests/end-to-end tests for web UI, you…
Read More » -
Career
Agents for Software Developers, Revisited
A few recent Reddit and Hacker News posts alluded to the idea of agents in the world of software. If…
Read More » -
DevOps
Assigning a subdomain to a Beanstalk application with AWS Route 53
In a previous post I wrote about how to run a Spring Boot application on AWS by using Elastic Beanstalk.…
Read More » -
Enterprise Java
Maven demystified
Due to my Android development background, I am more used to Gradle than to Maven. Although I knew that Gradle…
Read More »