Chatterbox Part 11 — Scraping memory dump in Chrome with Chrome Debugging Protocol

This is the eleventh part of the Chatterbox series. For your convenience you can find other parts in the table of contents in Part 1 – Origins Today we are going to scrape memory dump capture with Chrome Debugging Protocol and Puppeteer. Some reading before moving on might be helpful. Let’s start node with Puppeteer … Continue reading Chatterbox Part 11 — Scraping memory dump in Chrome with Chrome Debugging Protocol

Types and Programming Languages Part 8 – Testing – is it worth it?

This is the eighth part of the Types and Programming Languages series. For your convenience you can find other parts in the table of contents in Part 1 — Do not return in finally Today we are going to talk about tests in software engineering. Why tests? That’s actually a very good question. Why do … Continue reading Types and Programming Languages Part 8 – Testing – is it worth it?