Blog
Microservices without reason
Too many companies default to microservices, and with it comes increasing development and operational costs, a decrease in software quality, and a decrease in team motivation.
Oct 7, 2023
RSS with Nuxt 3 and Nuxt Content
In this guide I'll show you how to implement a dynamic rss feed with Nuxt 3 and Nuxt Content for your website.
Jan 3, 2023
Use jpa relations mindfully
JPA is a great tool to map your entities to tables but its modeling paradigm through annotations leads to a complex spaghetti-mess. A simpler and way better modeling approach for relations is to just use plain ids instead of referencing another entity.
Dec 23, 2022