Skip to main content

Migrating a Local Node Script to Azure Functions using VS Code

I have a work project that uses GitHub APIs to access stats about specific repos (views, clones, forks, etc.). It was pretty straightforward to get the project running locally using GitHub's Octokit REST package and with a little work I had a working Node script that could be run to retrieve the …

New Video Series: All Things Microsoft Cloud

I had a chance to sit down with my colleague Ayça Baş as well as several special guests to talk about how different technologies across the Microsoft Cloud can be integrated together to build a variety of applications. Check out the different interviews in the video series below. What is the …

Video: Show a user's emails in an ASP.NET Core app using Microsoft Graph

I've been working a lot with .NET Core and Microsoft Graph lately and decided to put together a short video based on a Microsoft Learn module covering how the technologies can be used together. If you haven't used Microsoft Graph before, it provides a secure, unified API to access organizational …

Cover image for: Video: Show a user's emails in an ASP.NET Core app using Microsoft Graph

Start Learning TypeScript with these Short Videos

TypeScript continues to grow in popularity and for good reason. It adds "guard rails" to your code to help you spot issues early on, easily locate problem code, enhance productivity, provide consistency across code, and much more. While there are a lot of TypeScript resources out there to get …

Cover image for: Start Learning TypeScript with these Short Videos

Getting Started with Azure Static Web Apps

What does it take to deploy a modern JavaScript web app? Your initial response might be, "Copy the files up to the server - how hard could it be?". The reality is that deploying modern JavaScript apps is a bit more complicated than simply copying files up to a server. For example, let's say that …

Getting Started Calling the Microsoft Graph API

In this post I'm going to share a quick tip on how to get started calling the Microsoft Graph API. If you're new to Microsoft Graph, here's a short definition for you: > Microsoft Graph provides a secure and unified API that can be used to access Microsoft 365 and other cloud data and intelligence. …

Cover image for: Getting Started Calling the Microsoft Graph API

Azure Communications Voice Calling QuickStart

In this post, I'm going to walk you through the process of getting started with adding voice calling into your apps using Azure Communication Services (ACS). If you haven't read my previous post or watched my video on "What is Azure Communication Services?" I'd recommend doing that first so that …