Microsoft cloud engineer - SharePoint, Office 365, Azure, DotNet, Angular, JavaScript.
Microsoft cloud engineer - SharePoint, Office 365, Azure, DotNet, Angular, JavaScript.

August 2019

VIDEO – Demo of “SPGo” Visual Studio Code Extension

Wanted to show how SPGO extension can help with local folder editing for remote SharePoint files.   Local save (Ctrl+S) will automatically run upload in the background to destination Document Library.  Configuring JSON for workspace, populate first run, download files, and upload files.  Cheers! 

shades_smile

Video

Code

{
    "sourceDirectory": "src",
    "sharePointSiteUrl": "https://spjeff.sharepoint.com",
    "publishingScope": "SaveOnly",
    "authenticationType": "Forms",
    "remoteFolders" : ["/SiteAssets"]
}

References

VIDEO – Reduce SPFX Node Modules from 50,000 files to 1,000

Recently discovered an efficient centralized node package manager (PNPM) which leverages “symlinks” or symbolic linked folders to reduce disk storage duplication.  Recued from 50,200 to 1,000.  Demo video below.   Cheers!  

shades_smile

Code

# Install the package globally:
npm install -g pnpm
# In each SPFX project (or nodejs project i believe):
pnpm install

Video

Cool Chart

image

References

What’s in that patch? August 2019

NOTE – PDF format updated to include both SharePoint 2013, 2016, and 2019 notes.

Ever wondered what fixes are inside of a given CU?   Please see attached PDF with full detail. I wanted a new format for easy reading.   Show management and make the business case for why downtime should be taken to apply CUs.  Also posted at https://sharepointupdates.com/

If you found this helpful, please leave a comment.   

shades_smile_thumb_thumb_thumb_thumb[2]

Download

What’s in that patch – Aug 2019.PDF

© Copyright 2016
@ SPJeff

Return to Top ▲Return to Top ▲