TypeScript
TypeScript schema validation with Zod
· ☕ 7 min read · ✍️ Iskander Samatov
Schema validation will help you ensure that your data is valid during runtime and Zod is the one of the best TypeScript libraries for it.

React Higher Order Components with TypeScript
· ☕ 4 min read · ✍️ Iskander Samatov
Let's cover the right approach of implementing React higher-order components in TypeScript using generics and utility types.

Using React children prop with TypeScript
· ☕ 2 min read · ✍️ Iskander Samatov
I'll cover each of the types used for children prop and discuss the trade-offs so you can pick the right one for your use case.