Node 16 LTS now on AWS Lambda
May 19, 2022
Web Scraping via JS Runtime Heap Snapshots — When official APIs don’t offer all of the access users require (or don’t exist at all) scraping can become a less than ideal necessity. Puppeteer or Playwright make controlling a headless browser easy, but finding the data you want can still be complex.. but what if you could just pluck data objects from a page out of the heap? Puppeteer Heap Snapshot is the end result of this experiment. Adrian Cooney |
Making TypeScript ‘Stick’ — Test your knowledge through quizzes, challenges, and even a TypeScript gameshow in this new course by Mike North! Frontend Masters |
Node.js 16.x Runtime Now Available in AWS Lambda — Node.js was the first runtime offered when AWS’s industry defining serverless platform launched eight years ago, and now you can get up and running on the latest active LTS release with all its improvements. Dan Fox (AWS) |
Quick bytes: |
Deploying Node-RED to Google App Engine — Node-RED is a Node-powered low-code event-driven programming environment most commonly associated with IoT and stringing together hardware devices in various ways. But you can deploy it in the cloud, too, to create your own automation system for other things. CodeREVUE |
🛠 Code & Tools
|