If you use Angular Universal, you probably know that in addition to Server Side Rendering, Universal provides you with the full range of Node.js functionality on the server-side. Today we will examine... (more…)
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 »
This is the fourth post in the Essential Angular series, which aims to be a short, but at the same time, fairly complete overview of the…...
Read more »
The Angular CLI is a command-line interface for building Angular applications, and over the last year it has become one of the most… (more…)
Read more »
Globally enforce an Angular app code style by combining the power of Husky and Prettier. Here's how to automate and enforce a global coding styling so that you and your developers can focus on what matters.Introduction. Automation is a HUGE key in acceler... (more…)
Read more »