Frontend DevelopmentImprove INP: Diagnose and Fix Slow Web Interactions
A practical workflow for measuring Interaction to Next Paint, finding the main-thread work behind sluggish clicks, and making web interfaces respond faster.
Engineering notes
Frontend DevelopmentA practical workflow for measuring Interaction to Next Paint, finding the main-thread work behind sluggish clicks, and making web interfaces respond faster.
Cloud & InfrastructureDeploy to AWS from GitHub Actions using OIDC and short-lived credentials, with a narrowly scoped trust policy, least privilege, protected environments, and safe verification.
Testing & QualityAdd practical accessibility checks to Playwright with axe-core, keyboard tests, useful CI reports, dynamic-state coverage, and a maintainable production workflow.
DevOpsBuild smaller and safer Node.js Docker images with multi-stage builds, production-only dependencies, non-root execution, secret mounts, health checks, and runtime restrictions.
Frontend DevelopmentLearn when to use useFetch, useAsyncData, $fetch, and lazy fetching in Nuxt 4, with SSR-safe patterns for APIs, caching, authentication, errors, and refreshes.
Software DevelopmentBuild a scalable TypeScript monorepo with pnpm workspaces, project references, explicit package exports, filtered commands, and a reproducible CI workflow.