I'm a longtime Goodreads user, but have always wanted to try something better when it comes to...
2021 was a much more quiet year on my blog than compared to 2020. Continuing the tradition of my 2020...
After publishing a post to my site, I usually cross-post it to DEV.to. Originally I would use their...
I use the Ulysses text editor to write all my posts. Converting them into Markdown files for my blog...
Inline editing allows users to edit content without navigating to a separate edit screen. In this...
One of the ways you can make your Gatsby posts stand out to readers is to add a social card image. In...
A table of contents lets your readers see a high-level summary of your page. In this tutorial, weβll...
Does your Gatsby blog have a commenting system set up? If not, you could be missing out! Comments...
Sometimes with Jest, you only need to test part of an object exists, or test on a subset of an array....
If you're using the fs module to do things like write to files, or modify file names, you might have...
Each year, Monarch butterflies make a 3000-mile migration across North America. But climate change is...
In this post weβll be covering how you can use the fs module in Node.js to write to and modify files...
Node.js scripts can be a real time-saver when you want to automate common tasks. In this post, you'll...
In 2020 I read a total of 79 books - 78 in English, and one in Japanese. With a burst of last-minute...
2020 was probably a really strange year for a lot of us. For me, I can definitely see the silver...
The Checklist Manifesto may look like yet another self-help or productivity book. But I found it to...
Recently I converted my Gatsby blog from Markdown to MDX, and I wanted to convert all my .md files...
If you want to render an .svg file in in Preact, I found inline SVGs to be the easiest way to get...
A search bar is a great way to make content on your Gatsby site discoverable. In this tutorial, I'll...
A search bar is a great way to make content on your website discoverable. In this tutorial, weβll be...
Originally published in the late 1990s, The Power of Now was written after its author, Eckhart Tolle,...
Nadia Eghbalβs recent book Working in Public: The Making and Maintenance of Open Source Software,...
Writing unit tests will keep your Gatsby blog bug-free, and leads to more maintainable code. This...
When you share your Gatsby blog to the world, youβll want to make sure you give a good first...
When you need to fetch large amounts of data from your GraphQL server with Apollo, you may need to...
Code blocks are a great way to explain concepts to your readers, and you'll want to make them as easy...
Currently my personal blog site doesnβt support comments. Since I cross-post all of my posts to DEV,...
I recently open-sourced my blog built using Gatsby! This post will walk you through why I chose...
TypeScript 4.0 comes with a variety of new features, and best of all, no major breaking changes!...
The two most popular CSS-in-JS libraries, styled-components and Emotion, donβt support Preact out of...