Blog Posts
June 15, 2020
Specify dimensions for Adobe Illustrator designs and add measurements with a Creative Cloud extension
Adobe Illustrator extension to automate specifying dimension measurements of objects, and specifying the dimensions between two objects.
6 min read
6 min read
November 2, 2020
Using dotfiles and Git to manage your development environment across multiple computers
Dotfiles are a key piece of your development environment. Let's walk through how to synchronize and back up your dotfiles utilizing a git repository.
7 min read
7 min read
October 6, 2020
How to add metadata, canonical URLs, and structured data to your VuePress site
An outline of one solution that allows you to add structured data, canonical URLs, and additional metadata into your VuePress pages.
21 min read
21 min read
September 28, 2020
How to change the author information in the commit history of a git repository
In this tip I'll walk you through how to fix incorrect author information in the commit history of a git repository.
7 min read
7 min read
September 11, 2020
How to remove duplicate objects from a JavaScript array
In this quick tip, I'll provide you with a simple function that will return an array of JavaScript objects with duplicates removed.
2 min read
2 min read
August 31, 2020
How to use custom fonts in VS Code without admin font install privileges
In this quick tip I'll walk you through how to use a custom font in the Visual Studio Code editor and terminal without needing admin privileges.
7 min read
7 min read
August 20, 2020
How to install a customizable Vue tooltip component to create help text and abbreviations
Tooltips are a great way to provide additional info; this post walks you through how to install a reusable tooltip component to use in your Vue projects.
13 min read
13 min read
August 1, 2020
Building my new website with VuePress and Bulma
An overview of why I decided to ditch WordPress and rebuild my website using VuePress (a Vue-powered static site generator) and Bulma (a robust CSS framework).
18 min read
18 min read
July 7, 2020
Easily crawl a website and fetch all urls from the command line
A bash script to spider a site, follow links, and fetch urls (with built-in filtering) into a generated text file.
7 min read
7 min read