The event loop and your code talk from WarsawJS On august 2020 I spoke at WarsawJS, explaining about the event loop and how it works. I hope you will enjoy this talk. (more…)
Read more »
How do you write readable JavaScript? Is there a single rule to keep in mind? It turns out there is and it's a very simple one. (more…)
Read more »
In this post we will build a simple application with choo that list a series of tv shows, we will look at how to use the choo-cli and how to do some testing.
Read more »
A blazing fast 100% spec compliant, self-hosted incremental javascript parser written in Typescript - escaya/escaya... (more…)
Read more »
Let me start by saying — I was surprised how easy it was to write grammar for an Earley parser. I have been using regular expressions for… (more…)
Read more »