Blog
Automatically keep project dependencies up to date with Renovate
May 23, 2022 • 3 min read
In this post we look at how I keep my GitHub project dependencies up to date with Renovate. Non-breaking changes get automatically merged as soon as tests pass. Pull requests for breaking changes can be merged manually.
How to use the new Next.js Image Component in your MDX Blog
November 16, 2020 • 5 min read
This is everything I did to add Image Optimization to my Next.js blog. It makes it possible to add new images with zero additional effort while still enjoying the benefits of this new Next.js feature.
Accessibility for React Developers
September 29, 2020 • 8 min read
An introduction to building accessible interactive React applications