Recent Blog ArticlesMost RecentMost LikesCreating a Notification Service and Components in Blazor with Bootstrap Now that I’ve finally had opportunity to work on a notification service for the front-end, I wanted to share with everyone. This service was originally something that I piloted in my team’...Searching through a SharePoint Term set with a Power Virtual Agent During our last hackathon, my team and I worked on creating a Power Virtual Agent that can search through a SharePoint term set. Our use case was providing a bot through teams to help answ...Creating a Generic Tree View Blazor Component I want to take a moment to show off a Blazor component that I made that can display an object recursively in a tree view. The component was made as part of my team’s project, FHIR Watch, a to...Trying Out Machine Learning In this post, I share my recent experience with trying out machine learning including resources I used, my takeaways, and where I would want to go next with learning about ML. CI/CD for Power Platform using GitHub Actions Let’s discuss using GitHub actions to provide continuous integration and deployment capabilities for Power Platform solutions. This article will expand on why and several considerations to kee...Integrating Event Grid with GraphQL (Hot Chocolate) API You can extend functionality of any API through use of a decentralized architecture and events through event grid. This article will cover adding events with event grid to a GraphQL API (u...Hackathon Team Builder: A Teams Tab Application Learn how to automate building teams during a Virtual hackathon using sample app on GitHub. This article provides technical overview of our Hackathon Team Builder project, a Microsoft Team...Extending Your Application with Event Grid You can extend functionality of any API through use of a decentralized architecture and events through event grid. This article will cover listening to events from event grids using an Azure f...Auto-Regenerating API Client for Your Open API Project You can generate up-to-date client code for your API, on solution build, leveraging the power of swagger and NSwag. This post is inspired by and builds on Generating HTTP API clients using Vis...