Ildar Sharafeev

Ildar Sharafeev @srshifu

About: Senior Software Engineer. Tech Lead. Passioned about frontend. Micro-frontend enthusiast. Check out my blog: https://thesametech.com

Joined:
Dec 21, 2022

Ildar Sharafeev
articles - 15 total

State machines in React

In The Pragmatic Programmer book, the authors suggest the Finite State Machines pattern as one way...

Learn More 0 0Mar 27 '24

Micro-frontend Migration Journey — Part 3: Launch

Welcome to the third installment of the “Micro-frontend Migration Journey” series! In Part 1, we...

Learn More 0 0Jul 11 '23

Micro-frontend Migration Journey — Part 2: Toolkit

Welcome to Part 2 of the Micro-frontend Migration Journey series! In the previous part, we...

Learn More 0 0Jul 11 '23

Micro-frontend Migration Journey — Part 1: Design

In today’s fast-paced digital world, where agility and scalability are crucial, businesses are...

Learn More 0 0Jul 11 '23

Writing efficient frontend design documents

Frontend design documents are an essential part of the software development process, but their...

Learn More 0 0May 4 '23

Testing Redux with RTL

React Testing Library (RTL) is an end-to-end testing tool that’s designed to test your...

Learn More 0 0Apr 26 '23

Can you trust AI?

While most of us are comfortable with using a microwave without understanding how it works, many...

Learn More 0 0Apr 6 '23

Automated Blog Promotion with ChatGPT, Twitter and AWS

In today’s digital landscape, creating a blog is just the first step in establishing an online...

Learn More 0 0Mar 7 '23

Snapshot testing in React Testing Library

Snapshot testing is a powerful technique for ensuring that your React components behave as expected...

Learn More 0 1Feb 9 '23

Optimizing Unit Testing in JavaScript: Tips, Tools, and Best Practices

In this article, we will focus on optimizing unit testing in JavaScript. We will discuss some of...

Learn More 0 0Jan 29 '23

Migrate away from Enzyme

What will you learn from this article? Applying an incremental (piecemeal) approach to...

Learn More 0 0Jan 20 '23

Build your infrastructure from a diagram

Many of you probably have already heard about the Infrastructure as Code (IaC) process that employs...

Learn More 1 0Jan 4 '23

Under the hood: how Jest finds related tests

In one of my previous articles, I already talked about how sometimes we don’t even notice the...

Learn More 5 0Dec 23 '22

How to build TypeScript to ESM and CommonJS

Before you start reading, please get familiar with the difference between CommonJS (CJS) and...

Learn More 2 0Dec 21 '22

Binary Search Algorithm in Git and AWS Kinesis

The binary search algorithm is a powerful technique used in a variety of technology applications,...

Learn More 1 0Dec 21 '22