In a recent project, we faced a challenge when trying to manage multiple environment settings in an Angular application running in a Docker container. This blog post is about how [...]... (more…)
Read more »
A todo app is the equivalent of a ‘Hello world’ application for front-end development. While it covers the CRUD aspect of creating an app, it often only scratches the surface of what a framework or library can do. Angular seems to always be changing and u... (more…)
Read more »
The browser provides powerful tools for debugging web applications, including those built with Angular 1. I’ll list a few important concepts, but for an in-depth tutorial on debugging JavaScript in the console I highly recommend reading through the DevToo... (more…)
Read more »
AngularJS was a good concept in 2012, but in 2017, the JS ecosystem as surged past Angular in maturity, flexibility, and productivity. (more…)
Read more »
Every developer knows not writing reusable code that can be made reusable is the evil that awaits to be risen sooner or later. (more…)
Read more »