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 »
Mongoose is a great way to handle your database connection and model your data without having to worry about performing your own validation and so on. However I found it quite hard to find an example of Mongoose in action with the database connection not... (more…)
Read more »
Ok, I'm pretty sure we all know `ES6`,`ES7` and `/ES[0-9]{1,3}/g` by now, it's pretty much the industry standard to adopt the tomorrow's technology, today. (more…)
Read more »
between - Between is a ES6 Proxy-based JavaScript animation library with API similar to Cocoa Animation block... (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 »