Hi, my name is Sergey. I create video-tutorials, talk at meetups, experiment with different technologies and tweet stuff.

Preventing list re-renders. Hooks version.

Let's take a look at different memoization techniques.

Getting hired as a remote frontend developer in 2019

Around eight months ago I started feeling like I'm stagnating at work. My commute was also seriously wearing me down. And because I was already enjoying 2 days of homeoffice per week I decided to try switching to a fully remote position.

From Redux to Hooks: A Case Study

After several years of using Redux for most of our projects we decided to try useReducer/useContext approach instead. Here is what we learned.

Building useReducer with logger

If you've played with useReducer hook and are coming from Redux background, you are probably missing some of useful middleware like logging.