top of page
May 3, 20202 min read
Managing a project using Agile sprints and long-term project plan (Gantt chart)
This blog shows how I have managed my last project delivered for one of my clients. The task - design a couple of web sites for one of...
1530
May 3, 20202 min read
Azure B2C Single Sign-On
The 2020 specification for implementing Azure B2C SSO relies on using the OpenID Connect library and Authorization code flow Fig 1 -...
1730
May 3, 20202 min read
Authentication and authorization using Azure B2C and MSAL
Authentication I have used 2 separate libraries to perform authentication on the client-side: "@azure/msal-angular": "^0.1.2" "msal":...
2700
May 3, 20201 min read
Azure B2C Custom Policies
Get started by creating custom policies as described in the link from below: https://docs.microsoft.com/en-us/azure/active-directory-b2c/...
1240
May 3, 20201 min read
Azure Function used as a claim exchanger
This blog article shows the claim exchanger Azure function. Read the article from below to get started with creating a function with...
650
May 3, 20201 min read
Azure Blobs
This blog article shows how to upload/download files into the Azure Blob storage. Fig 1 - A container stores all the uploaded blobs Fig 2...
280
May 3, 20202 min read
Azure Application Insights
This blog article shows how to create an Azure Application Insights service and hook it up with your Angular web app and NodeJs server....
4700
May 2, 20202 min read
Azure app services - debugging, VSCode and other tools
This blog article shows a few tips used in daily work. Logging out from Azure can be done by accessing "View/Command Pallete"...
390
May 1, 20201 min read
Azure API Management
This blog shows how to use Azure API Management to expose the app services APIs called by the claim exchanger Azure function described in...
250
May 1, 20209 min read
Designing applications with Angular and NodeJs/TypeScript
This blog shows the initial assessment of an application implemented by a different vendor for one of my clients using Angular and NodeJS...
960
bottom of page