Using Jest snapshots to simply redux tests


When writing tests for redux actions and reducers, its often the case when refactoring actions and reducers, tests are broken and manual changes need to be made to the tests to reflect these changes.…
Read more ⟶

Dockerizing My Dev Environment


Docker is a containerization platform that simplifies building, shipping and running apps.…
Read more ⟶

Simple Timer using Angular 2 and RxJS - part 2


This is Part 2 for creating a ‘Simple Timer using Angular 2 & RxJS’.…
Read more ⟶