How To Use StrykerJS With jest And TypeScript
Continuing the topic of frontend tests with jest, we’re taking a look at StrykerJS today. Stryker Mutator is one of the most popular tools for…
Continuing the topic of frontend tests with jest, we’re taking a look at StrykerJS today. Stryker Mutator is one of the most popular tools for…
If you are using jest to write JavaScript/TypeScript tests like this one: and you’re looking for how to show their results in TeamCity as follows:…
In one of our biggest projects, we develop and maintain a React web application. Last year, we decided to migrate it to TypeScript. How did…
We recently run into a problem of having to display a vanilla JavaScript component in a React component. This component exposes a static method to…
In one of our projects at Yumasoft we needed to replace npm library’s implementation with a custom one. This was needed because one of the…
In React applications, I often realize that my component starts getting too big. It starts to have too many responsibilities. Sometimes I also see that…
Now that the whole world is using encrypted connections, our privacy becomes more important as we do more and more things online. Connections to banks,…
Introduction I will try to explain how JavaScript looks like for a Python developer, at least from my experience. So first sight of JavaScript is…
When starting your journey with JavaScript, you should have knowledge about valuable information sources. In my opinion, having such lore can save you a lot…
Guide for java or swift programmers who want to learn the other language.