Nic Miller

Company Favicon Pipeline

Implemented a multi-source favicon fetcher with caching and graceful fallbacks.

nextjsuxinfra

I added a favicon pipeline for company badges on work experience cards.

Current resolution order:

  1. Venmetric favicon endpoint
  2. Domain /favicon.ico
  3. Declared <link rel=\"icon\"> on the homepage
  4. DuckDuckGo favicon service fallback

I also changed cache behavior so failed lookups are not cached forever.