With the recent release of Angular 5.1 and its CLI in version 1.6, Angular released his new module @angular/service-worker, developed to help us creating Progressive Web Apps. Angular team is saying that it's a first release, and the work will continue in the future, to add new
This is the second post of the series, showing a full implementation of a webhook in SharePoint Online using Azure Function, as an alternative to remote event receivers. We'll see in this post how to authenticate to Azure AD from a Function using certificates, how to retrieve the changes on
The goal of this series of posts is to show an implementation of a real world scenario of a webhook in SharePoint Online, as an alternative to remote event receivers, to allow developers to receive notifications on specific events. The architecture will be a variation of the one showed in
Postman is a very useful tool when using REST API in your developments. It allows you to create every HTTP request you can think of and get / format responses. That's why every SharePoint developer should use it, since SharePoint exposes a very nice REST API since SharePoint 2013. Postman is
PowerShell Desired State Configuration (DSC) is a powerful way to deploy, configure, and manage your servers in a declarative way. Azure Automation adds an orchestration and management layer on top of DSC, and allows you to scale your DSC nodes nicely (Azure, On Premises, Windows, and even Linux). Lately, I