Iskander Samatov I’m a technical lead at HubSpot based in Dallas-Fort Worth Metropolitan Area. When I have time, I enjoy working on SaaS products and writing programming articles at https://isamatov.com.

Stories by Iskander Samatov

Building web components with WebC in vanilla JavaScript

Building web components with WebC in vanilla JavaScript

Dev

Web components can do a lot, but in this post, learn about how the WebC framework helps you build them better with vanilla JavaScript.

Iskander Samatov
Jan 2, 2023 ⋅ 6 min read
React Logo Over Windows

React performance optimization: Windowing vs. component recycling

Dev

When optimizing the performance of large lists of data in React, what is better: windowing or component recycling?

Iskander Samatov
Oct 7, 2022 ⋅ 5 min read
Zag Logo Over Colorful Background

How to make your design system DRY with Zag

Dev

Here’s a look at Zag, a JavaScript library that employs the state machine approach to represent common component state patterns.

Iskander Samatov
Jul 4, 2022 ⋅ 6 min read
How To Write Your Own Audio Visualizer From Scratch

Write an audio visualizer from scratch with vanilla JavaScript

Dev

Learn how to create your own audio visualizer using vanilla JavaScript and the inbuilt browser Canvas and Web Audio APIs.

Iskander Samatov
May 12, 2022 ⋅ 10 min read