Written content to help you along your web development journey, without forgetting to have some fun along the way.
Commit file changes created during a GitHub automated workflow run.
Bear is one of the best editors out there, but lacks workflows for your content. Here's how to programmatically write Bear notes to local markdown files.
Continuous integration was coined as an extreme programming practice, but is used more loosely today.
Two methods for generating JSON pages with Next.js. One that updates on every request, the other on every build.
The z-index is a powerful yet confusing concept of CSS. Let's make it easy!
PostCSS is a super powerful tool that can help you craft your own CSS build pipeline. But it can be a lot to take in all at once. Here are a few quick steps to getting started with PostCSS.
Static site generators are all the buzz today. But what are they really? And how do they fit into the Jamstack?
Frontmatter is a really powerful pattern in software development these days. What exactly is it and why is it so great? Let's explore that together!
YAML says that YAML is a human friendly data serialization standard for all programming languages. But WTF does that mean?