All Posts
Intro to DataFrames with Pandas
ยท โ˜• 6 min read ยท โœ๏ธ Iskander Samatov
A brief introduction to DataFrame, a powerful data structure from the Pandas library designed for efficiently handling and analyzing tabular data.

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.