Tutorial

How to trust self-signed certificates on macOS

A quick walkthrough on getting macOS to trust certificates that you or someone else you trust has created

Read
Tutorial

Cache busting vs cache invalidation

What are the technical differences and pros and cons when comparing cache busting and cache invalidation from a CDN?

Read
Career

What do dev, staging, and prod mean?

When you write code, it has to make it out to your customer somehow, often with a few stages in between your editor and the customer's computer. In this post we'll walk through common ones and why they exist.

Read
Tutorials

What is Webpack Externals?

Webpack externals is a way of loading in dependencies that are not installed in the node_modules folder. There are a few key points to grasp about this concept to use it properly.

Read
Tutorials

Setting up Create React App, VS Code, ESLint, and Prettier

A brief guide to configuring VS Code to automatically format code in your CRA app using ESLint and Prettier

Read