Niharika Gurnaniniharikagurnani.hashnode.dev·Jul 10, 2024Bundling in AngularBundling is the need of the hour as even today bloated web apps are being shipped to the production servers which really slows down the performance of the web apps & overall results in bad user experience. Bundling -> Collection of JS packages & othe...bundling
Diogo Felizardodiogofelizardo.hashnode.dev·Nov 10, 2023How to split an array into chunksSometimes, it proves advantageous to divide an array into smaller chunks, enhancing the efficiency of data processing or presentation. Luckily, both JavaScript and TypeScript offer practical approaches to achieve this. In JavaScript, a straightforwar...TypeScript
Loránd Mártonlorandmarton.hashnode.dev·Mar 13, 2023Optimizing JavaScript Performance and Reducing Load Times: Techniques and Best PracticesOptimizing JavaScript performance and reducing load times is an important aspects of web development. Here are some techniques that can help improve the performance and load times of your JavaScript applications: Minify and uglify your code: Minific...9 likes·59 readsoptimizing