Entries by Angelika Siczek

When is it worth to use CDN?

The Internet has changed beyond recognition in the last 10 years. Along with the constantly growing number of websites and companies that are starting to appear on the Internet, the standard of their appearance, content they contain and above all speed of operation and reliability increases. Unfortunately, a slowly loading page or seeing only a […]

What is a Webpack and when is it worth to use it?

WHAT IS WEBPACK? Webpack is a bundler, a tool that can pack many different formats into one JavaScript file. It’s going to extend .js, and it will do it by transforming and minifying the unnecessary code. DO YOU NEED IT? If you are building a large application with a complicated frontend that has many images, […]