Posts tagged with 'tooling'
12 posts
April Reading List
A collection of things I read in April that stuck with me, covering AI agents, tooling and other interesting blog posts.
Hardening npm dependency security
Approaches to reduce the risk of supply chain attacks in npm dependencies.
Moving fast with agents without losing comprehension
On test coverage, code authorship, and what reviewers need from you when agents are doing the writing
React design system library MCP
Exposing Storybook documentation to AI agents via an MCP server
Creating your own React design system analytics tool
Using react-scanner to implement an Omlet alternative
Using the experimental React Compiler
Trying out the React Compiler with React 19 beta
Using GitLab API to create a DORA metrics dashboard
Measure developer team productivity using deployment frequency and lead time for changes
Exclude node_modules with Webpack
Avoid bundling dependencies when building a library
Dynamically load remoteEntry.js files
Control loading Webpack Module Federation remoteEntry.js files to improve peformance
Contract testing with OpenAPI & TypeScript
Validate contracts between backend services and frontend applications