Swift

Open Source, Perfect, Swift

Using Functional Principles to Keep It Simple – A Shopify & Swift Story


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

Read More

Perfect, Swift

Using PerfectLib with macOS apps


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. Some background In June of this 2016 I joined the team developing Perfect,

Read More