Bruce Wilson Software engineer, frontend development, and computer graphics

Stories by Bruce Wilson

The quiet revolution: How JSON displaced XML

Dev

A computer science professor of mine once said, β€œFor me to understand your code, show me your data.” The design […]

Bruce Wilson
Dec 11, 2018 β‹… 9 min read
Using Web Workers For Safe, Concurrent JavaScript

Using web workers for safe, concurrent JavaScript

Dev

Web workers provide a way to run JavaScript code outside the single thread of execution in the browser. The single […]

Bruce Wilson
Mar 26, 2018 β‹… 11 min read