I’m Amin, a senior software developer based in London. I am currently working as a backend developer at Fiserv, a global leader in payments, where I primarily use Java to build highly scalable fintech applications.
I recently wrote a small fun project where I wanted to explore transaction dataset I found on kaggle. I`ll take you through what I did to implement a system to monitor transactions for fraud. All the source code and the example dataset can be found here...
Kafka is a distributed event log and messages come and get processed in the order they get added. A poison pill is a message that our application is unable to process. This can lead to our consumer failing and if more messages are getting...
Most software relies on other services and systems to function. This introduces the inevitable possibility that failures might occur within your system that are not your fault. For such scenarios you would want to attempt whatever is failing...
Testing is often seen as a tedious and time-consuming task by many developers. However, in this article, I aim to change that perspective. I firmly believe that tests are a fundamental part of the development process, and not only do they bring...