Using Puppeteer with Deno 🦕
8 min read - April 07, 2021Building a website diff checker using Deno and Puppeteer
Alexandre Portela dos Santos - Ericeira, Portugal
Helping businesses with tech | Business and product enthusiast | Author
about me | twitter | github | linkedin | resume
Building a website diff checker using Deno and Puppeteer
Deno Web Development: write, test, maintain, and deploy JavaScript and TypeScript web applications using Deno.
How to build and distribute a CLI with Deno that fetches the weather for a specific location
introduction to a blog post series where we use deno for multiple contexts, from building clis to web scrapping tools, among others.
Interview with PacktPub about the motivations, the experience and the process of writing 'Deno Web Development' a book on how to write, test and maintain web applications using Deno.
Going a little deeper on Deno. Exploring lock files, testing, sharing code between Deno and the browser, permissions and more.
Thoughts after trying out Deno to build a small API that connects to twitter
Do you have to write all the tests first? Is it that different if you write them afterward?
Growing an application guided by tests
A decoupled and painless proposal on how to deal with errors in react + redux applications
How to build a production ready frontend without a finished API
How Cypress.io enables you to write simple, readable, end to end tests
How not to depend on backend APIs to keep developing front-end applications
How using the reducer pattern simplifies state managing in local components
A compilation of mistakes and lessons from writing react/redux applications