Thorsten.world blog

Learning server-side coding

2026-03-13

Server-side code runs on the server instead of inside the browser.

That means it can safely talk to APIs, store data, and hide secrets like keys.

I want to use it for things like a YouTube feed, idea submissions, and a blog.

Back to blog