Let's explain the Semantic Commits term and demonstrate practical examples of commit messages, inspired by the Conventional Commit specification and Angular conventions. (more…)
Read more »
In my last projects, we always had the same requirement: Build the application once and deploy the same build fragment to multiple environments. This leads to some technical challenges, as we need to be able to inject environment-specific information to o... (more…)
Read more »
"I like my quiet, peaceful life." - Todd Motto Hey Todd, you’re quite a superstar in the front-end world! Haha. People say this, but I just say no. Credit: @AngularCamp Smart. How did it all start? How did you become the programmer you are today? Compl... (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 »
There are many times when we need to insert Google Analytics into our application to track what a user does or where they go in the application. Single page apps like Angular work differently, though, than a static site for example. This post will show yo... (more…)
Read more »