Portfolio
This is some of the stuff I've been working on. It's not a lot, but it is honest work.
VS Code Extensions
Add JS Test
An extension that allows for you to add a jest or vitest test file for a specific module with scaffolding included:

Webstorm (JetBrains) plugins:
TS Test Toolbox
A plugin that allows for you to add tests and storybook stories for a react component.

Node Modules
babel-plugin-react-component-auto-labeler
A babel plugin that automatically labels react components with their name.
vite-plugin-use-hook-mock
Vite plugin to auto-swap use- hook imports with .mock siblings when they exist.
Transval
A tool to check translation usage in a project. Given a json file with keys you can use it to search a chunk of files for usage.
Interactive tutorial
A tool to create an interactive tutorial that highlights sections of a web page.