How to do Unit Testing with Jest in React?
In this tutorial, we will create a new project to illustrate Test Driven Development (TDD) with React and Jest. We will create a simple model…
Angular 2 Programming Languages
Programming Languages for Angular Development Angular 2 differs from Angular JS in regards to programming language support. With Angular JS you generally program in JavaScript….
New Support for ECMAScript 2015
Although it is a huge part of the modern web, the syntax of JavaScript hasn’t really changed significantly in quite a long time. That all…
Netflix in Flames
Recently I came across this blog post. The title sounded quite intriguing and when reading it, I found some points of interest that I will…
Getting ‘Closure’
I have been a Java developer since 1995, before that I worked in C++. So my language background is primarily statically-typed and object oriented. In…