5 articles tagged #debugging on hackpile.dev.
- Complete Pipeline Recap
Run a before/after Lighthouse audit. Learn what Core Web Vitals measure and how each lesson moves LCP, CLS, and TBT.
- Four-Layer Strategy
Four-layer testing strategy for image pipelines: Vitest, Playwright, visual regression, and Lighthouse CI performance budgets.
- {@debug ...}
Master Svelte 5's {@debug ...} tag for reactive debugging, tracking state changes, and understanding data flow in complex components with precision.
- $inspect
Master Svelte 5's $inspect rune for debugging reactive state. Learn deep tracking, custom callbacks with .with(), function tracing with $inspect.trace(), and essential debugging patterns for complex applications.
- Debugging with $inspect
The reactive console.log you didn't know you needed. Learn to trace state changes and understand why your UI updated.