I am doing a free live webinar next Monday (10/12/2020) at 18 CET, where I will demonstrate Angular best practices and show you live coding of an app I am building using Angular and Firebase. Also, … [Read more...] about Free webinar: Live coding and Q&A (October 12 at 6 PM CET)
Efficient Sprints (as a frontend developer) – How to build quality software fast
In this video, I will show you the process of developing Angular apps efficiently. Here's what we are going to cover: Refining and task breakdown processes The feature kickoff Building the … [Read more...] about Efficient Sprints (as a frontend developer) – How to build quality software fast
ANNOUNCEMENT: Join Angular Architect Community (FREE)
In this video, I am announcing, that I have created a free Slack workspace called “Angular Architect Community” which is a community for Angular architects/leads or developers aspiring to be one. All … [Read more...] about ANNOUNCEMENT: Join Angular Architect Community (FREE)
The three types of actions in NgRx
The principles and patterns behind NgRx/Redux are nothing new. They are originating from CQRS (command query responsibility segregation) and event-driven systems. In that context, there are different … [Read more...] about The three types of actions in NgRx
How to pass complex values to Angular Elements in React
A common problem when using Angular Elements with other frameworks such as React is that all inputs will be stringified. That means if you pass an object using attributes, you will get "[object, … [Read more...] about How to pass complex values to Angular Elements in React
The Most Common Cypress Mistakes
Cypress has become the preferred way of doing UI testing of Angular apps by many Angular experts. It offers great improvements over Selenium-based testing tools by making the testing experience … [Read more...] about The Most Common Cypress Mistakes
The 10 Commandments of Angular Development – Adventures in Angular episode
I did a podcast episode for Adventures in Angular discussing the 10 commandments of Angular development. The commandments: Thou shalt separate smart and dumb components Thou shalt … [Read more...] about The 10 Commandments of Angular Development – Adventures in Angular episode
Top 5 NgRx Mistakes
NgRx is a popular state management framework implementing the Redux standard for Angular. Nevertheless, it is often one of the hardest things to learn when you are learning Angular. Often the … [Read more...] about Top 5 NgRx Mistakes