Skip to content

welcome to my corner of the web →

Thoughts, Tools
& Things I
Build

Building full-stack platforms, AI systems, and security infrastructure — and writing about the craft behind it.

Latest see what's new

View all →

Tutorials learn by doing

View all →
terminal $ curl -X POST /api/v2 { "status": 200 } $ _ GET /users POST /auth PUT /data/:id DELETE /sess { }
Intermediate 50 minutes

How to Set Up CI/CD and Automated Tests for a React SPA Monorepo

Step-by-step React SPA monorepo CI/CD tutorial: configure 7 validation gates, Playwright E2E tests, selective deploys, staging gates, and production releases with GitHub Actions and GitLab CI.

cicd