All Posts
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.

5 Chrome DevTools tips that will make your life easier
ยท โ˜• 3 min read ยท โœ๏ธ Iskander Samatov
Most developers know about the basics, like how to inspect elements on the page, but there is much more hidden beneath the surface.

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.