Live data from Hacker News

Viewing profile — ReclusiveCoder

ReclusiveCoder

HN member
Joined
Fri, Sep 12, 2025, 11:42 AM UTC
HN karma
5
Public activity
5 items

About ReclusiveCoder

With 25+ years in tech, I’ve worked as a developer, architect, and consultant, mostly with distributed teams. These days I build AI/ML systems, and in my spare time, I enjoy writing.

Recent public activity

  1. comment
    Comment #46132977

    Well said! Every service boundary replaces a function call with a network request. That one choice cascades into distributed transactions, eventual consistency, and operational ove…

  2. comment
    Comment #46132961

    That's the right approach. This is what the article suggests: >> For most systems, well-structured modular monoliths (for most common applications, including startups) or SOA (ente…

  3. comment
    Comment #46130360

    Try sharing it with them anyway!:D

  4. comment
    Comment #46130353

    Indeed, that's whatthe article captures here: >> Microservices make sense in very specific scenarios where distinct business capabilities need independent scaling and deployment. F…

  5. story
    Skip Elasticsearch: Build Fast Full-Text Search Right in Supabase

    Many developers default to Elasticsearch or Solr for search—but for small to medium apps, that’s often overkill. Postgres has had full-text search built in for years, and with Supa…