JamComments Now Offers AI-Powered Moderation
You can now use an LLM to moderate new comments submitted through JamComments. Here's the why and how.
Read ItYou can now use an LLM to moderate new comments submitted through JamComments. Here's the why and how.
Read ItThe animated GIF has become a key piece of today’s meme culture, despite being around decades prior. But there are serious technical advantages to
Read ItNative support for decorators is inevitable! It simplifies augmenting class methods, which can help with things like logging, memoization, debouncing, and dependency injection.
Read ItServices like S3 and R2 can be invaluable when self-hosting Plausible Analytics. Let's walk through what it looks like to use them for automated backups a simple cron job.
Read ItThinking through some of the trade-offs and benefits in using client-side JavaScript to generate structured data.
Read ItA guest post I had the privilege of writing for the Frontend Masters blog.
Read ItAfter upgrading my self-hosted instance of Ghost CMS, a significant number of my members' emails were inappropriately disabled. Here's how I went about fixing it (for now).
Read ItAstro's Starlight documentation theme is great, but currently lacks support for building structured data (JSON-LD). Fortunately, it's easy enough to roll yourself by overriding a component.
Read ItExploring the purpose of structured data in the SEO game, why it's poised to become even more important in the future, and how to start leveraging it well.
Read ItI’ve been observing some of the posting trends on here and it’s clear we could benefit from a few guidelines. You might think I’m unqualified to give them. But the facts suggest otherwise: I won $25 in cold, hard, American cash by winning second place in a community essay contest when
Read ItI’ve decided I don’t like the responsive image API in HTML, or at least the idea that we still need it as a performance tool.By "responsive," I mean "show different versions of an image based on device," using only HTML. If it’s been a minute, here’s a recap. You can
Read ItDepending on the site, image sitemaps can be a helpful tool in an SEO strategy, making it ultra-clear to search engines the images they can and should index. Let's explore setting one up.
Read ItIt’s interesting how language around service architecture changes as patterns fall in & out of favor.People who advocated for microservices years ago now refer to them as “nano” services. It seems to get at the costly hassle it can be to integrate with, iterate on, and maintain a service with
Read ItCloudflare Workers make it easy to quickly transform HTML on the fly with no third-party dependencies. Let's show how smooth the process is by building one to prepare every image URL for use with PicPerf.io.
Read ItPiping a curl response to bash is flexible, power distribution tactic used by software authors. But using it well means never losing sight of the inherent risks that come along with it.
Read It