Monthly Shaarli

All links of one month in a single page.

August, 2017

GoogleChrome/puppeteer: Headless Chrome Node API
thumbnail

Puppeteer is a Node library which provides a high-level API to control headless Chrome over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome.

"JavaScript-Based Animations Using Anime.js", Monty Shokeen
thumbnail

"In the first tutorial of the series, you will learn about the basics of Anime.js. You will learn things like like selecting target elements and animating different properties related to them."

"Timing is Everything", James M Snell

This weekend I scratched a bit of a long term itch and implemented basic support for the Performance Timeline specification for Node.js core. Hopefully it will land soon.

pdf-bot: 🤖 par Esben Petersen
thumbnail

A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs

"Offline-Friendly Forms", Max Böck
thumbnail

"Forms on the web don't usually play nice with bad connections. If you try to submit a form while offline, you'll most likely just lose your input. Here's how we might fix that."

"All the fundamental React.js concepts, jammed into this single Medium article", Samer Buna
thumbnail
"Thinking JavaScript", Kyle Simpson
thumbnail

Pourquoi [[]][0]++; fontionne-t-il, là où []++; lève une erreur ? Plongée dans les arcanes de JS.