Live data from Hacker News

Viewing profile — f8o

f8o

HN member
Joined
Fri, Jan 31, 2020, 7:16 AM UTC
HN karma
7
Public activity
16 items

About f8o

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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.…

  5. 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…

  6. comment
  7. 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…

  8. 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…

  9. 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…

  10. comment
  11. 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…

  12. comment
    Comment #27215832

    What time will the event take place?

  13. comment
  14. comment
  15. 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.

  16. 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…