Exploring JS syntax/grammar to understand a confusing snippet, improving our thinking to be more like JavaScript! (more…)
Read more »
A blazing fast Javascript toolchain that parses TypeScript and Javascript - kataw/kataw... (more…)
Read more »
Since launching Cushion a couple years ago, we’ve been using AngularJS (1.x) as our front-end framework. If you’re curious how we ended up with Angular, I wrote about the decision (keep in mind this was 2014). I came from an MVCS background, so Angular re... (more…)
Read more »
I can tell at least that in 3 years, JavaScript will gain more the status of a VM and lose the status of a language. Already today, not… (more…)
Read more »
Bubble sort algorithm doesn’t track the current state of the array.
Even if it gets the fully sorted array as an input, the runtime will remain of the same O(n^2^) complexity. (more…)
Read more »