Recently I was trying to set up ReactJS environment with ES6, Webpack, Babel. ReactJS developed by Facebook is a JavaScript library for creating.... (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 »
An introduction to JavaScript's latest major upgrade for developers who have been dragging their feet about it. (more…)
Read more »
A proxy is an object that wraps an object or a function and monitors access... (more…)
Read more »
<p>Aha! is a Rails monolith. Although we have embraced front end technologies, such as webpack and React, Rails is the glue that holds everything together. And like many Rails monoliths, CoffeeScript made up the bulk of our front end code. It was th... (more…)
Read more »