Loading Angular Configuration Before Your Angular App Starts
In this blogpost I want to describe two different ways how to load your settings before your Angular application starts. Although there already have been articles about this Tim Deschryver’s Blog Post ‘Build once deploy to multiple environments’ I want to point out two different ways of solving the issue as I see this as an reappearing issue in the Angular world.
Adding ESLint and Cypress to a New Angular Project
In this blog post I want to describe how Cypress and ESLint can be added to a new Angular project.
Angular Security Lib Angular-Auth-Oidc-Client Released in V12
With this blog post I want to share the news that we released the Angular Security Lib Angular Auth OIDC Client in V12.
SwitchMap, MergeMap, ConcatMap & ExhaustMap Explained
With this article I want to describe the differences between the rxjs operators switchMap, mergeMap, concatMap and exhaustMap.
Using Auth0 in Angular With NgRx
In this blog post I want to show how we can add Auth0 authentication into an Angular app when using state management with NgRx.
Starting Angular Projects With Nx
In this blog post I want to write down one possible way to start and architecture Angular projects using the Nx. I know that there are a lot of guides and even books out there but to have it written down in one place for me with all the current commands I am using building larger Angular applications I am creating this blog post.
Moving From TravisCI to GitHub Actions
In this blog post I want to write about how you can move from TravisCI to GitHub Actions.
Deploy a Hugo Static Site to Azure With GitHub Actions
Here you put your excerpt for the Blog Post.
Deploy a .NET ASP.NET Core Application to Azure With GitHub Actions
In this blog post, I want to write about how you can deploy your ASP.NET Core Web App running on .NET 5 to Azure with GitHub Actions.
Securing an Electron App Implemented With Angular Using OIDC and OAuth2
In this blog post, I want to explain how you can secure an Electron app written in Angular with OIDC and OAuth2 using IdentityServer4 as the Secure Token Server.