Speaker

Julie Turner

Julie Turner

Partner/CTO Sympraxis Consulting | Microsoft MVP | Microsoft 365 Speaker

Boston, Massachusetts, United States

Actions

Julie has been building software for over 20 years. With a degree in Electrical Engineering from Worcester Polytechnic Institute, she quickly realized a love and aptitude for developing rich user experiences and solutions. Since 2007 her focus has been on the SharePoint platform, Microsoft 365, Azure, and client-side development. She's a co-maintainer of PnPjs and hTWOo open-source initiatives. She also is the co-host of the "Code. Deploy. Go Live." podcast. She's also has been awarded the Microsoft MVP since 2017 and is a core member of the Microsoft 365 & Power Platform Team.

Badges

Harnessing Change Events in Microsoft 365 for Enterprise-Scale Workflow Management

Mature organizations that use Microsoft 365 often need to run custom workflows when events happen in Microsoft 365, like updating list items, adding users, updating groups, or changing files. When there's only a single list or library, or other single event items, it can make sense to use a tool like Power Automate or an Azure Logic Apps. However, these tools require connecting a workflow to a specific entity (list, library, drive) making these solutions difficult to manage when there are many of the same types of items to monitor. Enter stage left: Change Events.

To be clear, change events (aka Webhooks) are not a power user tool; they require the ability to architect and manage cloud resources and write enterprise level code. But the benefits and scalability make it well worth the time investment! In this session you'll learn about:
• What change events are and what are some of the common use cases they can help solve
• What common architectural pattern for managing your subscriptions and events looks like
• What cloud services are commonly used to support the common architecture
• What boilerplate code looks like to establish and manage subscriptions and react to event notifications
• Where and how you might implement custom handlers for establishing what subscriptions are needed and what happens when an event is fired.

Don't miss this opportunity to learn how to manage workflows at scale to reduce risk and simplify management!

Managing Multiple tenants in Microsoft 365

Microsoft 365 uses the concept of a "tenant" to securely isolate each customer's data, users, and permissions, even as they are running on shared infrastructure. Most applications run within a single tenant, and would require a separate copy of the app for each tenant.

In this session, you'll gain a deep understanding of tenants and the new Multi-Tenant Organizations (MTO) feature. We’ll demystify the various types of users – internal, external, members, and guests – and show how they work for users and Entra ID administrators. Then you'll learn how enterprise and 3rd party applications work within this environment, how to write multi-tenant apps, and how to manage access as a tenant admin.

This is not only important to software vendors who sell SaaS solutions to many customers, it’s also relevant to customers who find themselves with multiple tenants due to mergers and acquisitions and other partnerships. Please attend to fully understand how multitenancy works in Microsoft 365, Microsoft Graph, and the apps you write and use every day!

Getting Started with PnPjs

PnPjs is a collection of fluent libraries for consuming SharePoint, Graph, and Microsoft 365 REST APIs in a type-safe way. You can use it within SharePoint Framework, Teams development, Nodejs, or any JavaScript project. If you're calling these APIs in any other way, you're doing development on hard mode!

In this session 2 of the maintainers of this incredibly popular open-source framework will show you how to get started and to take advantage of this powerful tool.

Design + Development: A Case Study

When designers and developers meet each other where they're at, wonderful things can happen. This session will focus on sharing the design and development workflow that we've evolved and refined over the past four plus years of collaboration. Starting from requirements we'll move though our process of architecture, design, style development (html + css), through development (Type/Java Script) to QA, and finally release.

Build Solutions for Microsoft 365 with a Fluent API Library

For the most part, your imagination is the limit when it comes to extending the Microsoft 365 platform. Join me for a complete look at the PnPjs library, a collection of fluent libraries for consuming SharePoint and Microsoft Graph REST APIs that make building solutions 10x easier and faster. This free, open-source initiative, part of the Microsoft 365 & Power Platform Community can be used within the SharePoint Framework, NodeJS, or any JavaScript/TypeScript based project.

This session will cover using the library within the SharePoint Framework and Azure Functions NodeJS project. We'll cover:
• How to get started, your project template, and establishing context
• An overview of all the packages available and outline the ease of use
• More advanced scenarios like batching and cross site execution.

An Introduction to Atomic React Component Design in SPFx and Beyond

When programming with ReactJS, which is a common choice when developing using the SharePoint Framework, how you architect your components can often be confusing. This introductory session will walk through designing your components to mirror a common design principle called "Atomic Design" which was invented by web designer Brad Frost. This design pattern breaks web design into small chunks that when combined build beautiful solutions with reusability at its core. We'll go into how to translate that design principle into component development which can help reduce code size, improve reliability and quality, and just make your life easier. As part of our examples, we'll be leveraging the HTWOO community built Fluent UI framework.

Building reusable code libraries for extending Microsoft 365

The SharePoint Framework introduced 'libraries' as a project type, which, while useful for small development projects, may not be ideal for larger enterprise solutions and ALM strategies. This session will cover the end-to-end process of building a library using standard web-based building blocks. We'll discuss the use of package managers like Azure DevOps or GitHub to create a private code artifact, and then demonstrate how to consume that library, along with others, within a SharePoint Framework solution. We'll also discuss hosting the artifacts in an Azure CDN or bundling them if more appropriate.

This powerful approach to reusability allows you to manage the lifecycle of different components in a way that mimics other packages you might consume when building your solution.

Azure Functions: Real world scenarios & NodeJS implementation overview

In this session, we will explore the powerful capabilities of Azure Functions for extending Microsoft 365.

We will begin by discussing the various use cases for Azure Functions, including their ability to trigger actions when items in Microsoft 365 change and their application as Timer Jobs. We will delve into the integration with SharePoint Framework (SPFx) APIs using the On-Behalf-Of (OBO) flow and discuss how queues can be used to provide the most resilient solutions.

The remainder of the session will be devoted to giving an overview how implementing Azure functions using NodeJS (although you absolutely can do them with C#/Visual Studio). We'll include the getting started configuration, and a brief word about CommonJS vs ESModules. We'll then discuss security considerations by showing basic Entra ID application registration but discuss how we can implement Managed Identity using Azure Identity to securely access other parts of your tenant. The session will also include a detailed look at the OBO Flow. We'll finish up by discussing queues and requeuing options.

Join me to gain a comprehensive understanding of how Azure Functions can be used to extend Microsoft 365, improve efficiency, and enhance security.

Deep Dive into PnP Modern Search

PnP Modern Search is one of the Swiss Army knives of SharePoint; every tenant should have it installed. In this all-day, hands-on workshop, we'll start with installation and work through basic and advanced topics.

At a minimum, we will cover:
* The relationship between PnP Modern Search, "out of the box" search, and Copilot. i.e., when and why you might need PnP Modern Search
* Installing the PnP Modern Search solution in the tenant App Catalog (or Site App Catalog - but you'll want it across the tenant!) and staying up to date with new releases
* Setting up the search schema to support the search-driven experiences you'd like to build with PnP Modern Search
* Setting up list and/or libraries with the appropriate information architecture applies to serve as the source(s) for PnP Modern Search
* Adding the four Web Parts - Search Results, Search Filters, Search Box, and Search Verticals - to a page and connecting the Web Parts to each other to build custom capabilities
* Understanding the different combinations of PnP Modern Search Web Parts we can use to build sophisticated search-driven experiences
* Returning different types of objects with Search Results, like items, documents, lists and/or libraries, sites, etc. by adapting our queries
* Using SharePoint Search or Microsoft Search - which should you choose when?
* Writing custom Handlebars or Adaptive Card templates to style your search results and filters
* KQL tips and tricks to optimize your results
* Styling search results using hTWOo and custom CSS

SPFest Chicago 2021 Sessionize Event

July 2021 Chicago, Illinois, United States

June Microsoft 365 Collaboration Conference Sessionize Event

June 2021 Orlando, Florida, United States

Julie Turner

Partner/CTO Sympraxis Consulting | Microsoft MVP | Microsoft 365 Speaker

Boston, Massachusetts, United States

Actions

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top