TL;DR Last year, I started to work on the 2.0 version of my static type checker for JavaScript written in Rust, but, unfortunately, I see that nowadays, TypeScript won. The idea of strict type-checking for JavaScript is less popular than in 2019. Addition… Read more
Similar
The story of JavaScript is the story of accidental implementation details that become unfixable WTF moments for all new developers. All…...
Read more »
Why are there so many monad articles and tutorials? Because people like me keep writing them 😎 Maybe it's because of the monad tutorial… (more…)
Read more »
A proposal for adding the simple-but-useful pipeline operator to JavaScript. - GitHub - tc39/proposal-pipeline-operator: A proposal for adding the simple-but-useful pipeline operator to JavaScript. (more…)
Read more »
This article will describe an authentication strategy using Django REST Framework with a Javascript frontend application. I'll be demonstrating this with Vue.js (Qusar Framework, using Vue 2), but the concepts should transfer to any other Javascript frame... (more…)
Read more »