← Back to home

Blog

Practical notes on UI, performance, and real-world front-end delivery.

Deploying Next.js to AWS with CI/CD
Deployment8 min read

Deploying Next.js to AWS with CI/CD

A practical flow using GitHub Actions, S3/CloudFront (or ECS), and safe rollouts for production-ready deployments.

Frontend Performance Checklist (Real-World)
Performance6 min read

Frontend Performance Checklist (Real-World)

A quick, practical checklist I use to ship fast UIs: images, bundle size, rendering, and caching.

Building a Scalable UI System in React
UI Systems7 min read

Building a Scalable UI System in React

How I structure components, tokens, and variants so teams can move fast without breaking design.