About 209 results
Showing the first 200 results.
https://mikebifulco.com/newsletter/reflecting-on-one-year-as-startup-cto · 5 Mar 2024
Reflecting on my first year as CTO of Craftwork, and the many things I've learned along the way.
https://marko.tech/journal/react-cheatsheet-basics · 4 Mar 2024
A quick cheatsheet on how to use some of the most commonly used React.js features.
https://www.coryd.dev/posts/2024/building-a-theme-toggle-web-component · 27 Feb 2024
I (very recently!) added a theme toggle to my site, right up there in the menu. It's a shiny sun or a purple moon depending on your preference. It was a liquid template with some JavaScript sprinkled in. I turned that into a web component.
https://matteogassend.com/articles/building-a-dynamic-form-with-svelte-and-typescript · 23 Feb 2024
In the quest to make magiedit always better, I figured out that people may want to publish to multiple "accounts" on the same platform. So, the goal for the next feature was to allow just that. A user should be able to select the platform they want to crea...
https://www.coryd.dev/posts/2024/weaving-music-data-in-and-out-of-my-personal-website · 22 Feb 2024
I started integrating music data into my personal website when I added Last.fm artist and album displays to my now page. Initially, I tried sourcing artist images from a few different services, knowing that Last.fm had updated their API to stop serving the...
https://www.coryd.dev/posts/2024/building-a-bespoke-now-playing-web-component · 21 Feb 2024
I've long had a now playing element on the home page of my site that displays either what I've checked into on Trakt, the Lakers' record and who they're playing when a game is on or the last song I've listened to. After leveraging some new web components o...
https://www.coryd.dev/posts/2024/automatic-mastodon-post-embeds · 20 Feb 2024
I use Nicolas Hoizey's GitHub action to syndicate my web activity to Mastodon. Recently, I removed the display of webmentions from my posts after seeing Chris and Robb discuss some privacy concerns around them. Upon seeing David Darnes' mastodon-post web c...
https://www.coryd.dev/posts/2024/using-b2-as-a-json-data-store · 19 Feb 2024
My links page is powered by the Readwise Reader API but because there are, quite reasonably, rate limits in place, I've gone ahead and reduced the page count I fetch on each build and cached older link data from past builds in a B2 bucket.
https://www.coryd.dev/posts/2024/adding-a-light-dark-theme-toggle · 17 Feb 2024
I dropped a light/dark theme toggle into the navigation of my site, replacing the prior reliance on the visitor's preference set at the OS level (though it does still consider this preference).
https://www.coryd.dev/posts/2024/setting-up-image-transforms-in-eleventy · 14 Feb 2024
Eleventy added a transform option to process images in Eleventy v3.0.0-alpha.5 and Image v4.0.1 so, naturally, I had to set it up on my site. If you don't want to read this post, you can check out the full diff for the changes.