SharePoint Online Multi-language Modern Sites – real case, pros, and cons

Intranets and digital workspaces are in constant change and evolution. Multi-language intranets and workplaces are increasingly a common business requirement. In the classic SharePoint we usually take advantage of the publishing infrastructure and publishing sites, and the variations feature to create a multi-language information structure and experience. In SharePoint Online it is still possible to use the same approach, it’s but limited Read more…

SPFx: Don’t (always) start from scratch

The SharePoint Framework (SPFx) is a development framework for the modern SharePoint experience. It’s platform-agnostic, working on both PC and Mac, and is based on open source technologies such as Node.js, Gulp, Webpack, and Yeoman. With SPFx, it’s possible to add web parts to classic and modern pages with responsive and accessible controls. The performance is reliable and it’s possible to use any JavaScript framework Read more…

Taxonomy Tenant Navigation Menu in SharePoint Online

The challenge In one of our most recent projects, we  have created an intranet solution that took advantage of the SharePoint modern experience, using modern team sites, communication sites and some custom developments using new SharePoint Framework capabilities In simple terms, we had a main intranet site for the group (that has multiple companies) and about twenty “micro intranet” sites (for Read more…

SharePoint Webhook

SharePoint WebHooks

 Webhooks in SharePoint Online In this post I’m going to try to explain what is SharePoint Online Webhooks and  in a few steps how a developer can use, debug Webwooks in SharePoint Online and explain the approach recommended by Bert Jansen and Vesa Juvonen. Since of beginning of this year we can use Webhooks  to trigger an event in SharePoint Read more…

Updates to the SharePoint Framework

With the latest SharePoint Virtual Summit and MS Build Keynote, Microsoft unveiled the latest innovations for SharePoint Framework. The following are features to be added on the next SharePoint Framework  update scheduled for the next month. Web part connections  The first reveal was something the community has been asking for since the unveiling of the SharePoint Framework about a year ago. It’s Read more…

SharePoint Virtual Summit – The Future is #SharePoint

During the SharePoint Virtual Summit, held on May 16th, Microsoft unveiled the latest innovations for SharePoint and OneDrive, including powerful integrations through Office 365 and Azure. These developments were built under a vision unveiled last year and have been delivering ever since with innovations to reinvent content collaboration and usher in a new generation of mobile and intelligent intranets. Microsoft Read more…

hybrid-sharepoint

Sharepoint Hybrid (Office 365 + On-Premises) – Better Together

SharePoint OnPremise + Office365 – Better Together Hello everyone! Today we are going to talk about Sharepoint. You don’t know what is Sharepoint? Well, it’s your lucky day! In this article, we look at the most important differences between Sharepoint environments, before answer the title question, so stay tuned. Microsoft Sharepoint What is Sharepoint? You need to know what is Read more…

SOLID Principles

  From my point of view, the consolidation and internalization of concepts that promote a significant improvement in the quality of software is a “must” for any programmer, so I always take that into account when I am developing software. Having that in mind, in this post I will write about SOLID principles. SOLID is an acronym that represents the 5 Read more…