In this article, we will focus on optimizing unit testing in JavaScript. We will discuss some of the best tools for unit testing such as…
Written by Ildar Sharafeev
In this article, we will focus on optimizing unit testing in JavaScript. We will discuss some of the best tools for unit testing such as…
What will you learn from this article? What is wrong with Enzyme? Enzyme is a popular testing library for React applications, but it has limitations.…
Many of you probably have already heard about the Infrastructure as Code (IaC) process that employs a declarative approach to manage and provision system infrastructure…
In one of my previous articles, I already talked about how sometimes we don’t even notice the algorithms around us. When using a tool or…
Before you start reading, please get familiar with the difference between CommonJS (CJS) and EcmaScript Modules (ESM). This article will describe how we can build…
The binary search algorithm is a powerful technique used in a variety of technology applications, including Git and AWS Kinesis. By using bisect method, it…
My main motivation for creating this blog was to break the common misconception many people have about frontend tech: However, it does not mean this…