Day 3: Self-Hosting My Own Finance App with a CI/CD Pipeline
A while ago I built my own personal finance app. Nothing fancy: a single-page frontend (React over a CDN, JSX transpiled in the browser) served by a tiny Python server with zero dependencies, persisting everything to a local JSON file. It lived on my laptop, started with a .bat file, and worked fine. Today I...