Hi there ๐Ÿ‘‹

I’m a developer based in Fort Worth, Texas. I write about…

  • Software Development
  • Emacs
  • Working in Tech in the 21st Century

When I’m not working or spending time with my family I’m probably working on my homelab.

To get in contact, click on one of the links below.

Quick Tip: Git - Rebasing Branches

A quick tip when dealing with branches off branches.

October 11, 2024 2 min

Managing Local Services in Emacs with Prodigy

Prodigy is an Emacs package that allows you to manage local services easily.

Finding an Emacs Bug

I managed to come across an emacs bug.. or rather unexpected & undocumented behavior.

State Design Pattern

State Design Pattern is often overlooked in favor State Machines when it comes to Rails and object state management. However, the State Design Pattern is a highly effective open/closed solution to many state design woes.

Double Polymorphic Associations in Rails

A quick overview of using associations to define good domain descriptions as well as good behavior.