Mobile
You are refactoring code all wrong
· ☕ 7 min read · ✍️ Iskander Samatov
People often refactor without a strategy and for the wrong reasons. You need to know why you're doing it and have a clear end goal.

Quickly find bad commits using git bisect
· ☕ 4 min read · ✍️ Iskander Samatov
Searching through the commit history trying to find the regression bug? You can use git bisect to find the culprit much faster.

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.

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.