This week I attended my first TC-39 meeting. For those unaware, TC-39 is the designator of the ECMA working group that defines the…
Read more »
Node.fz: Fuzzing the server-side event-driven architecture Davis et al., EuroSys’17 This paper provides a fascinating look at common causes of concurrency bugs in server-side event driven arc… (more…)
Read more »
Sometimes we can be using a technology for years and not realize that it hides some small, yet super useful, feature deep inside. This is also true for Node.js and its `require()`. Did you know that it allows you to import HTML files into your JavaScript ... (more…)
Read more »