Writing
Practical notes from frontend architecture work.
A home for published teaching, architecture notes, performance writeups, and AI workflow experiments.
- Published
AI
AI Workflows I Actually Use as a Senior Engineer
Experiments with agents, code review, migration support, and the places where human judgment still matters — including lessons from winning Procore's Top AI Agent hackathon.
·8 min read
AIEngineering practiceAgents - Published
Compliance
Preparing Frontend Ecosystems for Compliance: A FedRAMP Playbook
A frontend engineer's view of vulnerability hygiene, CI/CD expectations, and compliance-grade delivery — lessons from resolving 35% of team FedRAMP vulnerabilities.
·10 min read
FedRAMPCI/CDCompliance - Published
Performance
Anatomy of a 91% Speedup: Implementing Data Row Patching in Enterprise Web Apps
A practical breakdown of how targeted row updates beat full-list refreshes in dense enterprise tools — the exact architecture behind the 80s to 7s speedup.
·9 min read
PerformanceReactRow Patching - Published
Architecture
Architecting Micro-Frontends at Scale: Module Federation in Angular vs. React
Field notes on ownership boundaries, deployment discipline, shared dependencies, and the social architecture behind MFEs — comparing Angular and React approaches.
·11 min read
Micro-frontendsModule FederationArchitecture - Published
Architecture
Designing RBAC and Concurrent Session Controls for Enterprise SaaS
Architectural patterns for role-based access control, permission caching, and concurrent session management in multi-tenant fintech platforms.
·12 min read
RBACSecurityEnterprise SaaS - Published
Course
Building Full-Stack Web Applications With Node.js and React
A practical full-stack course covering Node.js and React — published on Educative and used by thousands of developers to ship their first real-world applications.
·Course
EducativeNode.jsReactFull-Stack