Welcome
This guide walks you through the first day setup, the tools you'll use, and the people who can unblock you when things break.
Day one checklist
- Get your laptop, accounts, and 2FA set up via IT.
- Clone the monorepo and run
npm installfrom the root. - Read the Architecture overview (internal engineering reference).
- Skim the Database backups guide — it's a good intro to how the platform thinks about data safety.
- Pair with someone on a small change that touches a portal you'll work in.
Tools
- GCP — most infra lives here.
- GitHub — source of truth for code; CI/CD runs via Actions.
- Slack —
#engineeringfor announcements,#oncallfor alerts.
Who to ask
- Backend — the platform team owns the API.
- Frontend — each portal has a code owner listed in
CODEOWNERS. - Data —
#data-platformfor AlloyDB, Redis, and search-index questions.
Next steps
Once you've shipped your first PR, ping your buddy to walk you through the deployment runbook (internal engineering reference).
