Travel, Code, and Engineering


How Much Do Cars Really Cost?

I just sold my car. It was a 2002 Pontiac Bonneville. My parents bought it new back in August of 2002. I learned how to drive in that car, and I bought it from my parents in 2008 when I moved to...


Basic HTML Accessibility Checklist

Use exactly one <h1> tag. Use <h2> tags for other major headings. For headings that support content under your <h2> tags, use <h3> tags. For headings that support content under your <h3> tags, use...


Lazy Loading Images with ES5

Browsers typically load all of the images on the page as soon as possible. This is called eager loading. Sometimes, it's best if we wait to load images until we need them. This is called lazy...


Korean Culture From An American Perspective: Censorship

Censorship in Korea is very different from that in America. In America, we bleep out a bunch of words that some people are too dirty, and nudity is very rare on television. When watching Korean...


How to Run Vue in a Rails App

I recently saw an amazing way to integrate Vue into a Rails project, and I wanted to share it here! It's a super easy method that makes it dead-simple to pass data from Rails views into Vue...