Show HN: Engineering.fyi – Search across tech engineering blogs in one place
I built a search engine for engineering blogs because I was tired of manually checking individual company blogs to find real-world production examples. The problem: When learning a new technology, the best insights often come from how companies like Google, Meta, or Stripe actually implement it in production. But these gems are scattered across dozens of separate engineering blogs with no way to search across them. What I built: Engineering.fyi indexes engineering blogs from ~15 companies (Google, Meta, OpenAI, Anthropic, Stripe, Uber, etc.) and makes them searchable in one place. You can filter by topic, difficulty level, and whether articles include code samples. Technical details: - Built with Next.js, SQLite, DrizzleORM - Custom scrapers for each blog (they're all frustratingly different) - Basic tagging system using content matching (still improving this) Current status: Core search is working. Adding new blogs weekly as I index them. Next features (based on early feedback):
DeepCamp AI