Senior Frontend Engineer

Haikal Azim

I build fast, accessible, production-grade web experiences.

Featured work

View all projects

MoosanClub

Production e-commerce platform with SSR, authentication, Stripe payments, and a hand-rolled SWR cache.

  • Next.js
  • Stripe
  • SSR

HoopRipple

Affiliate member portal built with TanStack Query, custom auth, and idempotent request handling.

  • TanStack Query
  • Auth

Affiliscale Admin

Multi-tenant admin dashboard built in a monorepo with an AI-assisted development workflow.

  • Monorepo
  • Admin

Latest posts

View all posts

Jun 1, 2026 · 8 min read

Building My Portfolio as a Technical Demo

Why this site demonstrates senior frontend engineering instead of just describing it — and the architecture decisions behind it.

  • Architecture
  • Meta

May 15, 2026 · 10 min read

Why I Built My Own SWR Before Using TanStack Query

Lessons from MoosanClub: a hand-rolled cache with useRef guards and TTLs, and what it taught me before adopting TanStack Query.

  • React
  • Caching

Apr 22, 2026 · 6 min read

Performance Budgets That Actually Stick

How a Lighthouse CI gate and a 150KB bundle budget changed the way I review pull requests.

  • Performance
  • DX