JavaScript Articles, Tutorials & News

Modern JavaScript in Rails 7 without Webpack

I didn’t much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned…

Read more »

Anti-Debug JavaScript/WASM by Hand

Last week a friend of mine asked me to debug/RE some phishing emails that had been sent to them. These phishing emails were visually very clever and looked identical to the real site! But as I looked at the javascript I frankly became embarassed for the d…

Read more »