Samuel Défago · X (formerly Twitter)

Samuel Défago

1,021

posts

Samuel Défago profile banner

user avatar

@defagos

iOS / tvOS developer. Crazy coder and problem solver @ Radio Télévision Suisse (RTS)

Geneva, Switzerland

Joined February 2011

  • user avatar

    00:00

  • user avatar

    Finding myself embedding SwiftUI code into UIKit again, so here is a friendly reminder there is a simple way to send actions down the UIKit responder chain starting from a SwiftUI view

  • user avatar

    Tip: You can capture the projected value of a

    @Published

    property (i.e. its associated publisher) in a capture list to incorporate user-driven sources of change into a pipeline declaration. More information in my updated article: defagos.github.io/declarative_re…

  • user avatar

    I recently published an article discussing a way to build scalable declarative data pipelines using Combine. Could make for an interesting read near the fireplace if you missed my announcement tweet. x.com/defagos/status…

    user avatar

    Gathering data in an app can be a challenge, especially when several sources must be aggregated or when pagination is involved. My latest article discusses how Combine and reactive programming provide a declarative and scalable solution to this problem: defagos.github.io/declarative_re…

  • user avatar

    Two years ago I would never have considered using reactive programming to write apps. I am now asking myself how I could live without it before, and I hope you'll understand why after having read my article. Probably my biggest aha moment as an Apple developer.

Read the original on x.com ↗