It was about 10 years ago. I was a junior developer, I hated my job and was looking to make the move. I understood the basics of the Java language and could write code in Java, but apart from the basic JDK, I had no clue on the Java eco-system. When I looked at a… Read More


There’s a point in most software development projects when the application needs to start communicating with other applications or 3rd party components. Whether it’s sending an email notification, calling an external api, writing to a file or migrating data from one place to another, you either roll out your own solution or leverage an existing framework. As for existing… Read More