3 things I've learned in 5 years of JavaScript Software Development - 3_things_ive_learned_in_5_years_of_javascript_software_development.md... (more…)
Read more »
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... (more…)
Read more »
You can get CSS translate values in JavaScript by parsing 2d and 3d matrices. Here's how to do it, and what you should watch out for... (more…)
Read more »
Over the last year and a half I've gotten really into writing parsers and
parser-adjacent things like interpreters, transpilers, etc. I've done most of
these projects in JavaScript, and I've settled into a nice little pattern that
I re-use across projects... (more…)
Read more »
clarifyjs - Create and Execute Chained Javascript Methods In Any Order You want... (more…)
Read more »