REST
The fastest way to create SharePoint list items
When you need to create many SharePoint list items, be sure to choose the fastest approach to do it.
Get the tenant app catalog URL using the REST API
When building SharePoint solutions, you might need to get the URL of the tenant app catalog. Recent changes to the SharePoint API make it very easy.
SharePoint CRUD operations in SharePoint Framework client-side web parts
Learn by example: sample SharePoint Framework client-side web parts illustrating SharePoint CRUD operations published by SharePoint Patterns and Practices.
Building SharePoint Framework Client-Side Web Parts with Angular
You can use Angular to build Client-Side Web Parts on the new SharePoint Framework. Here is how to get started and what to keep in mind.
Export Web Parts using REST
In my previous post I discussed how you can export Web Parts using CSOM. But did you know that you can also do it using REST?