Using C++ code in JavaScript projects is nothing new. Node.js has supported C++ Addons since the beginning. In browsers, asm.js has been… (more…)
Read more »
A stable, reliable, high-speed, globally available content distribution network for the most popular open-source JavaScript libraries. (more…)
Read more »
Since my previous article on async/await ended up getting popular I thought I'd follow up with more focused guide on flattening your JavaScript. We started this process on the CertSimple codebase a couple of weeks ago and while it was mostly stra... (more…)
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »
I recently finished a project related to novelsphere.js with Purescript. I really like it. (more…)
Read more »