cpp.js is a tiny implementation of the C preprocessor (cpp) in Javascript (js). It supports all features of the original, including #include's and the stringization (#) and token concatenation (##) ...
Ahh, vanilla JavaScript… it makes even seasoned web developers break out into a cold sweat. But, with a little practice in the fundamentals, you might learn that vanilla JavaScript (JS) can be your ...
Visual Studio Code is a code editor that is completely free and open-source. It has been developed by Microsoft and is highly regarded by developers due to its lightweight, fast, and extensible design ...
sql.js is a javascript SQL database. It allows you to create a relational database and query it entirely in the browser. You can try it in this online demo. It uses a virtual database file stored in ...
In this blog post I will introduce the concept of interfaces and how they can be useful even in dynamic languages. I will also use the library Implement.js to bring the concept to JavaScript, and show ...
Google LiteRT.js, released July 9, 2026, brings native browser AI inference to web developers by compiling Google's proven C++ runtime to WebAssembly — delivering up to 3× faster performance than ...