Who am I?

I am a Software Engineer creating full stack solutions for customer-facing applications at Reemo Health, a digital health company based in Minneapolis, Minnesota. When I am not writing software, I spend time practicing guitar, reading science fiction and fantasy books, and depending upon the time of the year I can be found up north hitting the trails on a snowmobile or enjoying time on a lake.

Wisconsin Snowmobile Trail Status Monitor

December 2019 - January 2020

Monitors the status of snowmobile trails in Wisconsin counties and sends SMS alerts when the status changes. Built as two C# .NET Core 3.1 Azure Functions. The first is the trail status monitor that polls the travelwisconsin.com snow report section for the specified counties to get the latest trail condition report. The second is a HTTP webhook that is used by Twilio when a user sends a SMS message to the service that either requests the user be subscribed to updates or to unsubscribe. The list of phone numbers to message is stored in Azure Tables storage as well as the history of condition reports so when a user subscribes they can get the latest report immediately.