Samuel Défago
1,021
posts
iOS / tvOS developer. Crazy coder and problem solver @ Radio Télévision Suisse (RTS)
Geneva, Switzerland
Joined February 2011
Tip: You can capture the projected value of a
@Publishedproperty (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…
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…
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…

