Recent Articles

I like to write about anything thta I am currently working or something new that interests me. If you would like me to write about something or be a guest blogger on your blog please reach out to me on Twitter. If you would like to subscribe to an RSS feed you can find it here.

How to run multiple npm scripts in parallel

4/19/2019 • ☕️ 5 min read

In this article I will talk about a problem I ran into recently and a couple of the solutions I found.

Tips for Vue Developers: Avoid directly manipulating the DOM

4/18/2019 • ☕️ 4 min read

In this article I will look at an example of where manipulating the DOM in our components might not be the best approach.

Personal Blogs: Don't Call it a comeback!

4/11/2019 • ☕️ 8 min read

I'm not sure if you have noticed or not but the personal blog is making a comeback

Adding Twitter Cards to Gridsome

4/9/2019 • ☕️ 5 min read

In this tutorial I will show you how to add Twitter Cards to your Gridsome Blog.

How to find the max id in an array of objects in JavaScript

3/14/2019 • ☕️ 5 min read

A quick tutorial on the thought process on how you would go about finding the max id in an array of objects in JavaScript