Github


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 data and display it in the console. That was a good start, but the script functionality needed to be consumed by others in my organization as well as by services such as Power Automate. What to do? While I could easily convert the script into a Node/Express API […]


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 Microsoft Cloud? Ayça and I talk about the overall Microsoft Cloud and services that are available. While Azure is a central part of the Microsoft Cloud, you can also integrate with services across Microsoft 365, Power Platform, and GitHub. Ayça and I also discuss a new Build applications on […]


Developing Real-Time Collaborative Apps with Azure, Microsoft 365, Power Platform, and Github

Have you considered adding real-time collaboration into your apps? Do you want to learn how to collaborate more efficiently on code your team is writing? In today’s distributed work environment there are many new and exciting collaborative technologies available across Azure, Microsoft 365, Power Platform, and GitHub that you can tap into today. These technologies can be used to increase user productivity as well as developer productivity and take your applications to the next level! For example, you can: Allow users to collaborate on data in real-time within your application using technologies such as the Fluid Framework or SignalR. Add […]