
Discoveries #26 - JavaScript HowTo's
Over time, everyone accumulates links somewhere about procedures that one has not yet internalized. This is also the case with me and JavaScript development. “Damn … what was that about Call | Proxy | Map | <You name it>?!”. Here are 11 of them …
- Processing images with sharp in Node.js
- Use console.log() like a pro!
- Simple Swipe with Vanilla JavaScript
- The File System Access API: simplifying access to local files
- An introduction to WebAssembly for JavaScript Developers
- Getting Started with the Map and Set Typed Collections
- JavaScript Currying: A Practical Example
- How to Use the Call, Apply, and Bind Functions in JavaScript
- How JavaScript's Proxy Object Works
- JavaScript waitFor Polling
- How to measure page loading time with Performance API