code
Dev Snippets & Keyboard Shotcuts
this one's for me
code
this one's for me
code
Recently at work I undertook a project to migrate a client's decade-old Rails app from using Webpacker to compile & bundle frontend assets, to using jsbundling-rails with Webpack. The app is big and fairly complex, and the project ended up taking much longer than I had originally anticipated.
code
Over the last year or so I've been moving many of my static site projects (including this site) to the free tier of Cloudflare hosting, from their former homes at Netlify. Why Cloudflare I've been pretty happy with Cloudflare, and it's what I often
ruby-on-rails
As a Ruby on Rails developer at a consulting agency who works with a wide variety of legacy apps, there have been many times where I need to change the JavaScript or CSS in use on the site and have to start by figuring out where those assets are currently
eleventy
This week I designed & built a new 11ty site to support an advocacy effort among primarily Canadian zine creators opting out of a major Canadian zine festival due to the founder's genocide denial. It's called Can't Zine. This is the first Eleventy site
code
Here are some useful settings in my Zsh profile and a few other dotfiles. See also: some useful snippets for programming, and keyboard shortcuts I like and all my other tech resources posts. Docker stuff If you have an M-series (Intel) Mac, put this in your .zshrc right now to
code
First posted: January 12, 2024 Updated 3-26-2024: Added timestamp to date to make my RSS feed better I have been thinking for a long time that it would be nice to have a script that would easily scaffold out the frontmatter for a new post on my blog (aka this
resources
Theory * Everyone Should Blog, and That Includes You, a manifesto. * I recently read a post (sorry, have already lost the link) that emphasized that you should just pick a way to blog (a static site you built? WordPress? something else?) and then stop messing with it and just get writing.
code
I've been wanting a way to add posts in markdown to my 11ty site from my Android phone, without using a 3rd party CMS. I'm going to try out Decap CMS (formerly Netlify CMS) to do this, and tell you what I do to get it
code
In Eleventy (the static site builder used to create this site), you can access Node environment variables (process.env.MY_VARIABLE) in your templates. Neat! But how? How to set up the variables for use in templates The Eleventy docs provide a code snippet to use: module.exports = { myVariable: process.
eleventy
I've been seeing a lot of people blog about setting up a now page on their website. Kind of like an about page, a now page is a page on a personal website that tells you what that person is up to in their life. Some people blog
code
I've seen a few tutorials now on using Sanity CMS with Eleventy, but they all assume I want to use the Sanity/Eleventy starter project, not an Eleventy site I already have. cassey.dev is built on Eleventy, and I don't want to start my whole