Navigation

Software developer, data wrangler, and geographer.

Iā€™m Jeffrey Morgan, I develop software that incorporates visualization, geographical information systems (GIS) and data science. I made the Quick View Calendar menu bar app that provides a compact, simple and clear calendar for macOS. This website is built with Jekyll and Tailwind UI with Plausible Analytics.

Improve your Code by Refactoring to Nouns and Verbs

In this article I'll teach you a technique I use when programming that will make your code read more like English. Instead of writing comments that describe what a method does, you express those comments in the way you name your methods and in the way you compose your method calls.

How to Access Your iCloud Drive Folder in the Terminal App

iCloud Drive is available as a folder in the Finder on macOS Yosemite (10.10) and later. However, iCloud Drive doesn't act like a normal Finder folder, which is problematic when you want to work with iCloud Drive in the Terminal app. This article explains how to access your iCloud Drive folder in the terminal.