My portfolio — the systems I build, the problems behind them and what I learnt along the way.
A small static site covering my work at GovTech Singapore, full-stack projects, open-source tools and competitions. The project pages focus on both the interface people use and the engineering that keeps it reliable.
Built with Astro, Tailwind and TypeScript. The résumé is written in Typst and the site is hosted on Cloudflare.
bun install
bun run devbun run check # check the site
bun run build # production build
bun run resume # regenerate the résumé PDFThe résumé source lives at resume/resume.typ. Its generated
PDF is committed because the deployment build does not have Typst installed.