How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Where should values that will rarely change be stored in a full stack application

calendar_today July 1, 2026 person Tapialj domain spring-boot

A simple example would be something like Entertainment Software Rating Board (ESRB) ratings, they change on occasion but not often. If I wanted to keep a list of these ratings for a full stack app, where best to store them? I’ve usually just created a table in my db and pull them through into spring, where needed, and into the front end as needed.

open_in_new Read original post