Viewing profile — minimeme
minimeme
HN member- Joined
- Tue, Nov 30, 2021, 12:34 PM UTC
- HN karma
- 19
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About minimeme
No profile information was provided.
Recent public activity
-
comment
Comment #40336901
But what about data overwrites? This is basically the same as deleting data, since information will be destroyed. Using soft delete is a somewhat naive solution if there is no mech…
-
comment
Comment #38918934
This was maybe a problem on the early days of .NET Core, but from .NET 6 or so they have reimplemented (almost) all the stuff from the old .NET Framework and that in turn enabled r…
-
comment
Comment #38903349
Can confirm, dotnet works great on Linux. We have a lot of dotnet production systems running on Linux and Docker for many years now with zero issues. Also recommend Rider in Linux …
-
comment
Comment #38331460
How do you refactor code, if you have a poor test coverage? Also for me actually the most importan benefit is the instant feedback I get, when I write the unit tests before the imp…
-
comment
Comment #32513419
That's my experience also! It's all about faster feedback and confidence the tests provide.
-
comment
Comment #29393426
And I must add, use the right tool for the job, there are many cases where ES is not a good fit. Also, if you choose to use ES in your project, you don't have to use ES for everyth…
-
comment
Comment #29393078
No, I'm not a consultant. Maybe lead developer is the most accurate title for me:) By what criteria the biggest system do you mean? They certainly weren't toy projects, these are r…
-
comment
Comment #29391546
Event sourcing can be a very powerful pattern if used correctly. You don't need to combine ES with Eventual Consistency. ES can be implemented in a totally synchronous manner and i…