All projects
Platform & Lab
FdxLab Platform
Portable Go platform covering auth, analytics, SDKs, CMS, deployment, and architecture decisions.
GolangPostgreSQLDocker
Overview
The platform this portfolio itself runs on: a portable, low-cost multi-service architecture (auth, analytics, CMS, and a shared client SDK backed by PostgreSQL) designed with explicit service boundaries, small operational burden, and long-term single-engineer ownership. This site (portfolio-frontend) is one of its service nodes, statically exported and deployed to Cloudflare Pages.
Architecture
Mobile client
REST API integration
Backend services
Database
A shared SDK client is the single integration point for the Auth and Analytics services; Postgres is the shared datastore; Portfolio and CMS are separate deployable nodes rather than one monolith with hidden internal coupling.