About
Archive
Snippets
Topics
Home
/
Projects
/
Building an Internal Workflow Tool with Next.js + Postgres on GCP
Building an Internal Workflow Tool with Next.js + Postgres on GCP
2026-05-08
Part 1
Picking the Stack for an Internal Workflow Tool
2026-05-12
Part 2
Setting Up the AI-Assisted Workflow Before Writing Code
2026-05-30
Part 3
Building the UI First, Against a Mock Data Layer
2026-06-11
Part 4
Implementing a Multi-Step Workflow UI on Next.js 16
2026-06-13
Part 5
Shipping to Cloud Run: Slack SSO, an IP Allowlist, and Keyless CI/CD
2026-06-22
Part 6
Building Against a Moving Spec: Deferring Integrations and Knowing When to Commit to the DB
2026-06-23
Part 7
Standing Up the Database, Part 1: From In-Memory Mock to Local Postgres
2026-06-25
Part 8
Standing Up the Database, Part 2: Cloud SQL on a Private Network, Step by Step