Intro to Python for JavaScript developers
· ☕ 11 min read · ✍️ Iskander Samatov
Written from a JavaScript developer's perspective, this post provides a solid starting point for learning Python.

Improve Animation Performance in React
· ☕ 7 min read · ✍️ Iskander Samatov
Animation is a powerful tool to improve user experience and drive engagement, but getting it right takes effort.

How to fight bad state with useReducer
· ☕ 5 min read · ✍️ Iskander Samatov
useReducer will help you prevent bad or unexpected edge cases in your application's state.

Prop Drilling in React: How to Avoid It
· ☕ 7 min read · ✍️ Iskander Samatov
Strategies to avoid a prop drilling mess in your React code and organazing your components better.