Most Active Speaker

Yannick Reekmans

Yannick Reekmans

Solution Architect @ Qubix | Business Applications & M365 MVP

Mol, Belgium

Yannick (a Microsoft 365 & Business Applications MVP) was born and raised in SharePoint, starting his career in 2011 when SharePoint 2010 was still new and shiny. The changing reality of the cloud made him expand his knowledge to the whole of Microsoft 365, Azure, and Power Platform. He is a Managing Partner and Cloud Solution Architect at Qubix, a Belgium-based consultancy firm, responsible for the technical underpinnings of products and solutions. Problem-solving and development are his passions, and he is still working day-to-day with code. He always asks the important questions: How does it work? What do you want to achieve? Does it have an API? Do we really need development for this? Where's the coffee?

Awards

Area of Expertise

  • Information & Communications Technology

Topics

  • Microsoft 365
  • Microsoft Teams
  • Microsoft Office365
  • Microsoft Azure
  • Microsoft Graph
  • Microsoft Flow
  • Microsoft SharePoint
  • Power Platform
  • Power Apps
  • Power Automate

Old men yell at cloud: biased opinions to all your questions!

Join Chris Huntingford, Mark Christie, Antti Pajunen, and Yannick Reekmans as they share their opinions on all your curiosities related to the Microsoft Cloud. With years of experience and having seen things come and go, these MVP’s will provide unique insights into your long-time questions. Laurie Pottmeyer has accepted the challenge to moderate, and to keeping our panelists in line.
Come prepared with your questions and get ready for an engaging and informative session! Just beware: no recording or quotes are to taken out that room!

Extending Model-driven Apps: what choices do you have and how should you decide?

Known and loved for years, model-driven apps always have had several ways of being extended by pro-code developers. The increased popularity of low-code brought additional extensibility methods for makers: just think about business rules, Power Automate flows, and low-code plugins as the newest addition.

Pro-devs love their plugins and form scripts, because it “just works and has always worked”, low-code developers want to take advantage of what the platform is offering them. Is there a right
and a wrong here?

• How: compare the options in specific scenario’s, looking at
advantages and disadvantages
• Who: for low-code and pro-code developers wishing to look
beyond their current skillset, and solution architects who
might end up taking the design decision
• Why: being able to decide objectively (beyond one's own
skillset and bias) on the implementation approach
significantly improves the quality of the solution

Join Vivian and Yannick, both Solution Architects with one coming from a low-code and the other from pro-code, on a tour of the possible. They will show you their decision-making process on why they pick one over the other, and in what situations, which will help you make more informed decisions in the future!

Designing a loosely coupled, extendable architecture in Power Platform

The Publisher/Subscriber method has been a developer-favourite design pattern for years, as it increased testability, introduced separation of concern, and has many more advantages over tight-coupled system integrations. Unfortunately, the pattern didn’t really transfer well into Power Platform, being limited to the out of the box events and the available triggers in the standard connectors.
Until today! In this session Yannick will show a way to describe custom events, fire them at certain points during the execution of your application, and subscribe to them to handle additional business logic. He will show how to do all this using plugins, Power Automate flows, and even PowerFx inside Canvas Apps. All this will result in a loosely coupled application design, increasing the stability and also extensibility of your implementation. Be prepared to architect better systems after attending this session!

Architectural and technological considerations when implementing a Dual-Write integration

The only things you hear about Dual-Write integrations are horror stories, people unhappy with the technology, the implementation process, or the result of their project. Finding a success story feels a lot like searching for a needle in a haystack. Guro and Yannick truly believe that dual-write could be a viable integration solution between Dataverse and F&O.

Guro works a lot with customers on the architecture phase of dual-write implementations: discussing what data needs to be synced, does it all needs to be there, or is a subset enough. How to design the integration, what mappings are needed, and how does it all fit together?
Yannick looks at dual-write from the technology implementation side: what do we get out of the box, what is missing and needs some custom development trickery?

Combining both their experiences in this one session will give you the tools and knowledge to make your next dual-write implementation a success!

Streamlining environment lifecycles with Power Platform CLI & Azure DevOps

Yannick hates to do anything twice, and loves to automate it all! Join this session to learn how you can too by using the Power Platform CLI in Azure DevOps pipelines to automate all actions related to the lifecycle of Power Platform environments:
- Creating new developer environments on behalf of a user
- Copy/restore an environment before a big production release
- Running custom PowerShell in the same pipeline
- …
Learn how to use the Azure DevOps build tools for Power Platform for all your environment lifecycle needs, resulting in an industrialized procedure and reducing the chance of human errors along the way. Cherry on top: he shares how to reuse the Power Platform CLI & Azure DevOps authentication information in your own scripts, opening unlimited possibilities for customization through the standard Dataverse APIs as well as the brand new Power Platform Service APIs!

In the Flow of Dataverse: Leveraging Plugins & Power Automate Intelligently

Navigating Power Platform effectively requires a solid grasp of Dataverse plugins and Power Automate flows. Luise and Yannick will guide you through the practicalities of these tools, helping you enhance your applications and processes strategically.

How:

We'll dive into the creation, management, and troubleshooting of plugins and flows, offering practical guidance and showcasing real-world apps to underline each step of the journey. Clear strategies to circumnavigate potential challenges will be highlighted, offering a straightforward path through common issues.

What:

This session explores the distinction and selection between plugins and flows, examining their respective advantages and limitations. Through real scenarios and tangible use-cases, we’ll delve into when and why you might select one over the other and how to implement them effectively.

Why:

Making informed choices between plugins and flows is vital for developing efficient, user-friendly solutions within the Power Platform. Whether it’s managing real-time data, enforcing business rules, or automating processes, the knowledge gained in this session will equip you to make decisions that ensure your applications are robust, scalable, and meet user needs effectively.

Challenges of being a Solution Architect in the ever-expanding Microsoft cloud

In the olden days, the boundaries between responsibilities were much clearer, and a Solution Architect rarely needed to know anything outside their product or field of expertise. In the ever-expanding Microsoft cloud ecosystem, the role of a Solution Architect is filled with challenges that demand ever-greater knowledge and flexibility. Challenges that pose a risk to companies as well as people, pushing both to a level that becomes unsustainable.
Join Yannick in this session where he speaks from first-hand experience - coming from SharePoint, expanding to Microsoft 365, Azure, Power Platform, and Dynamics 365 - on how he sees the role of a Solution Architect evolving. From responsibilities and knowledge, to the creation of an “Ecosystem Architect”.

Connecting to Dataverse: do's, don'ts, and how not to make all your data public by accident

All your business-critical data is stored in Dataverse, segmented, secured, and available for all your Power Platform-based applications. Now, what if you want to access that data from a custom-built app? Or how do you get access to this data in an Azure Function, in a secure way? You are a SaaS-platform developer and need to understand multi-tenant?
Don't worry, Mats and Yannick are here to teach you all about the pros and cons of each authentication method, managed identities for Power Platform, available SDK's, and API limits!

Low-Code to Collaboration: Mastering Source Control for Power Platform Solutions with Git & GitHub

This session will provide a comprehensive overview of the whys and hows of using source control for Power Platform projects

Assuming that "everything is code," Yannick will show you what issues may be addressed by using source control and how to do so with the help of GitHub and Git. He will show you how to use the most useful commands for keeping your GitHub project running smoothly.

He will emphasize how these skills will allow you to participate in and benefit from open-source initiatives, fostering greater opportunities for collaboration, knowledge sharing, and personal growth.

You can expect a significant improvement in your Power Platform development workflow after attending this session.

Introduction to Power Automate's "when an action is executed" trigger for Dataverse

As soon as your implementation involves Dataverse, I'm sure you use the "When a row is added, modified, or deleted" trigger in Power Automate. It's useful and easy, but it might mean modifying rows on "helper fields" just to get the flow to run.
Or what if you'd like your flow to run when some built-in system action is executed, like when two Accounts are merged?

This is where the "When an action is performed" Dataverse trigger comes in! Yannick will show you the potential of this undervalued trigger, and how you can start using it in your projects.
You'll learn when it makes sense to look into this trigger, how you can add your own actions, and what this could mean for the architecture of your bigger applications.

Secure and harden Power Automate flows in the enterprise

“Everyone but the kitchen sink can create Power Automate flows” is what the marketing message wants us to believe. From the real world we know that it takes training and experience to create good flows, but how do you create secure Power Automate flows? Can a low-code workflow platform go hand in hand with enterprise-level security?
Yannick believes we could and should do much better. He will show you the possibilities for security improvements, how to harden your implementations, and make your Chief Information Security Officer sleep better at night. Key vaults, security principals, secure environment variables, and much more… they might not always be perfect in Power Platform but they will get you a long way in your journey to be secure.

Attendees will walk away with an understanding of
- security risks in standard implementations
- the use of Service Principals
- Azure Key Vault & secure environment variables
in Power Automate

Time to Dataverse-ify your Business Central data

It's not easy to create applications on a platform if your business data isn't there... Of course there is the Business Central connector for Power Automate, but what if you prefer to have the data natively in Dataverse tables?
Time to deep dive into the Business Central Dataverse sync feature, the new Business Central Virtual Tables option, and when you'd use one over the other!

Supercharge your Adaptive Cards with Cards for Power Apps

Do you want to learn how to work with “micro-apps with enterprise data and workflows and interactive, lightweight UI elements that other applications can use as content”? Power Apps Cards is a brand-new feature designed to bring information and transactions in an easy UX that we all know: Microsoft Teams.
During this session, we will share with you some tips and tricks on how to make the most of Power Apps Cards. You will learn:
1. Why this functionality adds value to your customers and business scenarios.
2. How you can use Cards to connect data through Dataverse.
3. How to build a simple card live.
Get ready to learn 🙂

Automate your business: start simple, start now!

As a (small) business owner you have better things to do than repetitive, administrative tasks but for some reason, it seems like we are still doing those tasks over and over again. It is time to change this and take back our time, by automating what can be automated.
Yannick is a small-business owner himself, and will show and build some of the automations that saved him time when running his business!

What, why and how of ALM in the Power Platform

"Friends don't let friends right-click publish" has been a thing for years in development, and now it is time to put it in practice with the Power Platform too!
Learn about the different components and pieces necessary, the prep work, and the pipelines in Azure DevOps and GitHub Actions. We'll also take a look at the new out-of-the box pipelines that are available in Managed Environments!

What are Power Pages and why you should put them in your toolbox!

A high-paced, energetic introduction to Power Pages. Learn what Power Pages are and aren't, how they are different (or not) from their predecessor Power Apps Portals, and the benefits + challenges of using them. Take a peek at the new Studio and out-of-the-box templates for your next Pages project!

Dynamics 365 + Teams: a match made in the cloud

Microsoft Teams is the defacto irreplaceable tool for collaboration, internal and external communication, and even calling or webinars. The modules of Dynamics 365 offer the best experiences regarding sales pipelines and forecasting, invoicing, marketing, and many more depending on the module itself.

But what happens when you combine these 2 great tools? This is exactly what Vivian and Yannick will do during this session! They will walk you through the most interesting options to integrate your processes with Dynamics 365 and Teams, increasing efficiency for both your users and the organization as a whole.

Automate user, license and access management by combining the best of Dataverse and Azure AD

On all platforms, continuous user and access management is a pain for administrators. Hiring, firing, retiring, and changing positions, … all require the administrator to make changes in Azure Active Directory and Dataverse/Dynamics.
Vivian and Yannick will demonstrate learnings from a real-life customer case, using automated processes and out-of-the-box functionalities to maximize the use of information already existing in Dataverse and Azure AD. It simplifies the work and lets the customer focus on more important tasks!

Power Pages and Azure AD B2C: a deep-dive and advanced scenario's

How do Azure AD B2C and Power Pages work together? The basic setup has been discussed before, but the inner workings are rarely uncovered. Learn about the magic in this session, with external identities, access token inspection, and custom user journeys. And as a cherry on top: discover how these techniques allowed us to use one B2C identity for multiple Portal contacts!

Learnings from a Microsoft 365 developer moving into the Power Platform

Yannick has been developing for 10 years, first on SharePoint and then on Microsoft 365. Most recently he started moving into Power Platform development, and he has been supporting a team of Dynamics 365 consultants moving into this cloud world. It provided some unique learnings and insights from both perspectives.
This session will cover patterns and practices for M365 development that can transfer to Power Platform, Microsoft Graph (and its wealth of information) & a lot of practical tidbits from real-world experience!

Hello from the other side - how makers and developers make a FusionDev team

FusionDev is the collaboration between makers and developers - but how can we make this work? Luise and Yannick will walk you through some considerations and their real-world experiences why both roles are better together. Get an idea on how to ensure that maker solutions still comply with governance and security requirements. Learn how makers can benefit from developers' experience with proper tooling, DevOps pipelines and more. Understand which concepts developers can learn from makers to implement faster and with improved alignment to business needs. Go home with examples, demo's and lessons learned that you can apply yourself!

European Power Platform Conference (EPPC24) Sessionize Event Upcoming

June 2024 Brussels, Belgium

ColorCloud Hamburg 2024 Sessionize Event Upcoming

April 2024 Hamburg, Germany

Teams Nation 2024 Sessionize Event

February 2024

Cloud Technology Townhall Tallinn 2024 Sessionize Event

February 2024 Tallinn, Estonia

ESPC23 - European SharePoint, Office 365 & Azure Conference Sessionize Event

November 2023 Amsterdam, The Netherlands

Directions EMEA 2023 Lyon Sessionize Event

October 2023 Lyon, France

2023 Microsoft Power Platform Conference & Dynamics 365 CE Sessionize Event

October 2023 Las Vegas, Nevada, United States

Nordic Summit 2023 Sessionize Event

September 2023 Copenhagen, Denmark

Scottish Summit 2023 Sessionize Event

August 2023 Manchester, United Kingdom

BC TechDays 2023 Sessionize Event

June 2023 Antwerpen, Belgium

Days Of Knowledge Nordic 2023 Sessionize Event

May 2023 Odense, Denmark

Days Of Knowledge Central Sessionize Event

May 2023 Düsseldorf, Germany

Iberian Technology Summit Sessionize Event

April 2023 Olhão, Portugal

Days Of Knowledge UK Sessionize Event

March 2023 Birmingham, United Kingdom

Cloud Technology Townhall Tallinn 2023 Sessionize Event

February 2023 Tallinn, Estonia

South Coast Summit 2022 Sessionize Event

October 2022 Southampton, United Kingdom

Techorama Netherlands 2022 Sessionize Event

October 2022 Utrecht, The Netherlands

Power Platform Conference (Community Content) Sessionize Event

September 2022 Orlando, Florida, United States

CollabDays Netherlands 2022 Sessionize Event

September 2022

Commsverse

June 2022

Scottish Summit 2022 Sessionize Event

June 2022 Glasgow, United Kingdom

Microsoft Build

May 2022

Oslo Power Platform and beyond Sessionize Event

May 2022 Oslo, Norway

aMS Berlin - 19.05.2022 Sessionize Event

May 2022 Berlin, Germany

CollabDays UK 2022 - Bletchley Park Sessionize Event

February 2022 Bletchley, United Kingdom

Modern Workplace Conference Paris 2022 Sessionize Event

January 2022

PowerAddictsNL

November 2021

South Coast Summit 2021 Sessionize Event

October 2021 Southampton, United Kingdom

Commsverse

September 2021

Teams Nation 2021 Sessionize Event

May 2021

Microsoft 365 Virtual Marathon Sessionize Event

April 2021

Virtual Scottish Summit 2021 Sessionize Event

February 2021

Modern Workplace Conference Paris 2021 Sessionize Event

January 2021 Paris, France

CollabDays BeNeLux Online 2020 Sessionize Event

October 2020

Collabdays Barcelona 2020 Sessionize Event

October 2020 Barcelona, Spain

Collabdays Lisbon 2020 Sessionize Event

October 2020 Lisbon, Portugal

TeamsFest | October 2020 Sessionize Event

October 2020

TeamsCommunityDay - The Tour Sessionize Event

September 2020

Commsverse Online

July 2020

Omaha365 Conference - Virtual Edition Sessionize Event

June 2020

Microsoft 365 Virtual Marathon Sessionize Event

May 2020

Teamsfest

April 2020

Yannick Reekmans

Solution Architect @ Qubix | Business Applications & M365 MVP

Mol, Belgium