Tag: #swift

  • Dependency injection patterns in Swift (25 Nov 2025)
    When I first learned about it over a decade ago, I started using it everywhere possible. It’s a simple idea with a surprisingly big impact.
  • I have presented at CocoaHeads in Kraków! (25 Nov 2022)
    Last week on Tuesday I had a great opportunity to present my own topic at the CocoaHeads meetup conference in Kraków.
  • High Performance Web Services with Swift and Protocol Buffers (21 Sep 2017)
    Usually, when designing communication between a server and an iOS application, we choose JSON as a default serialization method. It has a lot of advantages: readability, flexibility and good availability of serializers in the majority of most popular web technologies used...