SharePoint development
What you should know about working with TypeScript in SharePoint Framework projects
In SharePoint Framework projects you can't just use any TypeScript version. Here is why.
Why you should consider installing the SharePoint Framework Yeoman generator locally
When SharePoint Framework was released publicly, I started wondering: how can we use the latest generator while supporting older projects?
Don't wait for someone else to find your bugs
I hate bugs in my code. I know you hate bugs in your code too.
Don't use PropertyPaneTextField with numeric web part properties
When building SharePoint Framework client-side web parts, don't use PropertyPaneTextField to manage values of numeric web part properties. Here is why.
Logging in SharePoint Framework solutions
Proper logs are invaluable when your solution isn't working as expected. Here is how you can log information in the SharePoint Framework.