CDChristian Dimasinchristiandimas.hashnode.dev·May 4, 2021 · 4 min readLighter Web Scraping Using NodeJSIf you search for Web Scrapping using NodeJS, probably Puppeteer examples/articles will come up. It is an awesome library to use for complex web scraping because you are actually automating a browser when using Puppeteer. With that said, I think it’s...00
CDChristian Dimasinchristiandimas.hashnode.dev·Jun 29, 2020 · 7 min readBuild an Interactive CLI Using TypeScriptIn this article, we’re going to build a CLI using Typescript and a framework called OCLIF. We’ll make it interactive so that it’s really easy to pick up and use for the first time. This article was originally posted on my blog here: https://www.chri...00