TypeScript
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.
Simplify code reviews and improve consistency with custom eslint rules
If you review pull requests or build software in a team, custom eslint rules can save you a lot of time. Here's how.
What I learned working on the Office 365 CLI
Here are a few things I learned while building the Office 365 CLI.
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.
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.