Facebook’s Reason programming language is based on OCaml but uses a syntax that is familiar to JavaScript developers.
Facebook’s Reason programming language is based on OCaml but uses a syntax that is familiar to JavaScript developers.
Reason can almost be considered a statically typed, faster and simpler cousin of JavaScript, minus the cruft and with more powerful features.
You can even do React development using it. Reason compiles to JavaScript and also to native.
This seems like such a no brainer it’s amazing you don’t see more articles like this one.
This seems like such a no brainer it’s amazing you don’t see more articles like this one.
Vue is philosophically more like Angular 1 than Angular 2+ is. Code conversion is also simpler and there’s no need to embrace transcompilation just to run it.
Vue also performs better than Angular 1 (and even React) and has plenty of corporate money backing it.
Visualising sort algorithms.
Visualising sort algorithms.
Officially the world’s richest fucker.

Officially the world’s richest fucker.
Ohm: little language parser generator in JavaScript.
Ohm: little language parser generator in JavaScript.
Advertising is awful but internet advertising is evil.
Advertising is awful but internet advertising is evil. Think about this next time you argue about the advantages of targeted, personalised advertising. This stuff needs to be blocked from all your devices.
“If you want to make the point that advertising networks should be more concerned with privacy, the bogeyman you usually pull out is that big corporations know so much about you. But people don’t really care about that,” says University of Washington researcher Paul Vines. “But the potential person using this information isn’t some large corporation motivated by profits and constrained by potential lawsuits. It can be a person with relatively small amounts of money and very different motives.”
Blockchain

Unpopular Metrics about JS Bundlers – Andrea Giammarchi – Medium
This is pretty fucking awesome. Enable typescript style type checking without transpilation.
This is pretty fucking awesome. Enable typescript style type checking without transpilation.
VSCode automatically supports typescript annotation of JavaScript and acts as a kind of linter. No build step.