About
July 13, 2022 | 5 mins to read
Protractor is dead. What to replace it with?
Since you decided to read this article you probably know that the Angular team plans to end the development of Protractor at the end of 202…
January 6, 2022 | 1 mins to read
Make iTerm and JetBrains IDEs work together
This instruction should work for all of the JetBrains IDEs (IntelliJ IEDA, WebStorm, PhpStorm, PyCharm). Most of the modern IDEs and code…
December 3, 2021 | 3 mins to read
You should NOT use Store in your web applications
Remark 1: In this article, when I say "store" I refer to the "Flux architecture" and its implementation represented by Redux. Remark…
November 24, 2021 | 1 mins to read
RxJS Long Polling with a Retry Count
When you need to continuously get some data from the server one of the options is the Long Polling technique. But when it comes to the…