HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cstrnt

no profile record

Submissions

[untitled]

1 points·by cstrnt·2년 전·0 comments

[untitled]

1 points·by cstrnt·2년 전·0 comments

[untitled]

1 points·by cstrnt·2년 전·0 comments

[untitled]

1 points·by cstrnt·3년 전·0 comments

Feature Flags in Next.js (2023)

tryabby.com
1 points·by cstrnt·3년 전·0 comments

Feature Flags for Everyone (2023)

cstrnt.medium.com
2 points·by cstrnt·3년 전·0 comments

Show HN: Open-Source TypeSafe Feature Flags for Next.js

tryabby.com
2 points·by cstrnt·3년 전·0 comments

Show HN: Open-Source TypeSafe Feature Flags for Next.js

tryabby.com
2 points·by cstrnt·3년 전·0 comments

Show HN: Open-Source Feature Flags for Next.js

github.com
1 points·by cstrnt·3년 전·0 comments

Know Feature Flags

cstrnt.medium.com
2 points·by cstrnt·3년 전·0 comments

You as a Project Manager should know about Feature Flags

cstrnt.medium.com
3 points·by cstrnt·3년 전·0 comments

Show HN: Open-Source Feature Flags and Remote Config for Next.js

tryabby.com
1 points·by cstrnt·3년 전·0 comments

Show HN: Feature Flags and Remote Config with TypeScript

tryabby.com
1 points·by cstrnt·3년 전·0 comments

Projectmanagement Tool that feels like a Whiteboard

taggle.so
1 points·by cstrnt·5년 전·0 comments

Tricks I wish I knew when I learned TypeScript

cstrnt.dev
598 points·by cstrnt·5년 전·264 comments

How to write better JavaScript using Immutability

cstrnt.dev
1 points·by cstrnt·5년 전·0 comments

TypeScript Tricks I wish I knew when I learned TypeScript

dev.to
1 points·by cstrnt·5년 전·0 comments

Show HN: I build an online Kanban tool that feels like a Whiteboard

yokanban.io
2 points·by cstrnt·5년 전·2 comments

comments

cstrnt
·2년 전·discuss
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 for you with the flag removed. One click!
cstrnt
·2년 전·discuss
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.tryabby.com/
cstrnt
·3년 전·discuss
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 copy-pasted every time I need to write a new pipeline.

I really like the potential for a good community here just like Github Actions. Also first-class support for running the CI is a gamechanger. Really excited to see cicada's future
cstrnt
·5년 전·discuss
That's right. But I wanted to to use `Readonly<T>` because it can also be applied to plain objects while readonly cant
cstrnt
·5년 전·discuss
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 just a bit too much to talk about :D
cstrnt
·5년 전·discuss
Thank you very much :)
cstrnt
·5년 전·discuss
Yeah, that rule is super powerful!
cstrnt
·5년 전·discuss
Thank you very much :)

We used React & Konva (HTML Canvas abstraction) for our frontend and Fastify for the API