Viewing profile — ReclusiveCoder
ReclusiveCoder
HN member- Joined
- Fri, Sep 12, 2025, 11:42 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ReclusiveCoder
Recent public activity
-
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…
-
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…
-
comment
Comment #46130360
Try sharing it with them anyway!:D
-
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…
-
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…