Enums in JavaScript

Enumeral type is a very handy concept that assures your variable cannot be any other value except one that was defined. Read more

Similar

A little JavaScript problem

In fact, this isn't about JavaScript, but that's the context I've discussed it in. I encourage you to think about it in more programming languages. (are there languages in which this can't be done?)... (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 »