Blog

  1. Using nuxt to serve a rss feed.

    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

  2. Image of a many-to-one relation.

    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