naomi - Enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, FlowType, React JSX, HTML5, SCSS3, XML, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files. (more…)
Read more »
Welcome back to ES6 – “Dude, we already had those!” – in Depth series. If you’ve never been around here before, start with A Brief …...
Read more »
In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… (more…)
Read more »
Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy… (more…)
Read more »
Previously I showed how to write application code using ES6, but wouldn't it be nice to use ES6 when writing unit tests as well? In the following post I will demonstrate how to write Jasmine tests using ES6 syntax.
Read more »