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.
Securing a Cordova App Implemented With Angular Using OIDC and OAuth2
The blog post explains how to secure a Cordova app written in Angular using OIDC and OAuth2 with IdentityServer4 as the Secure Token Server. It covers configuring the authentication flow, modifying the authentication config for mobile devices, configuring the Cordova project, and handling the authentication callback in the Angular app.