• Skip to main content

Christian Lüdemann

Advanced Angular topics made simple

  • Blog
  • FREE courses
    • How to Accelerate Your Angular Career and Double Your Income
  • Angular Architect Accelerator
  • About

Main Content

Christian Lüdemann


Advanced Angular Development Made Simple

Blog Posts

Server-side Rendering (SSR) with Angular Universal

April 8, 2021 By Christian Lüdemann Leave a Comment

As the name suggests, Single-page App (SPA) is a single HTML document that can be initially served to the client. Any new views required in the application can be created by using JavaScript solely on the client. Besides this, the request-response cycle still happens, but only to RESTful APIs to get static resources or images. […]

Q&A Angular with Ionic Coding session

April 2, 2021 By Christian Lüdemann Leave a Comment

See me demonstrate the course content and best practices while building a productivity app with Angular, Ionic, and Capacitor and get your Angular questions answered. In this session (27/03/21), we will build upon the basic app from last time and use the Nx Monorepo architecture. In future sessions we will: – Hook the app up […]

GraphQL Cache Updates Made Easy

March 23, 2021 By Christian Leave a Comment

Apollo Graphql comes with built-in support for caching which can be used as a state management system (which they recommend). There are a couple of different ways to update cache after an update in this state management system: Refetch query Built-in normalization Update callback This post will teach you when and how to do the […]

How Søren accelerated his way to becoming an Angular architect

March 20, 2021 By Christian Leave a Comment

Before he joined, he had half a year of Angular experienced. He tried to set up a good architecture but had problems with scale. As soon as he signed up for the course, the architecture became extremely good immediately and became capable of handling scale. The main takeaways: From taking the course is you will […]

How Fabrice Became An Angular Architect In 8 Weeks

March 16, 2021 By Christian Leave a Comment

Learn how Fabrice became an Angular architect in 8 weeks. He asked himself “How can I strengthen my knowledge” and he joined Angular Architect Accelerator. Fabrice shares his experience with the course and how he became a better Angular developer.

The Complete Guide to Angular Security

March 2, 2021 By Christian Leave a Comment

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 that learning about security actually forces you to gain knowledge about how the browser works thus it can make you a better Angular developer in […]

Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular

December 29, 2020 By Christian Leave a Comment

In this post, I will show you, how to set up a multi-tenant application with Firebase, GraphQL, and Angular. This is a common scenario for SaaS applications, as multiple tenants should be able to have their data separated from other tenants’ data and that data should be kept safe as well using proper authorization checks. […]

Expose Private Methods For Testing? (Angular Question)

November 6, 2020 By Christian Leave a Comment

In this video, I answer if it is ok to expose private methods for testing in Angular apps.

  • Github
  • Instagram
  • Linkedin
  • Twitter

More posts in the blog section

  • Privacy Policy
  • Terms
  • Contact

Copyright © 2021 · Lüdemann Consulting