Side A: Mixtape
Notes on architecture, TypeScript patterns, and integration design.
Track 03
Concept
Client Side vs Server Side Fetching
2025-02-23
Where should data queries be processed? The trade-off between cost, performance, and security when deciding between server-side and client-side data fetching.
Track 02
Concept
Conceptual Truncation
2025-02-23
Much like "the customer is always right" was never about tolerating bad behavior, the DRY principle was never about eliminating code duplication; it's about eliminating duplication of knowledge. How conceptual truncation distorts software principles.
Track 01
PayloadArchitecture
Payload CMS: 2FA Implementation
2025-02-23
An approach to implementing two-factor authentication in Payload CMS without replacing the default auth system: layering OTP verification on top of Payload's existing login flow.