← Home
// Tag · 02 posts

#dx

Series: building this blog

Learning from the Official Astro Blog Example

How studying the official Astro blog template led me to add an RSS feed, extract site constants, and build a reusable date formatting component.

Series: building this blog

Setting Up Linting and Formatting for Astro

How I configured Prettier and ESLint for my Astro blog to keep code consistent and catch issues early — with Tailwind class sorting included.