How to use MSAL in Next.js to authenticate users in Azure AD

Use MSAL (Microsoft Authentication Library) library in nextjs application which allows you to authenticate users with Azure Active Directory (AAD) or Microsoft personal accounts (MSA) in your application.

 

Azure Static Web Apps (SWA) CLI for more productivity and easy debugging

Configure Azure Static Webapps CLI to easily debug both frontend and api dev server in one place for static webapps application.

 

NodeJS – Get the List of Site Collections in my Office 365 Tenant by PNP JS Search Query

From a NodeJS application, get the list of Site Collections available in my Tenant – A small code snippet.

 
 

NodeJS – Get SharePoint PnP-Core Client Context using UserName and Password and access SharePoint Objects from Node Application

In this article, let us see how to communicate with SharePoint and Get the client context from a Standalone NodeJS application.

 

How to add an API in Azure Static Web Apps and use in Nextjs application

Create an API for Azure Static Web Apps and utilize in the client side solution

 

NodeJS – Step by Step Procedure to Setup and Create a NodeJS application and use TypeScript as a Programming Language

This article describes about the process of setting up and start developing the Node JS application using TypeScript as the programming Language. A basic setup which is going to be followed up with few other articles of PNP JS.

 
 

ElectronJS – Step by Step Procedure to Setup and Create a Hello World App using Electron JS

In this article, let us see the step by step procedure to create my first hello world app using Electron JS.

 

Refreshing JavaScript – Calling an Async method within Map method in Typescript – SPFx

This article explains about calling an Async method inside a map iterator using await and Promise All with the simple code sample

 

Refreshing JavaScript – Push Un-Shift methods in Array.

A simple explanation about Push and UnShift in Javascript

 
 

SPFX – Array Manipulation Using TypeScript – Explained with SetTheory Concepts

Almost in every application or webpart, any developer would be dealing with the Array and any type of collection.  There are few scenarios which I faced with respect to the Difference, Union etc., Just wanted to share with the audience.