ProbeTheProto framework helps identify and alert websites vulnerable to a flaw that allows malicious actors to 'pollute' important web code... (more…)
Read more »
JSDB is an easy-to-use, in-memory JavaScript database for Small Web that persists to a JavaScript transaction log. (more…)
Read more »
A little while ago I started working on a 16 bit virtual machine running in node. I’d been watching these amazing series of videos from Ben Eater about how he build a fully functional 8 bit c… (more…)
Read more »
Modern JS frameworks tend not to reload the page but manipulate DOM and change URL path for internal navigation, for performance and smooth UX. But since there is no page reload, window.onload event does not get triggered for subsequent navigation. W... (more…)
Read more »
At the high level of building web applications, low level details of memory management are typically abstracted away from the programmer. While you still need to be aware of the memory needs of your application, using a language like JavaScript means you ... (more…)
Read more »