Blog
Writing about web development, React & Javascript01/2021 • Front-end
How I load my web fonts in Gatsby
Preloading self-hosted web fonts, for greater performance
12/2020 • React
Working with images in Gatsby
Utilizing the latest, more flexible, and straightforward API
09/2020 • Front-end
What is a Front-end Developer anyway?
Javascript has shaken things up and we refuse to acknowledge it
04/2020 • React
Separating server cache & application state with React Query
The difference between UI state, ephemeral data & how React Query helps
03/2020 • UX
When to use optimistic updates in your application
Reduce the number of spinners in your application by utilizing optimistic updates
09/2019 • Programming
Following the hype in web development
The new things, the right things, and developer entertainment
05/2019 • React
Avoiding props drilling with Context
Sensible state management with Context & Hooks
01/2018 • Vue
Error handling with async-await in Vue 2 and Vuex
Handling errors gracefully using async & await