Dominic Elm DM'd me on Twitter to ask me questions about circular dependencies, and, well, I didn't know the answer. After some testing, discussion, and *ahem* chatting to the V8 team, we figured it out, but I learned something new about JavaScript along ... (more…)
Read more »
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 »
In the absence of a strong type system and a stateful paradigm, JavaScript developers need to be extra careful when managing state so that their code doesn't become a tangled mess. Dealing with ansynchronicity can get especially messy. We can learn a lot ... (more…)
Read more »
Live coding music and synthesis in Javascript / AssemblyScript (WebAssembly) - petersalomonsen/javascriptmusic... (more…)
Read more »
Building JavaScript at Scale Minko Gechev, Google twitter.com/mgechev github.com/mgechev blog.mgechev.com... (more…)
Read more »