PinnedtheoneaminUseful Java StreamsIn this article, we’ll take a look at some useful ways you can use Java Streams to work with different data.May 7, 20224May 7, 20224
PinnedtheoneaminVuex crash courseVUEX is a state management library for Vue js. Its purpose is to provide centralized access to data across multiple components. You’ll…May 13, 2022May 13, 2022
PinnedtheoneamininTowards DevNo more mongo repositoriesWhen working with MongoDB, to interact with a collection, a lot of the time you’ll be creating interfaces that extend the mongo repository…May 11, 2022May 11, 2022
theoneaminDetecting Fraud Transactions with Kafka StreamsI 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…Oct 12Oct 12
theoneaminAdvice for junior developersThese are pieces of advice that anyone could benefit from regardless of their level of experience. This is not to bash junior developers…Apr 12Apr 12
theoneaminKafka: Handling poison pillsKafka 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…Feb 23Feb 23
theoneamininTowards DevResilience with Spring RetryMost software relies on other services and systems to function. This introduces the inevitable possibility that failures might occur within…Sep 26, 2023Sep 26, 2023
theoneaminHow to pass Professional Scrum Master™ IThe Professional Scrum Master™ I (PSM™ I) exam is a globally recognized certification offered by Scrum.org. Passing the exam demonstrates…Apr 9, 2023Apr 9, 2023
theoneaminJava: Useful ways to work with dataThis is a continuation of the previous article. Since there is an additional dependency, this article could not be classified as using java…Jan 16, 20231Jan 16, 20231