Bruce Wilson

  Software engineer, frontend development, and computer graphics

   



2 Stories by Bruce Wilson

The quiet revolution: How JSON displaced XML

A computer science professor of mine once said, “For me to understand your code, show me your data.” The design of data is central...
0 9 min read

Using web workers for safe, concurrent JavaScript

Web workers provide a way to run JavaScript code outside the single thread of execution in the browser. The single thread handles requests to...
3 11 min read