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.

Simple guide to JavaScript Decorators
· ☕ 3 min read · ✍️ Iskander Samatov
A short and simple tutorial on JavaScript decorators with examples and common use-cases.

React antipatterns to avoid
· ☕ 5 min read · ✍️ Iskander Samatov
These antipatterns will make your codebase a nightmare to work with.