Blog

A collection of thoughts on programmning and consulting.

Why Legacy .Net Projects Fail

This blog post is about why I see so many legacy .Net projects fail or have become abondoned by their original developers or agencies.

February 21, 2025

How to display a custom icon in React Native Mapbox

It took me a while to figure out how to add a custom icon to a marker in React Native Mapbox library. This is how you do that.

February 18, 2025

Move from React Native Maps to Mapbox

As I added more and more coffee shops to MPLS Coffee I noticed a huge performance hit with React Native Maps. I updated the entire app to use Mapbox and it's so much faster.

February 15, 2025

Starting a T-Shirt Company...Again

It's been over seven years since I ran and operated a retail t-shirt shop. Today we are starting a new venture t-shirt company.

February 06, 2025

Five Years On ooh.directory

Today marks the fifth year that my website/blog has been on the ooh.directory

January 31, 2025

Creating a WordPress Redirect Login Plugin

I'm developming a WordPress plug in that will automatically redirect a user to a website when they log into the WordPress site or visit the home page after logging in.

January 15, 2025

I Learned a Lesson in CI/CD Permissions

I completely obliterated user privileges on a client folder while trying to implement CI/CD using Azure DevOps. My goal was to set up an Angular front-end build and deploy pipeline but instead I bricked the site.

January 13, 2025

Primary Constructors in C# 12

I’ve come across Primary Constructors, a powerful new feature that simplifies how we define and initialize classes. This feature enables us to declare constructor parameters directly within the class definition, streamlining code and reducing boilerplate

January 10, 2025

Good Coding Vibes

There’s something that just feels good when you start to write a nice chunk of code. The entire process sets me into a flow state.

January 09, 2025

Find the best coffee in Minneapolis

An overview of how my coffee shop finder, MPLS Coffee, is build. The app that helps you find the best coffee in Minneapolis, MN.

January 06, 2025

A Fall Sunset Walk Through the Sculpture Garden in Minneapolis

Photos I took on a beautiful fall walk through the Walker Art Center's Sculpture Garden last October.

December 23, 2024

How to Choose the Best C#/.NET Freelance Developer

Learn how to choose the right C# .NET consultant for your project. This guide covers essential steps, from evaluating expertise to assessing communication skills, ensuring you find the perfect partner to deliver exceptional results.

December 20, 2024

Don't Put New Bugs On Blast

Bugs and problems in software are inevitable, but how we communicate them to the team determines the outcome and speed they are resolved.

December 17, 2024

Troubleshooting outdated WooCommerce Subscription plug in

How I migrated from a very old WooCommerce Subscription plug in back down to the previous versions and back up again.

December 11, 2024

MPLS Coffee is available for iOS and Android

MPLS Coffee is now available for both iOS and Android to help everyone find top coffee shops in Minneapolis and Saint Paul.

November 14, 2024

Migrating Umbraco sites has become easy

I've completed so many Umbraco migrations over the past year that they've become incredibly easy to execute. Now that I've been doing them for a while, I've created a template that I follow to make the process almost automatic.

October 08, 2024

Developing a Minneapolis Coffee Shop Locator

October 07, 2024

Photos: A walk around Gold Medal Park

Earlier this month I had a few minutes to spare downtown so I decided to take a walk around Gold Medal Park.

September 21, 2024

What's the difference between 401 and 403 response codes

There's a small but significant difference between 401 and 403 response codes. Both are related to authentication and authorization.

September 19, 2024

Warm Septembers

The query, visualization and data set below is for the average Minneapolis temperature (combination of high and low temps) for September from the beginning of records until today (2024).

September 11, 2024