a web perfomance introduction and why you should care;
Improving the performance of your website/web product impacts several critical metrics: User...
Tag archive
Improving the performance of your website/web product impacts several critical metrics: User...
considering app implementation before deploying

If you’re a web developer, I’m sure that you’ve heard about tree-shaking. It’s often understood as...

Если вы разработчик сайта, то наверняка пользуетесь каким-либо сборщиком (например, Webpack, Rollup или Parcel), который к тому же транспилирует ваш JavaScript-код с помощью Babel. Ну и, конечно же, вы наверняка используете разнообразные зависимости, чтобы сократить время разработки. Обычно транспилировать код зависимостей не принято, ведь вроде как и без этого все прекрасно работает. Но времена меняются...
Manipulating the DOM in JavaScript allows us to do very interesting and impressive stuffs. This is a...

How to make your website faster using Browserslist.

When talking about must-have for websites, performance is one of them. Why is it important? And how c...
Improving bundle compression to 40% of filesize via change standard css classname hash for splitting...
GraphQL to the rescue — a short introduction GraphQL is a query language invented by...