Die internationale iOS Entwickler-Community ist etwas Besonderes. Sie ist von Offenheit und gegenseitiger Unterstützung geprägt, sowie von der gemeinsamen Leidenschaft wunderschöne Apps zu entwickeln. Deshalb nehme ich sehr gerne an iOS-Konferenzen teil, um neue großartige Menschen kennenzulernen, aber auch um mein Wissen mit dieser Community als Speaker zu teilen – wenn ich die Zeit dazu bekomme.
Ich versuche auch etwas zur Community zurückzugeben, indem ich Dinge, die ich während meiner Arbeit lerne, aufschreibe und auf Stackoverflow oder in Blog-Artikeln teile. Hier ist eine Auswahl meiner Talks und Artikel (Englisch):
Konferenz-Vorträge
Your Feedback Sucks! – Code Reviews Done Right
ADDC 2021
Barcelona / Online (Remote Edition)
The Art of Designing Code
iOS Conf SG 2019
Singapur
Auto Layout – From Trailing to Leading
UIKonf 2017
Berlin
Artikel über Swift & iOS-Entwicklung
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.