Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Web Unleashed 2023: Maximize App Performance By Optimizing Web Fonts - Lazar Nikolov

You’ve just landed on a web page and you try to click a certain element, but just before you do, an ad loads on top of it and you end up clicking that thing instead. That…that’s a layout shift. Everyone, developers and users alike, know that layout shifts are bad. And the later they happen, the more disruptive they are to users. In this workshop we’re going to look into how web fonts cause layout shifts and explore a few strategies of loading web fonts without causing big layout shifts.

Web Unleashed 2023: Publishing JavaScript Libraries Made Easy - Abhijeet Prasad

Now more than ever, it’s complicated to publish an JavaScript library, especially if it’s open source. You have to keep in mind different JS runtimes, different TypeScript settings, and different bundler configurations – let’s not even get started on ESM vs. CJS.