Projects

Wire

Secure team collaboration platform

Between 2018 and 2019, I was part of the Wire iOS team. I worked on calling and productivity features, as well as architecture refinements.

One of the things I am the most proud of is having led efforts to introduce accessibility standards and automated accessibility tests, a topic I care deeply about.

During my time at Wire, I also learned about end-to-end encryption, security and privacy in-depth.

ScaleBook

Simple Weight Tracker

ScaleBook is an iPhone application that lets you track your weight in a simple and safe environment (no goals, no judgement or notifications). It was designed with privacy and accessibility in mind.

Developing this application was an opportunity to learn about the HealthKit API, architecture best practices and UI testing.

MLMOJI

Hand-Drawn Emoji Classifier

MLMOJI is a Swift Playground Book exploring hand drawing and image classification. Using a neural network, it recognizes the emoji you draw.

The neural network was trained from scratch, using data augmentation and transfer learning. Leveraging the features of the Swift Playrgound Book format, it brings machine learning to life and provides a guided intro to data augmentation.

BulletinBoard

General-purpose contextual cards for iOS

BulletinBoard is an open-source iOS library to present cards to the user. It has an interface similar to the new iOS instant configuration UI and is designed to fit the system look and feel.

The library provides a great level of customization. Programmers can customize the appearance of the card, and add their own controls, such as date pickers and collection views to create a unique experience for their apps.

Building and maintaining BulletinBoard, I extended my knowledge about Auto Layout, view controller transitions and API design.