Innovation Matters
Essays on AI, developer tools, and thoughtful software.
Write conditional code in the SharePoint Framework
Did you know, that when building SharePoint Framework solutions you can easily include code that will be available only in the debug build?
Temporary workaround for working with SharePoint Framework dialogs
Errors when using SharePoint Framework dialogs? Here is how to avoid them.
Easily debug SharePoint Framework extensions
To debug SharePoint Framework extensions you need a set of specific query string parameters. Here is the easiest way to get them.
4 tips to improve performance of your AngularJS applications
If you're building AngularJS applications, here are 4 tips that you can use to improve their performance.
Building shared code in SharePoint Framework - revisited
Reusing your code allows you to standardize your solutions, save time building them and speed up loading your web parts on pages.