Live data from Hacker News

Viewing profile — cstrnt

cstrnt

HN member
Joined
Mon, May 10, 2021, 10:52 AM UTC
HN karma
234
Public activity
26 items

About cstrnt

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

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

  5. story
  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. story
  12. story
  13. story
  14. story
  15. story
  16. 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…

  17. story
  18. 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

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

  20. comment
    Comment #28838170

    Thank you very much :)

  21. comment
    Comment #28838168

    Yeah, that rule is super powerful!

  22. story
  23. story
  24. story
  25. comment
    Comment #27108543

    Thank you very much :) We used React & Konva (HTML Canvas abstraction) for our frontend and Fastify for the API