JavaScript
5 differences between SharePoint Framework debug and release builds
SharePoint Framework projects can be built in the debug and release mode. Here are the 5 key differences between the two.
When to use the new SharePoint Framework
Microsoft has announced a new SharePoint development model. So is it something that you should be always using or does it only make sense in some scenarios?
Speaking at SharePoint Konferenz 2016
At the upcoming SharePoint Konferenz 2016 I will be presenting two sessions about leveraging the latest developer opportunities on the Office platform.
Optimizing Office web apps and add-ins for release with Gulp
When building Office web applications and add-ins there comes the time where they are ready for release. What's good for development however, isn't necessarily leading to best performance. Luckily using Gulp you can pretty easily improve your solution's performance.
Inconvenient ADAL JS Angular with simultaneous CORS requests continued
Recently I wrote about the issue with issuing multiple CORS requests using the ADAL JS library. It turns out that there is even more to it.