Written content to help you along your web development journey, without forgetting to have some fun along the way.
To minimize friction in publishing new blog content, I went through an experiment that used Notion as a publishing engine. After three months, I’m posting at a rate faster than ever before.
Building an XML sitemap in Next.js is a bit of an odd process. Here’s how I’ve done it by leveraging getStaticPaths methods from page components.
This is the (custom) workflow I use to automatically tweet after publishing new content to my blog.
Delete all local git branches except main, master, or your current branch.
Checkout the previous git branch without needing to remember or type the name.
Navigate to the directory you visited previously without the need of remembering or typing the name.
Although jQuery has long since faded out of style, it is style widely used. For those that encounter it for the first time, here’s a quick breakdown of the syntax to better understand how it works.
React and Vue are two of the most popular component frameworks used in modern website development. Let's break down the differences between these two everyday tools.