One really cool thing about Angular 2.0 is that the framework is decoupled from the DOM via a higher level API. In the following post I will show how to take advantage of this by running an Angular application in a web worker.
...
Read more »
Recently I’ve been playing a lot with my pet project Tradux. It is a simple trading platform simulator which I built as an exercise in Redux, event sourcing and serverless architectures. I’ve decided to share some of the knowledge I learned in the for...
Read more »
In this article I will show how to create a lazy loaded treeview using RxJs Observables.
Read more »
Benefits of using Angular Js 1. An Intuitive Framework makes it easy to organize your code there’s a pressing need to be able to organize more... (more…)
Read more »