JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and s... (more…)
Read more »
The speed of a single-page web application without having to write any JavaScript. - hotwired/turbo... (more…)
Read more »
true-myth - A library for safe functional programming in JavaScript, with first-class support for TypeScript and Flow. (more…)
Read more »
Because my parents didn't raise me right, I decided to take another crack at making valid ruby that is indistinguishable from javascript. (more…)
Read more »
If you ever made a webapp in JS, chances are you used Express as a web framework, Passport for user authentication and express-session to maintain users logged in. This article focuses on sessions and how we forked express-session to make it more secure. (more…)
Read more »