Last week I had to sit through a meeting where we were trying to figure out how to merge an Angular 4 app into an Angular 1.5 app. First off, why? The original intent was to merge the features of… (more…)
Read more »
Many frontend developers might see security as a non-functional concern, that is handled by the security department and that they instead should just focus on feature development. The reality is th… (more…)
Read more »
We used Angular 2 for our frontend. I was not involved in this decision, and I came to work on the frontend relatively late in the project. This post is not meant to be a comprehensive review of the framework, but rather a collection of observations after...
Read more »
In this article, we will learn how to lazy load our CSS files and how to extract them with a hash on production build to prevent browser cache. (more…)
Read more »
In this part, we’ll use Firebase for establishing roles in our system, setting up rules in firebase for security and routes in our app. (more…)
Read more »