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.

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.