Stories by aray07
Boris Cherny (Claude Code creator) recently dropped a threads on how his team at Anthropic uses Claude Code.<p>The key insight: they don't treat it as a static config. After every correction, they tell Claude "Update your CLAUDE.md so you don't make that mistake again." Claude wr...
At my previous startup, CSV import was make-or-break for customer onboarding. We built the first version in three days.
Then reality hit: Windows-1252 encoding, European date formats, embedded newlines, phone numbers in five different formats.<p>We rebuilt that importer multiples over the next six m...
Hey HN,
I'm building ImportCSV, a self-hosted CSV importer that makes CSV onboarding easier for SaaS apps. Here is a quick demo: <a href="https://github.com/abhishekray07/importcsv#demo">https://github.com/abhishekray07/importcsv#demo</a><p>CSVs are like ...