|
"It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years"
|
|
—Â
John Von Neumann,
Computer Scientist
|
|
|
|
Best 7 links of week #42, 2020
|
|
|
|
Async generator functions were a new feature in ES2018. Node.js added support for async generator functions in Node.js 10. Async generator functions may seem like a pretty niche feature, but they present a neat opportunity for Node.js WebSocket frameworks. In this article, I'll explain how a Node.js WebSocket framework might use async generator functions.
|
|
|
|
|
Vugu: Write pure Go and targets WebAssembly! Most modern browsers supported. Experimental, for now, but really cool!
|
|
|
|
|
Serving static assets, not using cluster mode, and poorly designed cron jobs, are the most common mistakes when scaling a node.js server.
|
|
|
|
|
Lazy-loading is a technique that defers loading of non-critical resources at page load time. Instead, these non-critical resources are loaded at the moment of need. Where images are concerned, "non-critical" is often synonymous with "off-screen".
|
|
|
|
|
JavaScript is full of tricks that you don't know you want until you ... want ... them. Or maybe just until you see them. One trick I recently realized was conditionally adding attributes to React elements!
|
|
|
|
|
Declarative Shadow DOM is a new way to implement and use Shadow DOM directly in HTML.
|
|
|
|
|
A crisp set of 15×15 icons designed by the Modulz team.
|
|
|
|
Â
|
Add a comment: