← Back to all tags

Posts tagged with 'tooling'

10 posts

Moving fast with agents without losing comprehension

Published · 6 min read

On test coverage, code authorship, and what reviewers actually need from you when agents are doing the writing

React design system library MCP

Published · 3 min read

Exposing Storybook documentation to AI agents via an MCP server

Migrating to Vite

Published · 4 min read

Switching to use Vite for building a React component library

Package exports and eslint-plugin-import

Published · 1 min read

Resolving package.json exports with eslint-plugin-import

Creating your own React design system analytics tool

Published · 3 min read

Using react-scanner to implement an Omlet alternative

Using the experimental React Compiler

Published · 4 min read

Trying out the React Compiler with React 19 beta

Using GitLab API to create a DORA metrics dashboard

Published · 6 min read

Measure developer team productivity using deployment frequency and lead time for changes

Exclude node_modules with Webpack

Published · 2 min read

Avoid bundling dependencies when building a library

Dynamically load remoteEntry.js files

Published · 2 min read

Control loading Webpack Module Federation remoteEntry.js files to improve peformance

Contract testing with OpenAPI & TypeScript

Published · 3 min read

Validate contracts between backend services and frontend applications