-
Software Development
Divided We Win: an event sourcing / CQRS prospective on write and read models separation
Quite a while ago we have started to explore command query responsibility segregation (CQRS) architecture as an alternative way to…
Read More » -
Core Java
Discovering a Trove of Java Primitives Collection Handling
While reading the blog post 5 Tips for Reducing Your Java Garbage Collection Overhead, I was reminded of the existence…
Read More » -
Core Java
Decorator Design Pattern using lambdas
With the advent of lambdas in Java we now have a new tool to better design our code. Of course…
Read More » -
Software Development
Top 10 Big Data Trends in 2016 for Financial Services
2015 was a groundbreaking year for banking and financial markets firms, as they continue to learn how big data can…
Read More » -
Core Java
Profile of successful Java developer in 2016
2015 is almost over. It’s time to summarise what was done and what wasn’t during the past year. Furthermore it’s…
Read More » -
Core Java
Java in 2015 – Major happenings
2015 was the year where Java the language, platform, ecosystem and community continue to dominate the software landscape, with only…
Read More » -
Software Development
General Performance Tips
Performance is a mystical thing our systems must have. But as with most things in software engineering, there is no…
Read More » -
Software Development
Do Not Create DSL for the Customer
Domain Specific Language (DSL) solutions are many times created with the intent to give a tool to the hands of…
Read More »