Standard Search
About 92 results
https://www.coryd.dev/posts/2024/rebuilding-your-netlify-site-at-regular-intervals · 6 Dec 2024
With my site on Netlify I've set up a function to rebuild it at regular intervals (hourly, in my case).
https://www.coryd.dev/posts/2024/2024-in-review · 3 Dec 2024
Wow, what a year. To address the elephant in the room up front: on the macro scale, things are bleak. Electing a fascist for economic reasons still means you elected a fascist. That said fascist proceeded to nominate a clown car full of people I wouldn't t...
https://www.coryd.dev/posts/2024/dns-records-and-a-cloudflare-security-violation · 30 Nov 2024
This site (was) hosted on Cloudflare Pages. In an effort to make scheduling more convenient for my mentee from Underdog Devs , I set up SavvyCal . Without giving it any thought, I added an easy to remember CNAME and pointed it at SavvyCal.
https://www.coryd.dev/posts/2024/scheduling-posts-and-links · 28 Nov 2024
I updated my post, link and syndication feed query logic to allow for post scheduling.
https://www.coryd.dev/posts/2024/importing-music-metadata-from-plex · 12 Nov 2024
To track the music I listen to I need to add records for artists and albums associated with them. This is something I've tackled manually — add an artist name, slug, description and a record for each album.
https://www.coryd.dev/reading/books/1617295779/web-components-in-action · 11 Nov 2024
Well worth the read as a primer on web components. I found the whole book to be approachable, insightful and well-written. Highly recommended for front end developers with an interest in standards and techniques pertaining to web components.
https://www.coryd.dev/posts/2024/heres-how-this-is-all-put-together · 8 Nov 2024
I've been fiddling with this site for the better part of a year now and now that it's fairly stable, I'm putting together what amounts to a public README (or a note to self). This post is that document.
https://www.coryd.dev/posts/2024/building-an-album-releases-calendar-subscription · 27 Oct 2024
As part of tracking the music I listen to I also keep track of upcoming albums. When I add an album, I also have fields for release dates and links.
https://www.coryd.dev/posts/2024/11ty-meetup-tracking-and-displaying-music-history · 23 Oct 2024
I got to speak at the 11ty meetup today about the music tracking contraption I've built into my site. I have a fairly detailed post on how I built it and another on the method I'm using to render dynamic media (read: musician/band) pages .
https://www.coryd.dev/posts/2024/dynamic-pages-with-11ty-and-cloudflare-workers · 22 Oct 2024
I was rendering about 3300 pages every time my 11ty site built — probably overkill. About 615 artist pages, 1200+ movie pages, 500 show pages, 500 for books and ~35 for genres. Whew. Build times hovered at about a minute (still very impressive!) but woul...