Resources
Everything I share around my talks, shipped as clean downloads and links.
Auth-first GenAI on AWS
OIDC/PKCE, Cognito, safe token boundaries, streaming UX, guardrails.
Frontend Security Basics
Practical patterns for web apps: storage, CSP, XSS, authZ pitfalls.
React Architecture
Feature boundaries, state management, loading UX, scaling patterns.
Auth Reliability Runbook
3am incident flow: stabilize, triage IdP vs us vs clients, mitigate safely, recover without outage #2.
Snappycart Cypress Component Testing
Commands, stable data-cy selectors, and a repeatable one-test-per-issue workflow.
Snappycart Cypress Component Testing Kickoff
Target: CartDrawer.tsx. Write the first CT together, then scale via 1 issue -> 1 test -> PR -> merge.
Auth Under Attack
Why auth breaks at the seams: recovery flows, session continuity, MFA step-up, federation, and test shortcuts that hide real risk.