ElioStruyf GitHub Star | M365 Development, Developer Technologies MVP | Google Developer Expert Azure | Microsoft 365 | Visual Studio Code

Along with acting as VP of BIWUG (Belgian Information Worker User Group), Elio is an independent contractor for his own consulting company, Struyf Consulting.

SharePoint Framework Script Check extension for Visual Studio Code

I published another extension for your SharePoint Framework solution to check your scripts and correctly reference the external JavaScript libraries in your solutions. The extension is powered by the same APIs of the SharePoint Framework Script Check that was built by Waldek Mastykarz from Rencore. Check out the VSCode extension: SPFx Script Check

Read more

Get to know on which type of site your SharePoint Framework solution is running

Depending on the solution you are creating, you might want to know on which type of site your SharePoint Framework solution is currently running. This could be useful to enable or disable certain functionalities the solution you are creating depending on the type of site. For example: enable some extra collaboration features in your solution when used on a team site, and disable the features when used on a communication site.

Read more

SharePoint Framework snippets extension for Visual Studio Code

Today I published a new Visual Studio Code extension that gives you some handy SharePoint Framework code snippets. The first version of the extension only contains a handful snippets but will grow over time. VSCode extension: SPFx snippets Show image SPFx snippets demo Try it out and let me know if you like it.

Read more

Wrapping up the year 2017, and looking forward to 2018

What a year! This year passed by so quickly, probably because a lot has happened this year personally and business-wise. Some career changes U2U and Valo Intranet (Blue Meteorite) The first article I wrote this year was about announcing that I was quitting my job as a consultant and start working as a trainer for U2U (Change is on the way) as of February 2017.

Read more

Exclude your mock data and other modules from your production bundle in SPFx

When creating solutions with SharePoint Framework, in many cases you might want to call some API endpoints. Like for instance the SharePoint rest API or Microsoft Graph. To speed up your development, testing and overcome issues like CORS (cross-origin resource sharing). You might have implemented some mock data objects or mock services which return static data.

Read more

How to debug your SharePoint Framework unit-tests

The reason you probably read this post is that you already wrote some unit tests for SharePoint Framework projects and you stumble upon a problem and want to debug one of your unit-tests. Apparently, the process is not so easy as linking your debugger to the gulp test task. There is a bit more plumbing involved to get a good experience.

Read more
Back to top