Last week, we released our first annual State of Open Source Security report. One of the discoveries the report mentions is that an analysis of around 433,000 sites found that 77% of them use at least one front-end JavaScript library with a known security... (more…)
Read more »
Introduction
Welcome to another post of the series, JavaScript: Cracking the Nuts. This series is all about visiting JavaScript fundamental concepts with greater details. In this article, I am going to explain another important concept called, Scope.... (more…)
Read more »
Node Package Manager, or NPM, is the de facto package manager for all Node.js projects. It’s installed whenever you install Node.js, so it’s kind-of shoved into your face from the start. Because of…...
Read more »
Code, by Charles Petzold, is a fascinating look at building computers from the ground up. Starting in Chapter 11, it walks through creating logic gates. These can be used (amongst other things) to add numbers together. (more…)
Read more »
Take a deep dive into building reactive Rails applications with Hotwire Turbo and only a pinch of custom JavaScript. This article compliments the RailsConf 2021 talk by Vladimir Dementyev. (more…)
Read more »