Viewing profile — f8o
f8o
HN member- Joined
- Fri, Jan 31, 2020, 7:16 AM UTC
- HN karma
- 7
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About f8o
No profile information was provided.
Recent public activity
-
comment
Comment #38584866
Well, for a C-based language that needs to keep compatibility, I'd say it's one of the best. I'd love to see a breaking change (under a pragma or something) in order to have public…
-
comment
Comment #38245871
I'm not against starting with a monolith and even keep evolving it if that makes sense but the problems with microservices I've seen were about poor design. They were mostly proble…
-
comment
Comment #34731158
I'm not sure about these comparisons because even with more and more people learning scripting and/or a few DSLs for their industries Software Engineering is still a career. Deeper…
-
comment
Comment #34362527
A simple set of dtos in the application layer, defined around their respective application services (use cases if you will) is ok. Required for most bounded contexts/microservices.…
-
comment
Comment #34362322
Most of the time I don't need automatic mappers, but it's nice to have good, fast tools available. When I'm building something in a more domain-driven approach, which I usually str…
- comment
-
comment
Comment #32621432
You can compare yourself to others to some extent as part of a [life long] learning process but make it productive: don't go too far and extract a few key points that are viable fo…
-
comment
Comment #31685801
You can build a Ryzen or even a fairly powerful Xeon/x99 build in Brazil purchasing key parts (some used) from trusted sellers on AliExpress. I've done both. Not exactly the cheape…
-
comment
Comment #31528489
I have been doing back-end development based on .net core/5/6 using Linux and Rider since ~2018. I had to switch to windows a few times due to corporate environment requirements. I…
- comment
-
comment
Comment #28836751
In São Paulo big names became remote friendly, smaller ones followed and, given the high demand for IT workers, non remote software engineering jobs became a joke. Note: Crowded an…
-
comment
Comment #27215832
What time will the event take place?
- comment
- comment
-
comment
Comment #26094385
I think that C# has a successfull implementation because it isn't just about syntax sugar. The runtime knows it. Generics+structs allows many optimizations.
-
comment
Comment #25070645
You can gradually apply DI: if you don't want to register all of your components that's OK. Still, I think it's very useful and lightweight on .net core/.net 5. Python's Fast API h…