All Posts
Simple tips for writing clean React components
· ☕ 9 min read · ✍️ Iskander Samatov
In this post, let's go over some simple tips that will help you write cleaner React components and scale your project better.

6 MVP time-killers and how to avoid them
· ☕ 6 min read · ✍️ Iskander Samatov
I'll go over the time-killers people often face when building an MVP and how you can avoid them and start your learning process much faster.

How to create a VSCode extension using React
· ☕ 6 min read · ✍️ Iskander Samatov
In this post, you will learn how to create a customized VSCode extension using React and Webview. I'll also provide useful tips and gotchas.

Five React hooks useful in any project.
· ☕ 8 min read · ✍️ Iskander Samatov
In this post, I will cover five simple React hooks that you will definitely find handy in any React project.

Chakra UI: React library built for speed
· ☕ 3 min read · ✍️ Iskander Samatov
Chakra UI is gaining traction in React community. The library makes it that much easier and faster to prototype and build React components.

Demystifying the scary detached HEAD in Git
· ☕ 4 min read · ✍️ Iskander Samatov
In this post I'll go over the worrying detached HEAD message in Git. I'll cover the solution and the reasoning behind it.

Iterators and generators work great together
· ☕ 6 min read · ✍️ Iskander Samatov
Let's brush up on our understanding of the generators and iterators, and see how we can combine them to write elegant JavaScript code.

Essential JavaScript patterns (pt1)
· ☕ 6 min read · ✍️ Iskander Samatov
This is the first part of the two-part series about the design patterns, where we'll go over the Factory, Proxy, and Strategy patterns.

Scale your app better with Scaling Cube
· ☕ 6 min read · ✍️ Iskander Samatov
In this post we’ll go over the basic principles behind the Scaling Cube and why you should consider it when trying to scale your project.