Back in January, I wrote a post about trying to replace Node with Deno as my default Javascript runtime for new projects. It's been a few months, and a few projects, so I wanted to reflect on that decision. Turns out that the most common type of greenfield project to come across my desk is a web scraper - a robot to extract data from somewhere and put it into a file, usually JSON or a CSV. Well, now I've got two public Deno based scrapers as a result. Both run frequently on Github Actions to ...