christian@portfolio:~$ cat ./devlog/portfolio-backend-started

Building the portfolio backend

Spring Boot / PostgreSQL / Admin CMS

I started building the backend layer for this portfolio as a real full-stack system instead of a static-only site.

The backend is designed around project content, devlogs, protected admin workflows, and a clean API boundary between the public frontend and private editing tools.

The goal is to keep the public site fast and static while still having a real deployable backend behind the scenes.