blurry dot in brand primary color
articles

Articles & resources

Latest news, tips, tricks and resources in Microsoft 365 ecosystem

arrow pointing down in brand primary color blurry dot in brand primary color blurry dot in brand primary color
blurry dot in brand primary color
Copy millions of Azure Storage files with Azure Data Factory

Copy millions of Azure Storage files with Azure Data Factory

In this article, I introduce you to Azure Data Factory and show how you can use it to move millions of files in your Azure environment.

December 27, 2019

Read now

SharePoint Framework State of the Union (Fall 2019) from Microsoft Ignite 2019

SharePoint Framework State of the Union (Fall 2019) from Microsoft Ignite 2019

In this article, I summarize the state of the union for the SharePoint Framework (SPFx) & include what we leared at the recent Microsoft Ignite conference.

November 16, 2019

Read now

SharePoint Framework State of the Union (Fall 2019) from Microsoft Ignite 2019

SharePoint Framework State of the Union (Fall 2019) from Microsoft Ignite 2019

Like previous years, Microsoft delivered a session at the Microsoft Ignite 2019 conference that was essentially the “State of SharePoint Framework”. This session, BRK3071 - SharePoint Framework: What’s new and what’s next, started with a review of what the SharePoint …

November 16, 2019

Read now

SharePoint 2016, 2019 & SharePoint Online: Which Version of the SharePoint Framework Should You Install?

SharePoint 2016, 2019 & SharePoint Online: Which Version of the SharePoint Framework Should You Install?

Customers can leverage the SharePoint Framework (SPFx) in any of the modern or recent SharePoint versions. This includes SharePoint Online & SharePoint on-premises versions SharePoint Server 2016 & SharePoint Server 2019. To build a SPFx project, you use the Yeoman generator for the …

November 1, 2019

Read now

Stop Using Internet Explorer 11

Stop Using Internet Explorer 11

It’s long past time we as an industry stop using Internet Explorer 11 (IE11) and get more aggressive in dropping support for it.

October 16, 2019

Read now

Jest Preset Update October 2019

Jest Preset Update October 2019

Late last year I published a few Jest presets to simplify adding automated testing to your SharePoint Framework (SPFx) projects. These are complete with example tests including testing the rendering of components, testing async functions using promises or callbacks and even simulating user events. …

October 8, 2019

Read now

Dealing with Undefined 'this' in React Event Handlers in a Performant Way

Dealing with Undefined 'this' in React Event Handlers in a Performant Way

When I’m teaching React to developers, one thing that comes up often is dealing with a common error. But here’s the interesting thing: it’s not running into the error that comes up all the time, its how to deal with it that surprises them. I’ve always wanted to have something …

October 3, 2019

Read now

Automate Building, Testing and Deploying SharePoint Framework Projects with Azure Pipelines in Four Steps

Automate Building, Testing and Deploying SharePoint Framework Projects with Azure Pipelines in Four Steps

In just four simple steps, this post will show you how to automate the build, test & deployment to SharePoint Online of any SharePoint Framework project using Azure Pipelines. I guarantee you can have it done before your coffee is ready! Seriously… go get the pot going and come back to …

September 17, 2019

Read now

SharePoint Framework Summer 2019 Wish List

SharePoint Framework Summer 2019 Wish List

I originally intended to write this post mid-summer, but just never happened. Thankfully my wish list hasn’t changed for the SharePoint Framework (SPFx) since the spring of this year… wait, maybe that isn’t a good thing?

September 4, 2019

Read now

The Good, Bad & the Ugly: Using Angular Elements with the SharePoint Framework

The Good, Bad & the Ugly: Using Angular Elements with the SharePoint Framework

In this series, I showed you how to build custom elements, a native web technology supported natively by most browsers (except you Edge & IE…) and presented two options for how you can go about it. One option involves using one big project with the SharePoint Framework & Angular in it …

August 17, 2019

Read now

Using Angular Elements in SharePoint Framework Projects

Using Angular Elements in SharePoint Framework Projects

This has been a long time coming and many of you Angular developers who also work with the SharePoint Framework may have given up by now and switched to React, but for those of you who have been holding out, Angular is finally a viable option for SPFx development even with a few drawbacks.

August 17, 2019

Read now

Leveraging the Webpack Define Plugin in SPFx Projects

Leveraging the Webpack Define Plugin in SPFx Projects

Here’s a post that teaches you a technique that you can start leveraging in your SharePoint Framework (SPFx) projects right away! You know those projects where you have certain values you use in development or testing while others that you use in production? This would include things like …

August 12, 2019

Read now

bi-weekly newsletter

Join 11,200+ Microsoft 365 full-stack web developers for news, insights & resources. 100% free.

Subscribe to Andrew's newsletter for insights & stay on top of the latest news in the Microsoft 365 ecosystem!

No clickbait · 100% free · Unsubscribe anytime.

    SharePoint Framework v1.8.2 (and v1.8.1) - What's in the Latest Release

    SharePoint Framework v1.8.2 (and v1.8.1) - What's in the Latest Release

    Earlier this week, on Tuesday, May 7, 2019, Microsoft released v1.8.2 of the SharePoint Framework (SPFx). A little over a month ago, I wrote about the v1.8.0 release. Since then we had another minor release (v1.8.1) released on April 16, 2019. In this post, I’ll summarize what you can find, …

    May 9, 2019

    Read now

    Mastering the SharePoint Framework - Sprint 16 adds SPFx with Teams, SPA's and Tons of Updates

    Mastering the SharePoint Framework - Sprint 16 adds SPFx with Teams, SPA's and Tons of Updates

    I’m excited to share this latest update to my course, Mastering the SharePoint Framework for developers. This update, packaged as sprint 16, includes one new chapter and a LOT of updates. When I originally planned out sprint 16, I intended to record a lot of new content. However when the SPFx …

    May 4, 2019

    Read now

    SharePoint Framework v1.8.0 - What's in the Latest Release

    SharePoint Framework v1.8.0 - What's in the Latest Release

    In this post, I’ll summarize what you can find, and share some additional details I found after spending some time picking apart this latest release of SPFx.

    March 25, 2019

    Read now

    Mastering the SharePoint Framework - Sprint 14+15 Go Live Party Recording!

    Mastering the SharePoint Framework - Sprint 14+15 Go Live Party Recording!

    Earlier today I recorded an impromptu Facebook Live video for the recent release of sprints 14 & 15 of the SharePoint Framework. Usually, I let people know about these ahead of time but travel the last few weeks has been rough. Add up issues with production targets that were externally …

    March 24, 2019

    Read now

    Leverage Custom Permissions in Entra ID Applications

    Leverage Custom Permissions in Entra ID Applications

    In my last post, Securing an Azure Function App with Entra ID - Works with SharePoint Framework!, I showed how you can secure a REST API deployed as an Azure Function App using Microsoft Entra ID. This comes in quite handy when you want to secure some custom server-side business logic …

    February 20, 2019

    Read now

    Securing an Azure Function App with Entra ID - Works with SharePoint Framework!

    Securing an Azure Function App with Entra ID - Works with SharePoint Framework!

    I recently published a new chapter in my Mastering the SharePoint Framework on-demand course for developers that included a section that showed how to call a REST API deployed using an Azure Function App and secured with Entra ID from the SharePoint Framework. When I was working on this chapter, it …

    February 18, 2019

    Read now

    Beware of Declarative Permissions in SharePoint Framework Projects

    Beware of Declarative Permissions in SharePoint Framework Projects

    Developers can declare permissions in SharePoint Framework projects, but it isn’t a good idea. In this article I explain why and suggest a better approach.

    February 11, 2019

    Read now

    Mastering the SharePoint Framework Sprint 13 Published with over 3hrs of Microsoft Graph & Entra ID Lessons!

    Mastering the SharePoint Framework Sprint 13 Published with over 3hrs of Microsoft Graph & Entra ID Lessons!

    I’m excited to share this latest update to my course, Mastering the SharePoint Framework for developers. Today’s update, packaged as sprint 13, includes two new chapters and a few updates… and it’s a huge release… the biggest yet adding over 3 hours of new content! …

    February 8, 2019

    Read now

    Enable Jest testing of SharePoint Framework projects in one simple step

    Enable Jest testing of SharePoint Framework projects in one simple step

    Setting up projects to use Jest, especially to test the rendering of your ReactJS SharePoint Framework projects & use the popular tool Enzyme for testing rendering, isn’t a trivial task, until now!

    December 10, 2018

    Read now

    Microsoft Teams Free 9-Day Email Course

    Microsoft Teams App Development OnRamp

    Free 9-day email course - Microsoft Teams App Development OnRamp Free 9-day email course - Microsoft Teams App Development OnRamp
    Free 9-day email course - Microsoft Teams App Development OnRamp