I’m announcing a new live workshop: Angular Testing Workshop. It will be half-day workshops over three days, 100% online, where we will learn all the industry best practices with Angular testing so you can apply them in your daily work – taking straight out of my experience with doing Angular testing for big projects. The […]
Main Content
Christian Lüdemann
Advanced Angular Development Made Simple
Blog Posts

Angular Todo App (Must Watch For Angular Interview)
In this video, I show you how to build an Angular todo app which is my preferred way to screen developers.

The Complete Guide to BFF (backend for frontend)
A backend for frontend (BFF) is one of these newer architectural patterns that especially became relevant after the rise of microservices and domain-driven design, as it is a way to simplify the communication between the frontend and backend and make the frontend development simpler. In this post, I will cover BFFs with Angular and if […]

How I 4 x’ed my income in 1 year
In this video, I will cover how I 4 x’ed my income using a systematic method.

When should you go freelance?
In this video, I cover when you should quit your job and go freelance.

Remote vs office job – Which should you get?
In this video, I will cover when and if you should get a remote or office dev job.

Angular App with Firebase
We are continuing with our series on building our Angular applications, this week we are adding Firebase to our application. In the video I will show you how to connect, setup and configure your application to use Firebase.

How To Add Dynamic Global Styling To An Angular App
In this video, I will show you how to add dynamic custom styling to an Angular app. This is something I eg. use for the course portal of Angular Architect Accelerator. The style is added as: Notice how the use of sanitizer.sanitize sanitizes the styling before the style tag is generated, preventing XSS attacks.