How To Configure Jest Tests on TeamCity
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:…
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…
In one of our biggest projects, we were using Bootstrap 3.4 for a long time. Finally, we decided to move on and upgrade it to…
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…
Guide for java or swift programmers who want to learn the other language.
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…