Blog
This is a blog about software engineering, consulting, coffee and other things that I find interesting.
How to Create a Custom Umbraco uSkinned Component
March 6, 2024How to create a custom uSkinned component for your Umbraco project. This guide complements the uSkinned documentation with additional steps.
Use AI To Visualize Organ Transplant Waitlist Size
March 6, 2024This is a blog post to show how using AI to visualize organ transplant waitlist size by compiling data into a readable dataset and viewed in a chart
B2C User Admin App Updates
February 27, 2024I'm preparing to launch the initial version of the B2C User Administration app. Here are the updates that I've been working on in order to get the app set up and ready for customers to download.
Progress: Azure B2C User Management App
February 5, 2024I'm making good progress on the Azure B2C User Management App that I'm building.
Joshua Tree Photos
January 31, 2024A few of my favorite pictures from the few hours we spent running around in the Joshua Tree National Park.
Just about the warmest winter on record (so far)
January 18, 2024I pulled the top ten warmest December, January and February months based on the average temperature for each of the months from the ACIS tool.
Creating Azure B2C User Admin App
January 17, 2024There isn't a good way for end users who are not Azure admins to update user information without logging into the Azure portal.
Friday, January 12, 2024
January 12, 2024Friday, December 22 2023
December 22, 2023FizzBuzz in C#
December 3, 2023Friday, November 17 2023
November 17, 2023Worlds Colliding: Dr. Becky Kennedy on Armchair Expert and Our Journey with the Armchair Media Explorer
November 17, 2023Real-time FAA Flight Data Powering the JetTip Smart Alert System
November 15, 2023How to Configure Cloudflare's Load Balancer Monitoring When Health of the Pool is Critical
October 23, 2023How To Migrate WordPress Websites to WP Engine
September 18, 2023Moving Docker SQL Server databases between machines
August 31, 2023In this blog post I'll show how I migrated my SQL Server databases between machines and Docker containers.
Home
August 21, 2023Armchair Expert Books
August 7, 2023Or how to get the cover for a book programmatically. In the Armchair Expert Media Explorer is a website I built to track all the book, movies, documentaries, podcasts and shows that are discussed on Armchair Expert between the hosts, Dax and Monica, and their guests.
React Native: Loaded "env" configuration for the "production" profile: no environment variables specified.
August 4, 2023This is a post to describe a fix for an error in React Native, specifically an Expo Bare project, that looks like "Loaded "env" configuration for the "production" profile: no environment variables specified".