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.

How to make your React components more reusable
· ☕ 5 min read · ✍️ Iskander Samatov
By keeping reusability in mind when building your React components, you will have an easier time maintaining your codebase and adding new features to your app.