SPFx currently uses Webpack 4, which can be problematic when relying on Webpack 5. However, switching to Webpack 5 speeds up your code builds significantly....
If you are still writing code for SharePoint onprem you have a few options to call SharePoint. Microsoft have provided the CSOM-libraries on top of .Net 4.8. The excellent SharePoint...
As a Teams app developer, you may need to access various resources within a user’s Teams environment, such as messages, files, or channels. However, you need to ensure that users...
The SharePoint REST API produces properties with a dot (.) in their names. That caused me some troubles when I wanted to deserialize it to a C# class since I...
If you are a developer working on a Windows machine, you may have encountered issues when building native Node.js modules. This is because some Node.js modules require compilation of native...
We have had a custom NuGet-feed in AzureDevops for a long time. Everytime we switch to a newer developer machine we need to restore access to the custom feed. The...