Webpack and Frontend Build-Time Performance Engineering for React Rudolf Olah, December 4, 2023March 10, 2024 This article explores webpack, focusing on ways to investigate the build-time performance of webpack for your React apps. First, we cover the items that can affect build-time and runtime performance. Next, we’ll explore profiling tools for CPU and memory usage and how to use them. We’ll then delve into webpack bundles and how to analyze what’s in a bundle. Finally, we talk about setting goals. Continue Reading
Learning AngularJS articles Rudolf Olah, July 27, 2020July 28, 2024 From 2014 to 2019, I wrote a newsletter called “Learning AngularJS”. I have collected the articles here as an archive of that newsletter. I also published a video course on testing AngularJS code in 2015. Continue Reading