Web
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.

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.

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.

Node.js Build scalable architecture with plugins
· β˜• 6 min read · ✍️ Iskander Samatov
In this short blog post, I want to go over the benefits and reasons for separating your reusable Node.js code into plugins.

Node.js: Module wiring and dependencies explained
· β˜• 9 min read · ✍️ Iskander Samatov
In this post, let's explore the behind-scenes of the Node.js module system and how it's wired together in a way that flexible and scalable.