Author - Egor Nepomnyaschih

A way to speed up your Selenium tests

Selenium is an awesome and one of the most popular tools for automation of
Web Front End testing. The idea is that you write an application which opens your browser and simulates user actions.
After each action you check if application reacts as you expect it to. Selenium provides all the neccessary API to
make the process easier for you. Read More

Front end optimization experience

Nearly a month ago we ran into quite a challenging problem with the application that we had been developing for 2 years.

Overview

In a first place, this was just a purely Front End application developed in JavaSscript , quite simple. The performance wasn’t crucial before, and we were focusing mainly on the application appearance and reliability. To make the application friendlier to the end user, our code handles any user action instantly, without a single second of delay. Read More