Adventures in JavaScript pt.1

From the dev.to() community. Sharing ideas that makes us all better developers. Read more

Similar

JavaScript: The First 20 Years

JavaScript: The First 20 Years  by Allen Wirfs-Brock and Brendan Eich Our HOPL paper is done and submitted to the ACM for June 2020 publication in the PACMPL (Proceedings of the ACM on Programming Languages)  and presentation at the HOPL 4 conference when... (more…)

Read more »

A 16 bit VM in JavaScript

A little while ago I started working on a 16 bit virtual machine running in node. I’d been watching these amazing series of videos from Ben Eater about how he build a fully functional 8 bit c… (more…)

Read more »

Splash – A JavaScript rendering service

Splash is a javascript rendering service. It’s a lightweight web browser with an HTTP API, implemented in Python 3 using Twisted and QT5. The (twisted) QT reactor is used to make the service fully asynchronous allowing to take advantage of webkit concurre... (more…)

Read more »