Posts
This is the list
layout for showing blog posts, which shows just the title and groups them by year of publication. Check out the blog
layout for comparison.
2021
Why use ZSH?
We are going go through the process of setting up ZSH and Oh My Zsh on Mac and WSL2’s Ubuntu 20.04 Continue reading Why use ZSH?

Setting up a JS Dev Env with WSL2, Ubuntu and VS Code
We are going go through the process of setting up Ubuntu on windows using the “Windows Subsystem for Linux 2” to work with Node, VS Code and Git. Continue reading Setting up a JS Dev Env with WSL2, Ubuntu and VS Code
Interview Safe VS Code Extensions I Like
I provide a list of my some of my favorite useful (interview safe) extensions Continue reading Interview Safe VS Code Extensions I Like

Setting Up ESLint with Prettier for Individual Projects
I provide directions for configuring Prettier & ESLint in VS Code on a project basis Continue reading Setting Up ESLint with Prettier for Individual Projects
Configuring Git to Better our Lives
I give directions for setting up a git commit template & using VS Code for commit messages Continue reading Configuring Git to Better our Lives

Styling VS Code
I provide fonts, icons, and themes for adjusting the look of VS Code Continue reading Styling VS Code

Using Two Fonts in VS Code
I give directions on using two fonts simultaneously in VS Code Continue reading Using Two Fonts in VS Code
Some VS Code Extensions I Like
I provide a list of my some of my favorite useful extensions Continue reading Some VS Code Extensions I Like
Setting Up and Using NYC's HTML report
I show how to setup and use NYC’s HTML coverage report. Continue reading Setting Up and Using NYC's HTML report
Dynamic Accumulator Pattern
I demonstrate an improved accumulator pattern when we don’t know ‘what’ we are counting yet. Continue reading Dynamic Accumulator Pattern
2020
How to create private class instance variables without using experimental features in JavaScript.
I explain how to hide internal functions and variables from the consumer of the class Continue reading How to create private class instance variables without using experimental features in JavaScript.
How I Set Up a Server To Host Multiple Node.JS Projects & Save $54+ Per App Annually vs Heroku
We’ll go through the steps of setting up a single Ubuntu 20.04 server to host multiple Node.JS projects to save money Continue reading How I Set Up a Server To Host Multiple Node.JS Projects & Save $54+ Per App Annually vs Heroku
Babel, What is it? Why use it?
A introduction of Babel for JavaScript Continue reading Babel, What is it? Why use it?
Tools for Seeding Databases in Node.js
Multiple tools for seeding a database for projects, personal and or professional. Continue reading Tools for Seeding Databases in Node.js