javascript

Saving Images from a Headless Browser

Learn how to save any image from a headless browser in this Puppeteer tutorial.

Continue reading

Designing The Wayback Machine Loading Animation

A walkthrough of how we helped The Internet Archive design a new loading animation for the Wayback Machine.

Continue reading

Check If A Website or URL Has Been Submitted to StumbleUpon

A simple tool to check the status of a URL in StumbleUpon’s index, along with a description of how it works.

Continue reading

Making Chrome Headless Undetectable

Using MitmProxy and injected JavaScript feature mocks to bypass Headless Chrome detection tests.

Continue reading

Why I still don't use Yarn

A benchmark comparison of the npm, yarn, and pnpm package managers for node.

Continue reading

How to Create a Public Slack Community with Open Invites

A step-by-step guide to creating a Slack community with an open invitation form.

Continue reading

Using Puppeteer to Scrape Websites with Infinite Scrolling

Learn how to scrape an infinitely scrolling data feed with a headless browser.

Continue reading

Using Webpack to Render Markdown in React Apps

Learn how to connfigure Webpack to automatically render Markdown in React components.

Continue reading

How to Run a Keras Model in the Browser with Keras.js

Covers installing the right packages, exporting the weights from Python, and performing a prediction in the browser.

Continue reading