Official battery blocklets from i3blocks-contrib did not work properly for me so I decided to create my own


In this article I will provide information how I configured my Parcel.js bundled app to be PWA-enabled


Recently I tried to migrate one my React app to Parcel.js and had challenge to set up jest test runner.


In this article I will explain how did I set up my neovim to work with React and Vue projects. It should also work for Vim 8+


Some time ago I didn't understand what is code snippet and why I should use them. But when I started writing a lot of unit tests I understood how snippets can simplify my life. In this small article I will show you how to automate writing JS unit tests using snippets.


This article explains the correct way how to mock axios in jest with typescript


Sometimes it is needed to use some graphical applications for viewing git diff or merge. Git allows to specify it.


Prettier is code formatter which can format your code automatically on file save. It can not only format, but fix code according to your eslint or tslint rules.