If you haven’t heard about Reason, you should probably look into what it is first. However,if you have a JavaScript background and have just recently heard a... (more…)
Read more »
The other day, Sami Andras of hello.js contacted me regarding the latest writing challenge for hello.js. He stated that it was a very…...
Read more »
ReScript is one of several emerging programming languages that helps web developers build complex web applications that can be transpiled into JavaScript and run in the browser. (more…)
Read more »
<p>I recently used the
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a>
builtin to implement some date/time manipulation in JavaScript. Some parts of
it were quite surprising. I thi... (more…)
Read more »
In the past, Flow has had to make some tough decisions about what counts as a type error, and what we should surface in our analysis. Some… (more…)
Read more »