The Asynchronous Porcupine will not be rushed

In my programming classes, I take notes in my sketchbook. This means I have a lot of software concepts I have learned through making silly cartoons. I haven’t found a place to share them yet, so here (while poking WP) is as good as anywhere.

This spring, I tutored for intermediate JavaScript. It was great to go over tricky concepts again (without the firehouse of information that is seeing the idea for the first time in a credit class).

In a lab introducing fetch and API calls, I drew this creature.

Meet the Async Porcupine

A sketchy black and white drawing of a snub nosed porcupine in thick glasses reading dot matrix printer paper, handwritten text reads 'Async Data Reader'

In my head the Asynchronous Procupine shows up whenever code executes out of the order it is written. However, here this fellow is being a JavaScript Data Reader object, taking his sweet time to process an the contents of an html canvas into a downloadable image.

Scroll to Top