Written content to help you along your web development journey, without forgetting to have some fun along the way.
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?
webpack has a reputation for being super complex and difficult to implement. But as its most basic, it can do a lot with little development effort. Let's walk through a simple example together.
The Jamstack was a revolution. Which led to an evolution. Now it's time to look at what changed and decide what Jamstack means today.
These are the first steps I take when I start a new JavaScript project.