Home

Posts (Page 16)

Written content to help you along your web development journey, without forgetting to have some fun along the way.

Commit Code Changes Using GitHub Actions

Commit file changes created during a GitHub automated workflow run.

Jun 17, 2021

Export Bear Notes to Markdown Files

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.

Jun 16, 2021

WTF is Continuous Integration?

Continuous integration was coined as an extreme programming practice, but is used more loosely today.

Jun 15, 2021

Start with the Wins

The last thing I do. Every day.

Jun 14, 2021

Generate Dynamic JSON Pages with Next.js

Two methods for generating JSON pages with Next.js. One that updates on every request, the other on every build.

Jun 10, 2021

A Beginner's Guide to Z-Index

The z-index is a powerful yet confusing concept of CSS. Let's make it easy!

Pratham
Jun 04, 2021

A Simple CSS Build Pipeline Using PostCSS

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.

Jun 03, 2021

WTF is a Static Site Generator?

Static site generators are all the buzz today. But what are they really? And how do they fit into the Jamstack?

Jun 02, 2021

WTF is Frontmatter?

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!

Jun 01, 2021

WTF is YAML?

YAML says that YAML is a human friendly data serialization standard for all programming languages. But WTF does that mean?

May 31, 2021