Better alternatives to the most popular React libraries 📅 Apr 11, 2021 · ☕ 5 min read · ✍️ Iskander Samatov Let's cover the great alternatives to the most popular React libraries that are in a lot of ways a better choice.
Compound Component – advanced React pattern UI libraries love 📅 Apr 4, 2021 · ☕ 10 min read · ✍️ Iskander Samatov Let's take a look at an advanced React pattern - Compound Component. This pattern is widely adopted by a lot of popular UI libraries.
Quickly find bad commits using git bisect 📅 Mar 29, 2021 · ☕ 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 📅 Mar 22, 2021 · ☕ 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 📅 Mar 14, 2021 · ☕ 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 📅 Mar 7, 2021 · ☕ 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.
Iterators and Generators – when are they actually useful? 📅 Mar 4, 2021 · ☕ 6 min read · ✍️ Iskander Samatov Here are few use cases for iterators and generators that are closer to the real-world scenario than a simple 'Hello World' type code.
Five React hooks useful in any project. 📅 Feb 21, 2021 · ☕ 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 📅 Feb 14, 2021 · ☕ 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 📅 Feb 6, 2021 · ☕ 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 📅 Jul 24, 2019 · ☕ 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) 📅 Jul 14, 2019 · ☕ 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 📅 Jul 7, 2019 · ☕ 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.