Viewing profile — TobiasA
TobiasA
HN member- Joined
- Wed, Oct 04, 2017, 2:56 PM UTC
- HN karma
- 101
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About TobiasA
No profile information was provided.
Recent public activity
- story
-
comment
Comment #28153181
How do people handle versioning events, like adding/removing/changing properties? It seems like your application would always need to be aware of all previous event versions to be …
-
comment
Comment #27658921
I don't see how it's despite of that. Original doesn't always mean better.
-
comment
Comment #26067861
"Using GitHub for personal projects is stupid" is a hell of a take.
-
comment
Comment #25407390
I have never heard of code ownership being a positive thing. Isn't this more an issue of encouraging internal knowledge sharing and confidence in refactoring?
-
comment
Comment #24846270
Per your last point, why don't you think ORMs work well with complex domains?
-
comment
Comment #21784195
Which headaches would that be?
-
comment
Comment #20484498
JWTs are designed to be stored in the client that needs to be granted authorization to resources. Nothing wrong with storing tokens in the frontend.
-
comment
Comment #18679380
Thank you so much, this is perfect!
-
comment
Comment #18678916
I'm a self taught programmer with a very weak maths background. What's the best learning path for me if I want to be able to understand and create ML based applications?
- story
-
comment
Comment #17161248
The short answer is that they sell it to other countries/nations that can't produce energy that efficiently.
-
comment
Comment #17060642
Way to miss the point.
-
comment
Comment #15890757
I'm working on a project where we have two projects: a desktop app and a web backend. They each live in their own repo. However, this approach is proving tedious for us now, as eve…