Blog Posts

Setting Up Coolify with a Subdomain Wildcard

2025-05-18
Coolify is a self hosted, open source platform that runs on your server and helps speed up deployment. Think of it like a selfhosted version of heroku, for you…

ESLint + Standard Guide

2021-11-24
I am using yarn as my preferred package manager. I have a personal preference to use standard as my code style and so I wanted to integrate standard with my es…

Redis & NodeJS Guide

2021-04-14
This is a beginners guide to setting up Redis and NodeJS and exporting two promisified functions to get from the cache and store to the cache. I wrote this gui…

NuxtJS & SSR with GTM

2020-06-08
This article is a guide on how to setup Google Tag Manager to track views with NuxtJS & SSR. We will be setting up basic view tracking for Google Analytics wit…

My ESLint Setup

2020-05-02
I am using yarn as my package manager. I have a personal preference to use standard as my code style. Here is my .eslintrc Here is the same file modified for r…