JavaScript may not seem to be the ideal language to manipulate large amounts of data. This post goes over a few key problem areas and how you can avoid them. (more…)
Read more »
One of the new features in ES6 is a new type of function, a generator function. You’ve probable heard of them. They are defined almost like normal functions, but instead of function, you use functi... (more…)
Read more »
In this blog post we’ll go through a sample implementation of a type checker, interpreter and a transpiler for a basic purely functional programming language, which is based on the lambda calculus. We will do a “full-stack” programming language developmen... (more…)
Read more »
How to speed up a ubenchmark 300x Static Hermes: How to Speed Up a Micro-benchmark by 300x Without Cheating This is th... (more…)
Read more »
Here is the list of some of the most popular JavaScript engines to make Browser HTML5, Desktop, and mobile games. (more…)
Read more »