I love the global iOS developers community. Almost everyone I’ve met is very open-minded and supportive, driven by the passion to create beautiful apps. That’s why I enjoy going to iOS conferences around the world to share my knowledge as a speaker – whenever I get the time. I also try to give something back to the community by publishing my learnings both on Stackoverflow and in blog articles. Here’s a selection of my talks and articles:
iOS Conference Talks
Your Feedback Sucks! – Code Reviews Done Right
ADDC 2021
Barcelona, Spain / Online (Remote Edition)
The Art of Designing Code
iOS Conf SG 2019
Singapore
Auto Layout – From Trailing to Leading
UIKonf 2017
Berlin, Germany
Articles on Swift & iOS Development
How to Build a Wordle Game With SwiftUI
A step-by-step guide to recreate the famous game “Wordle” as an iOS app with SwiftUI. Includes a sample code repository.
How to Read BLE Characteristics in Swift
The ultimate guide for decoding characteristics’ raw data received from Bluetooth Low Energy devices to meaningful Swift types.
Unsafe Territory! Understanding Raw Bytes and Pointers in Swift
A complete guide to accessing memory in Swift. To help you feel more secure when working with pointers and raw bytes.