RSC for Astro Developers
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
A developer critiques the complexity of static site generators like Astro for simple blogs, based on a hands-on porting project.
A developer reflects on their personal website as a learning playground, discussing the IndieWeb, web standards, and the joy of hands-on creation.
A guide to automating Webmention retrieval for a static site using GitHub Actions, Webmention.io, and Brid.gy.
Learn how to use Astro's Content Collection Schemas with Zod to enforce consistent tags and structured data for organized, SEO-friendly content.
A tutorial on integrating Keystatic CMS with the Astro static site generator to manage content for a blog.
A guide to configuring Shiki's dual light and dark syntax highlighting themes in an Astro.js project.
A developer details updating their blog's code syntax highlighting and theme colors using Shiki and CSS custom properties.
A technical guide on customizing the Astro Starlight documentation sidebar to dynamically show/hide content based on user authentication status.
A guide to automating .NET documentation using Astro, Starlight, and MarkdownSnippets to keep code samples in sync.
A developer's 2024 review covering blog migration to Astro, popular tech posts, and work on Expo docs and GitHub projects.
A technical guide on how to style and beautify your RSS feed using XSL and CSS, with specific implementation examples for Astro.
A technical guide on migrating an Astro.js blog from Astro.glob() to the newer, type-safe Content Collections for better content management.
A developer details their experience updating a personal blog to use Astro 5.0's Content Collections API for improved performance and maintainability.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A technical guide on adding a Bluesky social media icon to an Astro blog using the AstroPaper theme, including SVG code and configuration.
Explains how to prevent Astro from stripping query parameters in static mode by disabling prerendering for API endpoints.
A guide to implementing automatic component imports for MDX files in the Astro framework using the astro-auto-import package.
A blog post discussing the concept of 'tag gardening' for cleaning up and organizing tags on a technical blog, inspired by another developer's process.
A technical tutorial on integrating Giscus, a GitHub-powered comment system, into an Astro.js blog, including dark mode support.