Live data from Hacker News

Type Challenges Solutions

ghaiklor.github.io

1–7 of 7 posts

Re: Type Challenges Solutions

#3

These problems and solutions are quite well put together, and I haven’t seen another resource like it. There’s a ton out there about writing Typescript, but not nearly as much about writing types, especially higher order types.

Agreed, with all the explanations in there it's an excellent source to learn about “type arithmetic” in TypeScript.

Re: Type Challenges Solutions

#5

These problems and solutions are quite well put together, and I haven’t seen another resource like it. There’s a ton out there about writing Typescript, but not nearly as much about writing types, especially higher order types.

About other resources, I also write about TypeScript solution here – https://blog.beraliv.dev/2021-04-04-type-challenges

I didn't mean to complete with Eugene, just wanted to spread my knowledge in TypeScript and also explore the possibilities of TypeScript

Re: Type Challenges Solutions

#6
post #5

These problems and solutions are quite well put together, and I haven’t seen another resource like it. There’s a ton out there about writing Typescript, but not nearly as much about writing types, especially higher order types.

About other resources, I also write about TypeScript solution here – https://blog.beraliv.dev/2021-04-04-type-challenges I didn't mean to complete with Eugene, just wanted to spread my knowledge in TypeScript and also explore the possibilities of TypeScript

Very nice! I didn't find this earlier, thanks for sharing.

Re: Type Challenges Solutions

#7

These problems and solutions are quite well put together, and I haven’t seen another resource like it. There’s a ton out there about writing Typescript, but not nearly as much about writing types, especially higher order types.

In a slightly different vein, I love this site for helping me study and understand deeper practical implications and corner cases of type system designs: https://counterexamples.org/