In Event-driven architecture there are unique identifiers everywhere: at entity level, at event level, at process level etc.
In this blog post, I will show you a de facto standard for how you could easily generate, persist, serialize and deserialize IDs natively through Kafka, Java and JPA.
Read more
The last week I attended to the QCon London 2020 Conference (thanks mimacom for the opportunity!).
It was a cool experience where I had the chance to learn from others' experience on software engineering.
These are the notes I made for the talks that caught my attention the most:
Read more
ArchUnit is a great tool to enforce architectural rules for your java code base by writing simple unit tests.
Read more
Back in july I participated in JSCamp, a two day event focused on javascript-based technologies. Between all the awesome frontend stuff I saw there, there was one framework who really woke up the backend guy that lives inside of me.
Read more
Last year I went to several conferences, one about JavaScript and at least two about Java. Unfortunately, the last conference was rather boring since at every Java conference they are talking about the same cool Java 8 and Java 9 stuff, for example project Jig-Saw or Lambda expressions. After listening to several “Java User Group” talks and attending one Java conference there will not be a lot of new content in another three-day conference. In my opinion this is sad and I decided this year to go to more specialised conferences.
Read more