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
SharePoint Framework v1.14 - What's in the Latest Release

SharePoint Framework v1.14 - 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.

February 17, 2022

Read now

Debut of the Voitanos Podcast + relaunch of YouTube channel

Debut of the Voitanos Podcast + relaunch of YouTube channel

While the Voitanos YouTube channel launched with the business in 2016, it hasn’t been one of our best resources. But that changes now, alongside our new podcast debuting today!

February 17, 2022

Read now

Microsoft Learning: Create interactive meeting apps for Microsoft Teams

Microsoft Learning: Create interactive meeting apps for Microsoft Teams

Microsoft just published a self-paced module I’ve been working on the last few weeks to Microsoft Learning: learn how to create meeting apps for Microsoft Teams!

February 8, 2022

Read now

Mea culpa - always install gulp-cli globally, not gulp

Mea culpa - always install gulp-cli globally, not gulp

This is a story about a mea culpa. You should have been installing the gulp-cli package globally (as the docs show), not gulp globally. To better understand why, keep reading.

February 1, 2022

Read now

How to set up SPFx development environments for multiple SharePoint Server deployments

How to set up SPFx development environments for multiple SharePoint Server deployments

In this post, learn how to set up a development development environment to create SPFx projects for all SharePoint deployments.

January 25, 2022

Read now

Definitive guide for developers: SharePoint Framework for SharePoint Server 2016

Definitive guide for developers: SharePoint Framework for SharePoint Server 2016

These days, all of Microsoft’s updates about the SPFx, or community content have one thing in common: they ignore SharePoint Server 2016. Not this post!

January 18, 2022

Read now

Definitive guide for developers: SharePoint Framework for SharePoint Server SE

Definitive guide for developers: SharePoint Framework for SharePoint Server SE

These days, all of Microsoft’s updates about the SPFx, or community content have one thing in common: they ignore SharePoint Server SE. Not this post!

January 11, 2022

Read now

Definitive guide for developers: SharePoint Framework for SharePoint Server 2019

Definitive guide for developers: SharePoint Framework for SharePoint Server 2019

These days, all of Microsoft’s updates about the SPFx, or community content have one thing in common: they ignore SharePoint Server 2019. Not this post!

January 11, 2022

Read now

Understand difference SharePoint Framework generator related packages

Understand difference SharePoint Framework generator related packages

Since the SharePoint Framework initial v1 release, I’ve seen questions coming up about a concept that confuses developers. This is a simple concept, one that could have been avoided with a better naming decision many years ago. In this post, I’m going to attempt to clear it up.

January 4, 2022

Read now

Fix SharePoint Framework projects to enable the React DevTools profiler

Fix SharePoint Framework projects to enable the React DevTools profiler

A few years ago, React introduced the React Profiler to React v16.5 in the React DevTools plugin available for Chromium browsers (Chrome & CrEdge) and Firefox. Developers can use the Profiler API to collect timing information about each component that’s rendered in order to identify …

December 28, 2021

Read now

What's new with the MS-600 exam for the Microsoft 365 Dev Cert | December 2021

What's new with the MS-600 exam for the Microsoft 365 Dev Cert | December 2021

Photo by Nathan Lemon on Unsplash In this post, I want to update you on some of the changes Microsoft has recently made related to the exam & offer guidance if you’re planning to take the exam soon. I’ll also answer a few common questions that keep coming up.

December 21, 2021

Read now

Mastering SharePoint Framework - October 2021 Refresh

Mastering SharePoint Framework - October 2021 Refresh

In this post, learn what’s new with our flagship course: Mastering SPFx! The Starter bundle is completely refreshed, lesson notes are improved, and we added clickable resources within lesson videos!

October 19, 2021

Read now

bi-weekly newsletter

Join 10,000+ 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.

    Learn 'What is the SharePoint Framework' is in our new email course!

    Learn 'What is the SharePoint Framework' is in our new email course!

    New to SPFx? Check out our newest FREE email course to quickly get up to speed, learn what you can build, where you can use it, and what a ‘day in the life’ of a SharePoint Framework developer is like!

    October 11, 2021

    Read now

    Get answers to your SharePoint Framework questions

    Get answers to your SharePoint Framework questions

    You’ve hit a roadblock on your SPFx project & have a question. What options do you have? In this post, I’ll share a few options available to you.

    August 31, 2021

    Read now

    Back to school! Time to modernize those SPFx projects!

    Back to school! Time to modernize those SPFx projects!

    In this post, I want to tell you about some of this modernization work I’ve been doing and how you can apply it to your SPFx projects!

    August 31, 2021

    Read now

    Optimize bundles by disabling IE11 support in SPFx projects

    Optimize bundles by disabling IE11 support in SPFx projects

    Shrink & optimize your SPFx JavaScript bundles by ditching IE11 support.

    August 24, 2021

    Read now

    State of SharePoint Client Side Development | August 2021

    State of SharePoint Client Side Development | August 2021

    It’s summer 2021 and time to check in on the State of SharePoint Client-Side Development! In this post, I’ll give you an update on where we are with popular frameworks and tools developers use in the client-side SharePoint development world.

    August 17, 2021

    Read now

    Ditch TSLint for ESLint in SPFx projects in one simple step

    Ditch TSLint for ESLint in SPFx projects in one simple step

    I’ve created a pair of presets for SPFx projects to make your life easier when you want to use ESLint and ditch the long-deprecated TSLint tool that Microsoft includes in SPFx projects. All you have to do is install a single npm package and you’re automatically using ESLint!

    August 3, 2021

    Read now

    Significant updates to our Jest Presets for SPFx projects

    Significant updates to our Jest Presets for SPFx projects

    I recently refreshed my Jest presets for SharePoint Framework (SPFx) projects add added an improvement for developers who decide to use a different version of TypeScript from the default version set on new projects. In this post, learn about these improvements and how you can add automated testing …

    July 27, 2021

    Read now

    Get with the times & ditch TSLint in favor of ESLint in SharePoint Framework projects

    Get with the times & ditch TSLint in favor of ESLint in SharePoint Framework projects

    The ECMAScript community came to the consensus, initiated by the TypeScript Team in their 2019 Roadmap post, to deprecate TSLint in favor of ESLint over 2.5 years ago. Yet SPFx projects still use TSLint. In this post, learn how to replace it with ESLint, the standard for linting both JavaScript …

    July 20, 2021

    Read now

    Fix the "can't find custom rule directory: tslint-microsoft-contrib" error in SPFx projects

    Fix the "can't find custom rule directory: tslint-microsoft-contrib" error in SPFx projects

    Ever run into the random error “[tslint] Failed to load ../tslint.json” when you can clearly see it in your project? If so, then this post is for you!

    July 13, 2021

    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