About 209 results
Showing the first 200 results.
https://saewitz.com/server-components-give-you-optionality · 30 Apr 2025
not a prescription
https://www.coryd.dev/posts/2025/amazon-breaks-compatibility-with-third-party-s3-providers-in-js-sdk · 27 Mar 2025
Amazon issued a recent update to their S3 JavaScript SDK that breaks compatibility with many third-party S3 providers.
https://saewitz.com/abusing-rscs-cache-for-blog-footnotes · 8 Mar 2025
stable pointers
https://matteogassend.com/articles/remark-directives-web-components · 21 Feb 2025
import Callout from '../../components/mdx/Callout.astro' Recently, I ported my portfolio (again) to Astro from Hugo. While I really liked Hugo, I missed the choice JS gave me (plus, I was bored) so here we go! Porting Data Everything is markdown in Hugo...
https://www.coryd.dev/posts/2025/dynamic-pages-with-php-and-11ty · 12 Feb 2025
When I moved this site to my own hosting I rewrote the dynamic code that had previously been handled by edge functions in PHP. To speed up build times and make things scale nicely as I add more content and pages, I recreated my media pages as an amalgam of...
https://ayc0.github.io/posts/monitoring-websockets · 23 Dec 2024
Tools like Sentry or Datadog provide amazing monitoring tools for a lot of requests, but not for WebSockets. Why is that and can we find a way to still monitor WebSockets?
https://matteogassend.com/articles/how-to-rebuild-a-personal-website · 15 Dec 2024
The first website I ever had was built on wordpress; it was a way for my friends and me to write small articles in things we liked at the time (like the Lavender Town Syndrome - yes, it was a long time ago) and share it with one another. Since then, said w...
https://saewitz.com/the-mental-model-of-server-components · 4 Dec 2024
hydration and composition
https://jakelazaroff.com/words/drinking-from-the-bluesky-firehose/ · 22 Nov 2024
I recently built a Bluesky bot. To build it, I had to dig into the Bluesky firehose. Here's what I learned.
https://blog.nove-b.dev/posts/javascript-enum-maintainability-tips · 6 Nov 2024
Enumを扱い等式を使用する際、どのように扱えばいいか調べてみた