Writing ReasonML Bindings for JavaScript APIs

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… Read more

Similar

From JavaScript to Go

This article, based on the book Go for Javascript developers aims to help you understand a little bit of the Golang ecosystem, and, why not, help you to start writing Go code! (more…)

Read more »

JavaScript Visualized: The JavaScript Engine

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 »