This website is under major construction!

All Posts

A collection of tutorials, snippets, thoughts, and other things I've written.

Install Brew on a M1 Mac

February 26, 2022

How to install Homebrew on macOS Monterey with a M1 chip.

Stop Hoarding Notes

February 12, 2022

My ideas on why you should become just as comfortable deleting notes as you do code

Getting Started with Obsidian

January 14, 2022

A beginners guide to setting up Obsidian, an advanced markdown note taking app, for the first time.

Redesigning my website

February 17, 2021

My personal website - andrewm.codes has gone through many iterations over the years. Some may view my...

Webpacker 6

December 23, 2020

Archived upgrade guide for Webpacker 6

gem install mysql2

December 11, 2020

I've come across this error several times throughout my development career so I figured it was finall...

Ruby's Shovel Method: Digging Deeper

November 22, 2020

Heads up! This is not actually a deep dive 😬 With everything going on in the world, I almost forgo...

How I Use VSCode

November 11, 2020

I’m about to overhaul my settings and plugins in VSCode so this is my “before” shot. I recently upd...

Rails Coverage Tools: Coverband

February 22, 2020

Coverband According to their documentation, Coverband is: A gem to measure production co...

Stopping a runaway Rails server

February 11, 2020

Many of us have been there. You hit ctrl-c on you Ruby on Rails server, but nothing happens. No matte...

CI for Ruby on Rails: CircleCI

January 17, 2020

CI for Ruby on Rails: GitHub Actions vs. CircleCI This is part of a three part series wher...