Tag Archives: javascript

I like that in 2025 NYT games work offline

I got a subscription to the New York Times Games at 9.99€ for 1 year. It’s amazing how in 2025 all the games run offline: once they’re loaded in your browser, you can even turn off your Wi-Fi connection

Block the DOM in order to inspect interactive elements

A very dirty trick to inspect interactive stuff in the browser (works in Chrome and Firefox) by leveraging the debugger.

What is Deno?

A 1 minute post about Deno, the new kid in town. Is Node.js safe? Will you need to learn something new soon? Probably.

How to add comments to package.json?

When you’re bored, you usually have your best ideas. Today I’ve figured out how to add comments to your package.json file without much hassle.

How to scrape that web page with Node.js and puppeteer

A little tutorial on how to start web scraping with puppeteer, the Node.js library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol.