3 followers
I'm a full stack developer, musician, and educator living in Minneapolis.
Say you have a branch called hotfix. You originally started by branching off of develop, but this was accidental. You need to rebase this branch from...
I am approaching a one-year work anniversary at an awesome, creative company that uses Ruby on Rails to do some incredible stuff. I will admit that I...
If you have a .scss file that stores your project's colors, you can easily reference those values in Vue. I recently ran into this issue when using a...
Sometimes it's nice to document the little wins. Today, I learned this useful bit of code to parse a string into an array of words, while removing...
Here are five tricks I reach for when making music with Sonic Pi. 1. :sync to a metronome Keep your live loops in sync by creating a metronome:...
$nextTick is a somewhat mysterious property of Vue that is used for asynchronous DOM updates. It's a function that offers you some extra control over...