Viewing profile — cstrnt
cstrnt
HN member- Joined
- Mon, May 10, 2021, 10:52 AM UTC
- HN karma
- 234
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About cstrnt
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #41102161
That's a great take! Feature flags are just like braces, they help you but you will need to remove them ;) I am currently hacking on a feature that will automatically create a PR f…
-
comment
Comment #41102153
I am working on Abby which is fully open-source. If you're using Typescript it's fully statically typed which I think is quite cool ;) https://github.com/tryabby/abby https://www.t…
- story
- story
- story
- story
- story
-
story
Show HN: Open-Source TypeSafe Feature Flags for Next.js
Hey Hackernews, my name is Tim and I've built a solution for Feature Flags & Remote Config for Next.js (and other JS/TS Frameworks). My goal was to built a solution which satisfies…
- story
- story
- story
- story
- story
-
comment
Comment #35704123
This actually looks really promising. I find it really annoying to write yaml files and running shell scripts inside of a string. It also has a lot of boilerplate code that is just…
- story
-
comment
Comment #28838190
That's right. But I wanted to to use `Readonly ` because it can also be applied to plain objects while readonly cant
-
comment
Comment #28838174
You're absolutely right. Should have stated that I meant a plain object (key-value-pair). But either didn't want to focus on this topic for that post because it would have been jus…
-
comment
Comment #28838170
Thank you very much :)
-
comment
Comment #28838168
Yeah, that rule is super powerful!
- story
- story
- story
-
comment
Comment #27108543
Thank you very much :) We used React & Konva (HTML Canvas abstraction) for our frontend and Fastify for the API