Skip to content

My blog

Articles sharing my thoughts, opinions, and tutorials on web development.

Filter by topic
Preview image for post Create Polymorphic React Components With TypeScript

Create Polymorphic React Components With TypeScript

Build your own strongly typed polymorphic components with ref forwarding.

Preview image for post The Pitfalls of React Short-Circuit Evaluation

The Pitfalls of React Short-Circuit Evaluation

Beware the rogue zero!

Preview image for post Add Syntax Highlighting to a Gatsby/MDX Blog

Add Syntax Highlighting to a Gatsby/MDX Blog

Prettify your blog with highlighted code excerpts.

Preview image for post Add Aliased File Imports to Your Gatsby Project

Add Aliased File Imports to Your Gatsby Project

Simplify your Gatsby development by converting your relative imports to absolute, aliased imports.