The best way to learn about a new technology is to use it, and with that, I took a look …
Month: July 2025
TypeScript and Powerapps – Part 2 – Xrm Interactions
If I were to write everything out on integrating TypeScript and PowerApps in one post, it would drag on forever, …
Read MoreTypeScript and Powerapps – Part 2 – Xrm Interactions
PowerApp Plans
For months, I’ve logged into PowerApps and seen this “Let’s Make a Plan” thing and thought that it must just …
TypeScript and Powerapps – Part 1
I’ve been working with TypeScript and Powerapps for quite a bit, but never built up the system myself from scratch, …
Identifying Form Security Ownership in PowerApps
When approaching what I consider to be a pretty straightforward problem, I always think to myself, “I can’t be the …
Accessing Custom Fields with JIRA Webhooks
When I was starting to work with the JIRA Webhooks, one problem I started to run into was understanding what …
Creating WebHooks with JIRA
Similar to the posts I’ve written about creating Webhooks for AzureDevOps and Git, you can do the same for Jira. …
Retrieving Historical Data with the GIT API
We previously looked at retrieving data from GIT using a webhook to get real-time events, but if your primary goal …
Creating WebHooks with GIT
Similar to Azure DevOps, you can set up a WebHook in GIT to collect data when changes are made to …
Connecting to Azure DevOps using the Wiql API
Sometimes you are going to want to retrieve work items from your Azure DevOps Organization, maybe to perform some complex …