I am a software engineer with interests ranging from mobile development and web development to low level programming and machine learning. I have a B.Sc in Computer Science from University Of Calgary and currently reside in Mountain View, California. I work as an iOS Engineer at Square

Over the past few years, I've spent my free time working on various side projects. Check them out

Reducing the size of a Core ML model: a deep dive into quantization
A deep dive into Apple's coremltools quantization and how to reduce the size of a Core ML model without losing accuracy and performance
How to train your own model for CoreML
A guide to setup, train and integrate your own CoreML model.
Design Patterns in Swift: Adapter
An example of the 'Adapter' design pattern implemented in Swift…
Design Patterns in Swift: Builder
An example of the 'Builder' design pattern implemented in Swift…
Design Patterns in Swift: Chain of Responsibility
An example of the 'Chain of responsibility' design pattern implemented in Swift…