Blogs

MacOS: Git error: xcrun …

Recently I tried to run the git branch command on a local repository. While it worked just the other day, now I’m receiving this error: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun The …

My Required Reading List

Growing up I wasn’t much of a reader. My reading habits consisted mostly of skimming through Cliff Notes the week before an assignment was due, hoping (🙏) I would absorb enough information for a passing grade on the book report. Since really discovering audiobooks and the power to speed up the …

Multipass: Mount Host …

I’ve recently been exploring solutions for local development of a robust microservices platform that is using Kubernetes (k8) in production. The basic idea is that I have an application with a few services, a user interface (UI), database, etc. that I want to develop features for in an …