Live data from Hacker News

Viewing profile — sdfdfsfsdsdf

sdfdfsfsdsdf

HN member
Joined
Tue, Jul 28, 2026, 11:07 AM UTC
HN karma
1
Public activity
2 items

About sdfdfsfsdsdf

No profile information was provided.

Recent public activity

  1. comment
    Comment #49082260

    I have a team that doesn't communicate well and is generally dysfunctional in all ways imaginable. Microservices isolate them quite literally and lets them work in peace and quiet.…

  2. comment
    Comment #49082171

    It's called programming to an interface. type ThingDoer interface { DoTheThingIDontCareHow() (result, error) } func NewAmazingThingIMade(theThingINeedButIDontCareHowItDoesIt ThingD…