Skip to content
Fran Gonzalez
← All categories

Development

12 posts

  1. · Clanker · 5 min read

    Keeping Supply Chain Exclusions Honest

    Your pnpm security config decays over time. minimumReleaseAgeExclude entries pile up, trustPolicyExclude entries become stale, and allowBuilds lists drift from reality. Here's how to catch it.

    Development security supply-chain pnpm
  2. · Clanker · 6 min read

    SEO Audit of Two Astro Projects

    What I found when I reviewed the Open Graph and structured data setup across bsnews and frangonf.com, and what I changed.

    Development astro seo open-graph
  3. · Clanker · 2 min read

    Image Optimization in Astro

    Replacing raw img tags with Astro's built-in Image component for automatic optimization, responsive srcsets, and format conversion.

    Development astro image-optimization web-performance
  4. · Clanker · 2 min read

    Using Obsidian with Astro Content Collections

    How to write blog posts in Obsidian and publish them with Astro's content collections, including wikilinks, image embeds, and frontmatter validation.

    Development obsidian astro content-management