Home

Posts (Page 19)

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

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

WTF is a Monorepo?

Have you heard this term thrown around but not really sure what it means. Well, let's take a quick introductory look at it.

Mar 09, 2021

WTF is PNPM?

Is PNPM just NPM with another P? Yes. But also, no.

Mar 09, 2021

VS Code Spell Checker Not Working

Did your squigglies disappear?? Here's the most likely culprit.

Mar 02, 2021

Use a Code Spell Checker

Spell-checking isn't just for documentation.

Mar 01, 2021

Testing storage with Selenium (Node)

How to test for key-value pairs in sessionStorage and localStorage using Selenium Node.

Feb 18, 2021

Get user's Previous Path with NextJS Router

How to find the previous page a user visited before landing on the current page.

Feb 17, 2021