<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reactive programming Archives - Swift Academy</title>
	<atom:link href="https://walidsassi.com/category/reactive-programming/feed/" rel="self" type="application/rss+xml" />
	<link>https://walidsassi.com/category/reactive-programming/</link>
	<description>Modern Mobile Development Blog</description>
	<lastBuildDate>Sun, 31 Mar 2024 10:41:00 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.6</generator>

<image>
	<url>https://walidsassi.com/wp-content/uploads/2021/11/logo-svg.svg</url>
	<title>Reactive programming Archives - Swift Academy</title>
	<link>https://walidsassi.com/category/reactive-programming/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Utilizing SwiftyMocky for Swift Unit Testing</title>
		<link>https://walidsassi.com/utilizing-swiftymocky-for-swift-unit-testing/</link>
					<comments>https://walidsassi.com/utilizing-swiftymocky-for-swift-unit-testing/#respond</comments>
		
		<dc:creator><![CDATA[Walid]]></dc:creator>
		<pubDate>Sun, 31 Mar 2024 10:24:45 +0000</pubDate>
				<category><![CDATA[Reactive programming]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[Tests]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[sourcery]]></category>
		<category><![CDATA[spy]]></category>
		<category><![CDATA[Stub]]></category>
		<category><![CDATA[swift]]></category>
		<category><![CDATA[swiftymocky]]></category>
		<category><![CDATA[unitstests]]></category>
		<category><![CDATA[XCTEST]]></category>
		<guid isPermaLink="false">https://walidsassi.com/?p=1523</guid>

					<description><![CDATA[<p>In the world of software development, writing unit tests is essential for ensuring the reliability and maintainability of code. However, creating effective unit tests can sometimes be challenging, especially when dealing with dependencies such as network requests, databases, or external services. This is where mocking frameworks come into play.</p>
<p>Cet article <a href="https://walidsassi.com/utilizing-swiftymocky-for-swift-unit-testing/">Utilizing SwiftyMocky for Swift Unit Testing</a> est apparu en premier sur <a href="https://walidsassi.com">Swift Academy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://walidsassi.com/utilizing-swiftymocky-for-swift-unit-testing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Reactive Programming &#8211; Leveraging RxSwift and Clean Architecture for Apple Pay.</title>
		<link>https://walidsassi.com/reactive-programming-leveraging-rxswift-and-clean-architecture-for-apple-pay/</link>
					<comments>https://walidsassi.com/reactive-programming-leveraging-rxswift-and-clean-architecture-for-apple-pay/#respond</comments>
		
		<dc:creator><![CDATA[Walid]]></dc:creator>
		<pubDate>Sun, 10 Mar 2024 15:47:42 +0000</pubDate>
				<category><![CDATA[Reactive programming]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[tout]]></category>
		<category><![CDATA[applepay]]></category>
		<category><![CDATA[delegateproxy]]></category>
		<category><![CDATA[rxswift]]></category>
		<category><![CDATA[swift]]></category>
		<guid isPermaLink="false">https://walidsassi.com/?p=1482</guid>

					<description><![CDATA[<p>In the ever-evolving landscape of iOS development, understanding and implementing payment solutions like Apple Pay is paramount. In the first part of this series, we delved into the intricacies of Apple Pay&#8217;s functionality in Swift. We explored its mechanisms, its integration into iOS applications, and the challenges developers face, particularly when handling payment-related interactions. One [&#8230;]</p>
<p>Cet article <a href="https://walidsassi.com/reactive-programming-leveraging-rxswift-and-clean-architecture-for-apple-pay/">Reactive Programming &#8211; Leveraging RxSwift and Clean Architecture for Apple Pay.</a> est apparu en premier sur <a href="https://walidsassi.com">Swift Academy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://walidsassi.com/reactive-programming-leveraging-rxswift-and-clean-architecture-for-apple-pay/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Reactive Programming &#8211; from spaghetti code to clean architecture, implement Apple Pay Payment service using Proxy pattern as exemple (part 1)</title>
		<link>https://walidsassi.com/reactive-programming-from-spaghetti-code-to-clean-architecture-implement-apple-pay-payment-service-using-proxy-pattern-as-exemple-part-1/</link>
					<comments>https://walidsassi.com/reactive-programming-from-spaghetti-code-to-clean-architecture-implement-apple-pay-payment-service-using-proxy-pattern-as-exemple-part-1/#respond</comments>
		
		<dc:creator><![CDATA[Walid]]></dc:creator>
		<pubDate>Fri, 01 Mar 2024 16:28:32 +0000</pubDate>
				<category><![CDATA[Reactive programming]]></category>
		<category><![CDATA[tout]]></category>
		<guid isPermaLink="false">https://walidsassi.com/?p=1442</guid>

					<description><![CDATA[<p>Introduction In the realm of modern iOS development, where responsiveness, scalability, and maintainability reign supreme, the power of reactive programming shines brightly. At the heart of this paradigm lies RxSwift, a powerful framework that empowers developers to tackle complex asynchronous operations with elegance and precision. In this article, we delve into the transformative capabilities of [&#8230;]</p>
<p>Cet article <a href="https://walidsassi.com/reactive-programming-from-spaghetti-code-to-clean-architecture-implement-apple-pay-payment-service-using-proxy-pattern-as-exemple-part-1/">Reactive Programming &#8211; from spaghetti code to clean architecture, implement Apple Pay Payment service using Proxy pattern as exemple (part 1)</a> est apparu en premier sur <a href="https://walidsassi.com">Swift Academy</a>.</p>
]]></description>
		
					<wfw:commentRss>https://walidsassi.com/reactive-programming-from-spaghetti-code-to-clean-architecture-implement-apple-pay-payment-service-using-proxy-pattern-as-exemple-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
