Latest posts

Fresh notes, essays, and experiments.

Book Review - The Glass Hotel

I was 100 pages in and I was ready to just read the wikipedia synopsis. The writing is intentionally disjointed and it feels like there's barely enough time to care about a character before the next p... Read more

Now with syntax highlighting

Ruby! puts 'hello' Python print('hello') Neat, huh? This was a fun exercise in learning how to use importmaps to embed javascript and css together. I'm a newbie when it comes to advancing rails beyond... Read more

Rails, postgres and a single database in production

When I originally created this site, I started on sqlite but I quickly realized I wanted postgres so that I could learn a thing or two about databases. Here's the process I went about to start migrati... Read more