How to do Unit Testing with Jest in React?

January 21, 2020

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

May 8, 2016

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

January 26, 2016

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

December 10, 2014

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’

November 3, 2012

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…