Skip to content
Writing

Notes from the work.

Short pieces on backend performance, team leadership, security, and the unglamorous middle of shipping software.

  • How to Build a Scalable Angular Project Structure (Best Practices)
    May 22, 202612 min read

    How to Build a Scalable Angular Project Structure (Best Practices)

    How I structure Angular projects for scale — feature-first folders, standalone components, lazy loading, and service layers that actually stay clean.

    AngularArchitectureFrontend
    Read
  • Angular vs React in 2026: Which One Should You Choose?
    May 7, 20269 min read

    Angular vs React in 2026: Which One Should You Choose?

    Angular vs React in 2026 — a senior engineer's breakdown of signals, server components, performance, and the project shapes where each one wins.

    AngularReactFrontend
    Read
  • How I cut API response times by 40%
    February 12, 20266 min read

    How I cut API response times by 40%

    How I cut API response times by 40% — MySQL indexing, N+1 fixes, connection pooling, and PHP service-layer cleanup on a live telehealth API.

    MySQLPerformancePHP
    Read
  • Leading a team without losing your hands
    January 20, 20266 min read

    Leading a team without losing your hands

    Two years leading an engineering team of five — balancing code reviews, 1:1s, delegation, and staying hands-on without becoming a meeting-only manager.

    LeadershipTeamCareer
    Read
  • HIPAA for engineers who never asked for it
    December 8, 20258 min read

    HIPAA for engineers who never asked for it

    HIPAA for engineers who didn't ask for it — PHI classification, encryption, audit logs, and breach notification focused on what actually affects your code.

    HIPAASecurityHealthcare
    Read