
Register SPFx list form customizers with the SharePoint REST API
In this video, learn how to register SPFx list form customizers with SharePoint’s API. See how you can do this our utility web part you can use in your sites!
SharePoint Framework (SPFx) courses for web developers
Voitanos started in 2017 when founder Andrew Connell launched our flagship course, Mastering the SharePoint Framework that consists of 239 lessons spanning 41+ hours of instruction.
But maybe you just need to learn how to create web parts, extensions, Adaptive Card Extensions, or another SPFx related topic? We also offer smaller & more affordable self-paced on-demand video courses on specific topics, & free email courses!
SharePoint Framework courses →
Low/No-Code for Power Apps & Power Automate courses
While we're exclusively focused on creating educational articles, videos, as well as courses for web & cloud developers, we recognize the importance of low-code & no-code solutions.
That's why we've partnered with Laura Rogers & IWMentor to bring you the best Power Platform courses on Power Apps & Power Automate & courses for end users on SharePoint, Microsoft Teams, & Microsoft 365.
Power Platform low/no-code courses →
Microsoft 365 Search for IT Pros & stakeholders courses
Organizations who've adopted Microsoft 365 know that Microsoft 365 Search is a huge topic to tackle. While you can click a few buttons & call it a day, modern collaborative experiences need a focused approach to build search-based solutions.
We hear the requests for guidance on search for their Microsoft 365 deployments. That's why we've partnered with Agnes Molnar & Search Explained to bring you the best content in this area!
Microsoft 365 search courses →
Articles
Here you'll find articles & other useful resources.
Videos (YouTube channel)
Learn about the SharePoint Framework, Microsoft 365, Microsoft Teams, Microsoft Azure, & other web development topics on our YouTube channel.
Newsletter: The Full Stack Dev's Microsoft 365 Playbook
Subscribe to the The Full Stack Dev's Microsoft 365 Playbook by Andrew Connell, a bi-weekly newsletter for full stack developers who focus on Microsoft 365, Microsoft Azure, the SharePoint Framework, Microsoft Teams, and related topics.
Webinars
Here you'll find future & past webinars from Voitanos. All previously recorded webinars are available for viewing on demand.
Podcast
Our podcast includes exclusive podcast episodes & the audio from videos published in our YouTube channel & our articles delivered straight to your favorite podcasting app!
CloudDev Clarity
This show is where Andrew Connell & Julie Turner discuss, debate, and even disagree on topics specific to developers who are primarily working in the Microsoft cloud space. That includes Microsoft Azure and Microsoft 365, but it's not limited to those areas! They'll also cover topics related to these areas, like testing tools, development tools, practices, and anything else.
Learn what I found while picking apart the latest SharePoint Framework (SPFx) release, v1.18. Two big upgrades & one huge change for ACES!
Saturday, September 16, 2023
Join me, OCT 30 - NOV 3 in Chicago for the 365 EduCon conference! I’m presenting a workshop & sessions on SPFx, MS Teams, React, Azure and more!
Thursday, September 14, 2023
Join me, October 21, in Burlington, MA for CollabDays New England! I’m presenting a sessions on GitHub actions, & answering your questions at the AMA!
Tuesday, September 12, 2023
Here you'll find articles & other useful resources. Enjoy!
In this video, learn how to register SPFx list form customizers with SharePoint’s API. See how you can do this our utility web part you can use in your sites!
Episode 8 of CloudDev Clarity introduces Browser Native; a new series co-hosted by Julie Turner & Bob German for developers about native browser features.
In our 7th episode of CloudDev Clarity, we cover web frameworks & review the results of the 2021 State of JavaScript survey while offering up our opinions.
Learn how to register SPFx field customizers with SharePoint’s REST API. See how you can do this our utility web part you can use in your sites!
In this post, I’ll summarize what I found while time picking apart this latest release of the SharePoint Framework (SPFx): v1.15.2.
I just updating my “Mastering the SharePoint Framework” course! Learn what’s new & updated, including lessons on list form customizers for SharePoint lists!
In episode 6 of CloudDev Clarity, Julie and Andrew share some of their favorite & most frequently used Azure resources, including why and how they use them.
In this post, learn about some recent updates on my flagship course, Mastering the SharePoint Framework including a completely re-recorded chapter on web parts!
When Microsoft swapped out TSLint in favor of ESLint in SPFx v1.15, I think they went overboard with their default rules. In this episode, learn how to setup a reusable ESLint configuration & modify your SharePoint Framework projects to use your rules.
Today I’m excited to share a new regular show: CloudDev Clarity. In this show, Julie Turner & Andrew Connell discuss topics for Microsoft 365 & Azure developers.
I like ESLint & having rules to either enforce coding standards and/or good practices is a good thing. I like that SPFx projects now use ESLint over the long-deprecated TSLint. But vendors telling developers how to write code, especially imposing subjective or obsolete coding styles, isn’t …
Earlier today, I wrapped up refreshing the student code downloads for the Fundamentals & Ultimate bundles of my Mastering the SharePoint Framework course to SPFx v1.15.0, built from scratch.
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.
We’re excited to announce the Voitanos community on Discord! In this post, you’ll learn what it is, how you can connect with fellow developers, and how to access exclusive channels available to students of our courses!
In this article, I show you how to use Github Actions to test an Azure Function App, as well as create all resources & deploy the code in a complete CI/CD process.
Learn how to use Azure Bicep to create resources reliably & orchestrate changes and embrace infrastructure as code (IaC) in your Azure projects.
Learn how to configure your development environment for NPM to work with corporate web proxies to install NPM packages.
It’s been a while since I checked in and shared an update on the latest with my course, Mastering the SharePoint Framework. But there’s no better time than now! Learn what’s new in this month’s refresh of the first two chapters in the Fundamentals bundle!
Microsoft introduced the tenant app catalog many years ago way for users to install, deploy, and acquire apps within their SharePoint Online environment. Unfortunately, it’s become quite dated and not kept up with the needs and demands of the product… until now! In this post, I’ll …
Microsoft release the first beta of the SharePoint Framework v1.15 on March 8, 2022. In this post I’ll dig in to see what’s in it!
In this SharePoint Framework (SPFx) quick tip, I want to focus on some properties in a web part’s manifest file that many people aren’t familiar with.
Join me, May 9-13 in Seattle for the 365 EduCon (SPFest) conference! I’m presenting a full day workshop & sessions for Microsoft 365 & Azure pro developers!
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.
How do you properly initialize your component? Should you use the object’s constructor, or the onInit() method? You should always use the onInit() method if your initialization process needs anything in the SharePoint Framework API or in the current page’s context. Otherwise, you can …