Tis the season of copilots! Everybody gets a copilot! No, not that kind of copilot. I’m talking about the kind of copilot that runs off of AI and helps you to do some kind of task. You know, all the copilots that Microsoft has recently announced that are getting added […]
Category: Development
My Favorite Podcasts & Video Channels for 2023
Every so often I update my list of favorite podcasts and video channels. These are the places I go to for learning and entertainment. It’s especially great to listen to while I’m driving since anymore radio is a desolate wasteland of 40 minutes of ads and 20 minutes of content […]
Rockin’ the Code World with Me!
Just in case you missed the live interview with me on Rockin’ the Code World, you can watch it below. Get the details here. BarretHusband, father, gamer, developer, manager, writer, creative, blogger, model railroader, Buckeyes fan
Using C# and Power Automate To Sync An Outlook Calendar
There are some good tools out there for syncing your Outlook calendar to other calendars, especially for O365 or Outlook.com calendars. And they’re well worth the money for the good ones. But sometimes, in certain circumstances (such as if you have an on-prem exchange server that you can’t access from […]
Automatically Adding Travel Time To Your Calendar
Even in this world of video meetings on Teams, Zoom, or wherever, there are still occasions when you need to travel to an onsite meeting somewhere. In these cases, it can be useful to automatically block out travel time before and after to ensure that your calendar reflects when you’re […]
Power Automate vs Azure Logic Apps
When people start to get into the workflow automation processes that are offered on the Microsoft stack, there are questions that they commonly have. For one, why does Microsoft have two platforms to do the same thing? And if they’re not the same, what is the difference between Power Automate […]
What’s The Deal With ChatGPT
ChatGPT is all the rage right now. People are using it for all kinds of things, both good and bad. It seems every day there is a new article or story about it and how people are using it. And most of those stories have a fairly negative connotation to […]
Creating a Check-in Reminder App
This post was inspired by a recent tweet from Taylor Desseyn. So what we’re going to do is create a pair of Power Platform tools to help us do exactly that. First, we’re going to need a Power App that we can use to maintain a list of people we […]
Turning Any JSON API Into An App
The Internet is fantastic. There are a seemingly infinite array of APIs available for people to use. Many of them are completely free and open to use in pretty much any way you want to. For example, NASA has a wide variety of things available through its public API. I […]
Advent of Code 2022
I’m participating in the Advent of Code again this year. We’ll see if I get further than I did last year, which was about halfway before I quit. You can follow my progress in my GitHub repo over here. As usual, my solutions are written in C#. BarretHusband, father, gamer, […]