Blog posts

  • Will SharePoint Copilot Replace SharePoint Developers? My First Impressions

    When I first saw the new SharePoint Copilot App, I have to admit my first reaction was: Wait… are they trying to replace us? (SharePoint Architects, Developers, Consultants) Of course, after spending some time exploring it, I realized that’s not the point at all. What Microsoft is really trying to achieve is perfectly captured by…

    Read more

  • Building a Custom Quick Links Web Part with SPFx

    If you’ve ever set up a SharePoint home page, you know the drill – people need to get to the important stuff fast. The out-of-the-box Quick Links web part is fine, but I wanted something with more control over branding, colors, and behavior. So I built my own: SharePoint Quick Link, an open-source SPFx web…

    Read more

  • SharePoint Quick Links – JSON formating

    In this post, we’ll delve into the world of SharePoint Quick Links – a powerful feature that streamlines navigation and boosts productivity within your SharePoint Environment. Inspired by a YouTube video from Steve Corey on this topic (LINK), I’ve decided to try something similar and create custom Quick Links that will significantly differ in design…

    Read more

  • SharePoint Online : Disable Social Bar in modern page

    When creating a new modern site in SharePoint Online, one of the default features that comes with every page (except Home page) is the social bar. This bar includes options for commenting, liking, and displaying page views. While these social features can be valuable for some scenarios, there are cases where you may prefer to…

    Read more

  • Get SharePoint Farm Account Password

    The SharePoint Farm Account is a privileged account with extensive access to the SharePoint environment. If you find yourself in a situation where you need to retrieve the SharePoint Farm Account password, PowerShell can come to your rescue. In this blog post, we will explore a script to retrieve the SharePoint Farm Account password using…

    Read more

  • HOW TO SETUP SHAREPOINT FRAMEWORK (SPFX) DEVELOPMENT ENVIRONMENT

    The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development If you want to start to develop for SharePoint Online, your first step will be to setup SPFx development Environment. It works for SharePoint Online and also for on-premises (SharePoint 2016 Feature Pack 2 and SharePoint…

    Read more