About 185 results
https://www.coryd.dev/posts/2024/on-to-cloudflare · 11 Jun 2024
Long story short: if you're reading this, you're reading it on my site now hosted at Cloudflare. I'd had it hosted at Netlify for quite a while but I wanted a bit more granular control and a quicker pace of development, so here we are.
https://www.coryd.dev/posts/2024/building-pages-from-data-in-eleventy · 24 May 2024
I've expanded the media sections I already had built to include pages generated from data using Eleventy.
https://www.coryd.dev/posts/2024/adventures-in-self-hosting-data · 15 May 2024
I think my self-hosted scrobbling implementation is, at this point, fairly stable. The charts I'm calculating track pretty closely with last.fm's and I'm inclined to chalk the difference up to how we're calculating/slicing dates.
https://www.coryd.dev/posts/2024/single-points-of-failure · 4 May 2024
When I was a kid — I want to say 5 or younger — my family went to the local cemetery. My father's sister had passed away at a young age and we made regular visits to clean up her headstone and those of family members nearby. My brother and I were taske...
https://www.coryd.dev/posts/2024/handling-images-with-b2-netlifys-image-cdn-hazel-and-mountain-duck · 1 May 2024
I've spent a while hosting and fetching images from bunny.net when my 11ty builds. I had multiple pull zones configured and wanted to leverage bunny.net's transforms, but the pricing of $15/month per zone wasn't feasible.
https://www.coryd.dev/posts/2024/some-site-updates · 29 Apr 2024
I updated some things on my site and then I started to lose track of all of said updates.
https://www.coryd.dev/posts/2024/minimalism-as-self-preservation · 22 Apr 2024
I like to tell myself that I enjoy minimalism, that it's a preference and an aesthetic that I choose and pursue. I believe that's true, but I also believe that I've adopted it as an approach I take for self-preservation and a hedge towards always taking a ...
https://vale.rocks/posts/my-code-formatting-guidelines · 18 Apr 2024
Code formatting, how I go about it using Prettier, and why I choose to do it the way I do. Covering indentation, string formatting, my take on the classic tabs vs spaces debate, and much more.
https://www.coryd.dev/posts/2024/dont-be-afraid-to-admit-when-you-dont-know-something · 10 Apr 2024
I often apply this thinking to development work but I've found it holds true in many other situations. I've dealt with imposter syndrome for my whole career and still battle with it. I'm a self-taught developer and am confident that there's more I don't kn...
https://www.coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector · 5 Apr 2024
I've made a change to my site's pagination wherein I've enhanced the page count displayed at the bottom of my home and links pages to display the page count in a select element. The select displays a list of all the pages and navigates to the selected page...