Debating Barrel Files in Software Development: Exploring Alternatives for Code Boundaries and Tree-Shaking
Introduction The debate over barrel files in software development has intensified in...
Tag archive
Introduction The debate over barrel files in software development has intensified in...

Originally published at norvik.tech Introduction Explore the technical intricacies of...
Problem Statement Tree shaking is a dead code elimination process that removes unused...
In modern JavaScript development, optimizing code for performance is more important than ever. With...

Hey friends, how are you doing? This year, I tried a new Angular version and wanted to experiment...

Improving Angular App Performance: Profiling and Code Optimization Strategies A blazing-fast Angular...
Introduction Javascript file size can have a significant impact on browser performance....

Header image is generated by Night Cafe's AI btw. Thinking of the vast frontend ecosystem, for the...
JavaScript is an expensive resource to process. It needs to be parsed, compiled, and then finally...

We, as Javascript developers need to use libraries in our day to day, it simplifies our work a lot....

Since Angular version 6, we can create tree-shakable dependencies and even leave out Angular modules.