Viewing profile — sdfdfsfsdsdf
sdfdfsfsdsdf
HN member- Joined
- Tue, Jul 28, 2026, 11:07 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About sdfdfsfsdsdf
No profile information was provided.
Recent public activity
-
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.…
-
comment
Comment #49082171
It's called programming to an interface. type ThingDoer interface { DoTheThingIDontCareHow() (result, error) } func NewAmazingThingIMade(theThingINeedButIDontCareHowItDoesIt ThingD…