HackerTrans
TopNewTrendsCommentsPastAskShowJobs

katamaster818

no profile record

comments

katamaster818
·작년·discuss
well, that's one way of learning that my company is now blocking some traffic on the vpn... works fine when I drop off the VPN, thanks.
katamaster818
·작년·discuss
seems like sequor.dev (docs site) is down..
katamaster818
·2년 전·discuss
non paywalled link: https://archive.is/mPF37
katamaster818
·2년 전·discuss
Maybe check out alteryx designer cloud, airbyte, or estuary?
katamaster818
·3년 전·discuss
This isn't exactly a repo to look at, but the book "Clean Code" is a fantastic read for learning how to write good code. It does have a lot of examples in it, and does a great job explaining everything. https://github.com/jnguyen095/clean-code/blob/master/Clean.C...
katamaster818
·3년 전·discuss
yup, just found that, super neat, I am 100% interested in using this for other runtime validation...

It's interesting because I've always been under the impression the TS team was against the use of types at runtime (that's why projects like https://github.com/nonara/ts-patch exist), but now they're doing it themselves with this project...

I wonder what the performance overhead of starting up an instance of tsc in memory is? Is this suitable for low latency situations? Lots of testing to do...
katamaster818
·3년 전·discuss
Hang on, so this is doing runtime validation of an object against a typescript type definition? Can this be shipped as a standalone library/feature? This would be absolutely game changing for validating api response payloads, etc. in typescript codebases.