JavaScript
Convert multiple images to WebP in JavaScript
A while back I wrote about how you can convert multiple images to WebP using PowerShell. Here's how you can do the same using JavaScript.
Create scripts in JavaScript with zx
If you use JavaScript and need to automate your work, you're missing out if you haven't heard of zx.
Simplify code reviews and improve consistency with custom eslint rules
If you review pull requests or build software in a team, custom eslint rules can save you a lot of time. Here's how.
Format date in JavaScript
If you need to format dates in JavaScript, using this library instead of Moment.js will help you decrease your bundle size, a lot.
Web components and SharePoint Framework
Web components are the holy grail of reusable controls. But do they have a place in the SharePoint Framework and if so how to they fit together?