The goal is to convert a subset (or full set) of Elixir code to JavaScript, providing the ability to write JavaScript in Elixir. This is done by taking the Elixir AST and converting it into JavaScript AST and then to JavaScript code. This is done using th... (more…)
Read more »
babel-plugin-offside-js - Babel offside (indention) Javascript syntax extension. (more…)
Read more »
Let's talk a bit about keeping tabs on how much CPU is consumed by an application's JavaScript. And let's frame the discussion around components - the atomic building blocks of the application. This way any performance improvement efforts (or regression i... (more…)
Read more »
Understand module pattern and singleton pattern in JavaScript the module pattern fills many gaps where programmers would otherwise use a singleton, however the module pattern more... (more…)
Read more »
Recently we integrated spellchecking into Teamemo. Therefore we searched for a good JavaScript spellchecking library. There were some very promising available, for example: nspell. It wasn’t very popular, however was good documented and based on hunspell ... (more…)
Read more »