$€®¥09@Prospfx-app.dev·Sep 7, 2023SPFx SharePoint Development: Quickly Generate List-Based Models Using a Single CommandIn a recent post, I shared my CLI @spfxappdev/cli which has some awesome features. Many of these features come from my other posts, like "My personal tips how to configure a SPFx project after creation" Today I published a new version of the CLI, v1....Discuss·401 readssPfx
$€®¥09@Prospfx-app.dev·Aug 28, 2023My CLI for SPFx developmentIn my last post, I gave some personal tips on how to configure an SPFx project after it is created. And in that post, I mentioned a command-line interface (CLI) I am working on. And now I have released the first version with full documentation. You a...Discuss·187 readssPfx
$€®¥09@Prospfx-app.dev·Aug 24, 2023My personal tips how to configure a SPFx project after creationIt is very easy to create a new SPFx project and you can find a lot of posts about it. One of these posts is, of course, the one from Microsoft. But what should you do after the "empty" project is created? I will describe what I personally do after I...Discuss·305 readssPfx
CloudStakes Technologycloudstakes.hashnode.dev·May 25, 2023Installing PnP PowerShell for SharePoint Online and Azure Cloud ShellSharePoint Patterns and Practices (PnP) contains a library of PowerShell commands (PnP PowerShell) that allows you to perform complex provisioning and artifact management actions towards SharePoint. What is PnP? It is a cross-platform PowerShell, and...Discuss·34 readsSharePoint
Masihullah Budyetech.masihullahbudye.com·May 3, 2023Transitioning from SharePoint to Front-end Web Development: A New ChapterMy Experience in SharePoint Automation During my time at State Trading Organization (STO) and as a Senior M365 Consultant at Cielo Costa, I gained valuable experience in SharePoint automation and frontend development. These roles provided me with a s...Discuss·26 likesSharePoint
$€®¥09@Prospfx-app.dev·Apr 13, 2023New version of password vault webpart was releasedAlmost a year ago I released my "Simple password vault" webpart. Actually, it was only meant for a single username and password. If it should be more, you could have used the notes field. After I presented it once in the PnP community call, I also pr...Discuss·248 readsSharePoint
$€®¥09@Prospfx-app.dev·Feb 9, 2023Using pnpm in SPFx projectsTypically, an SPFx Project is scaffolded via yo and using the yo @microsoft/sharepoint command. By default, all required node packages are installed using npm as the package manager. But you can also use other package managers like yarn or pnpm. I do...Discuss·729 readssPfx
Codex Groupcodexgroup.hashnode.dev·Jan 13, 2023A Review of 7 Enterprise Level Intranet PlatformsHere is a list of 7 companies offering Enterprise level Intranet Platforms. An intranet is a private network that is accessible only to an organization's employees. It is typically used to share information and resources, such as documents, calendars...Discuss·34 readsChatGPTchatgpt
Ron Henryronhenrey1203.hashnode.dev·Dec 13, 2022Everything you ever wanted to know about SharePointSharePoint is a web-based collaborative platform developed by Microsoft. It is used to share, store and manage documents, share information, and track activities and processes in organizations of all sizes. As a central hub for business collaboration...DiscussSharePoint
Rob Windsorrobwindsor.hashnode.dev·Nov 28, 2022Access a SharePoint site by server-relative URL with Microsoft GraphYou have a couple options when accessing SharePoint sites with Microsoft Graph, using the site Id and using the server-relative URL. The documentation alludes to the use of the server-relative URL, but it focusses more on the use of the site Id. I wa...Discuss·1 like·546 readsSharePoint