Building a Chrome DevTools Extension for Your Own Debugging Workflow
Learn how to build custom Chrome DevTools panels to inspect application state, monitor API payloads, and accelerate your team's debugging workflow.
6 articles tagged with Tooling
Learn how to build custom Chrome DevTools panels to inspect application state, monitor API payloads, and accelerate your team's debugging workflow.
Automate code quality and enforce architecture boundaries by writing custom ESLint rules using TypeScript AST parsing.
Learn how Static Site Generators (SSGs) convert Markdown files with Frontmatter into optimized HTML pages by building a custom engine in TypeScript.
Web tooling is undergoing a massive rewrite in Rust. Meet Oxc (The Oxidation Compiler), a unified toolchain designed to replace ESLint, Prettier, and TSC parsers.
Why has Rust become the engine under the hood for almost all modern web development tools in 2026? A look at performance, safety, and why JS-based tools are disappearing.
From SWC to Turbopack, Rust has become the engine behind the fastest JS tools. Discover why performance-oriented systems languages are rewriting our workflows.