Day to day you'll find me working on Chrome DevTools as a frontend engineer.
This site is also where you'll also find my blog posts where I write and record content on JavaScript, React, software development and more.
Why I don't miss React: a story about using the platform
After working with React for over five years, I was nervous about moving on and not having its power and features available to me. It's ended up being a pleasant experience.
Why you should check-in your node dependencies
For the last two years I have worked on a codebase where we check our `node_modules` into version control. I think it's great, and this article I will explain why.
Working in small chunks
This post looks at how I like to break down bigger projects into smaller chunks, and the advantages that brings.
Comparing Svelte and React
Today I'm comparing the same app built once in React, and once in Svelte, to look at the pros and cons of each library and how I think about them.
VSCode Productivity: Navigating files with Breadcrumbs
Navigate between files in the same directory much more efficiently by using VSCode's built in breadcrumbs.