How to Setup Docker for Azure Cognitive Services to Obtain Healthcare Text Analytics and HL7 FHIR DataJul 14, 2023·6 min read
Two hours wasted! Finding out LinkedIn's API no longer offers profile data (unless your company is a LinkedIn Partner)Jun 16, 2023·2 min read
How To: Obtain an OAuth2 Token from Azure REST API using Postman and JavaScript (PowerShell included too!)This guide assumes you already have an App Registration with Client Secret created in Azure AD and that the app has sufficient scope to make requests. Reference The Setup From Postman, create a collection with the following Variables on it. The va...Aug 8, 2023·3 min read
Strava API Guide: How to Authenticate using OAuth 2.0 and Query for Athlete DataJun 15, 2023·3 min read
Handling Local Secrets with PowerShell: Using $env and Windows Environment VariablesManaging sensitive information such as API keys, access tokens, and database credentials, is a crucial aspect of software development. Ensuring that these secrets are not exposed or compromised is of utmost importance, as it can lead to security brea...May 21, 2023·2 min read
APIs Made Simple: 3 Easy-to-Follow Analogies for Better UnderstandingIn today's interconnected digital landscape, Application Programming Interfaces (APIs) play a foundational role. And even for those with some technical knowledge, gaining a deep understanding of APIs can be quite challenging. In this article, we will...May 19, 2023·5 min read
Use PowerShell to Get Wiki Page Content from Azure DevOps REST APIThis article details how to use PowerShell to send a request to Azure DevOps REST API to fetch the content of a Wiki Page. 1. Obtain a Personal Access Token (PAT) Before we get to PowerShell, you first need a Personal Access Token (PAT) from Azure D...May 15, 2023·2 min read