Project Overview

I’m in the middle of quite a large project at the moment using server-side Swift (via the Perfect toolkit) that talks a lot to the Shopify Admin API. After writing the same code several times to format dates to the RFC3339 standard like Shopify quite rightly desires, I face-palmed and refactored.

// DateExtensions.swift
// nw360Core

macOS App Development

While developing a macOS app that needed a lot of file & directory access, as well as a number of curl and command line operations, it struck me that integrating the Perfect framework in my app was a no-brainer idea… this is how.