Home

Posts (Page 18)

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

Incrementing Variables in JavaScript

JavaScript has three different types of incrementers: i++ ++i and i+=1. Let's look at how they differ from one another.

Apr 06, 2021

Components: They Take a Village

It takes a lot to build a rock-solid, performant, beautiful, well-organized, component-driven site. But there's one thing that matters more than the rest.

Apr 01, 2021

Dynamically Changing a Netlify Form Name

Netlify forms are easy to use because they are simple in scope. Add a little power with this cool trick.

Mar 31, 2021

Develop Long-Term Efficiency by Creating Conventions

It's fun to chase after the new and shiny tool you just found. But it's productive to stay establish a preferred way of working.

Mar 30, 2021

Promisifying Your Node Callback Functions

Learn how to convert old Node.js callback-based function to new and shiny promised-based functions.

Mar 25, 2021

How to Use PNPM in Netlify Build

PNPM is now natively supported by Netlify.

Mar 19, 2021

Git: Set Default Branch to "main" on "init"

Tired of remembering to rename the master branch after running git init? This option will help you!

Mar 18, 2021

Git: List All Config Options

See all the options available to you, and also learn how to filter them.

Mar 17, 2021

The Good and the Bad of Component-Driven Development

Why would you build a website with components? Because it can be great! But you should know what you're getting yourself into first.

Mar 11, 2021

The Spinneret: Issue #6

Quick tips, more video content, website updates, and a myriad of new tools I've discovered. Come see what happened in my Jamstack world in February 2021.

Mar 10, 2021