<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Awis Alkarni</title>
    <description>The latest articles on DEV Community by Awis Alkarni (@awis).</description>
    <link>https://dev.to/awis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F602809%2Fdc25cdbd-b562-4812-8aa6-fadf1cd53969.png</url>
      <title>DEV Community: Awis Alkarni</title>
      <link>https://dev.to/awis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/awis"/>
    <language>en</language>
    <item>
      <title>RxSwift and MVVM Journey</title>
      <dc:creator>Awis Alkarni</dc:creator>
      <pubDate>Thu, 25 Mar 2021 02:07:57 +0000</pubDate>
      <link>https://dev.to/awis/rxswift-and-mvvm-journey-5696</link>
      <guid>https://dev.to/awis/rxswift-and-mvvm-journey-5696</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Last week, I got an interview with Fave and after a 30 minutes session, they decided to send me an invite to a github project that I need to finish. &lt;/p&gt;

&lt;p&gt;So, the projects require me to build an iOS app using RxSwift and MVVM. The next day, I learn RxSwift with MVVM and learned that it's a beautiful concept. &lt;/p&gt;

&lt;p&gt;Basically MVVM prevents your View Controller to become a MVC(Massive view controller). The concept is you move all the processing of you would do in ViewControllers in ViewModel.&lt;/p&gt;

&lt;p&gt;RxSwift is a reactive framework that prevents some problems with current method such as race condition (happens to me while in JomParking). The learning curve is quite steep but I managed to understand it within 2 days. So quite ok for an average developer.&lt;/p&gt;

&lt;p&gt;Might use this combo next time I build an iOS app or Android app for that matter. &lt;/p&gt;

</description>
      <category>rxswift</category>
      <category>mvvm</category>
      <category>swift</category>
    </item>
  </channel>
</rss>
