<?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: Alejandro Gelos</title>
    <description>The latest articles on DEV Community by Alejandro Gelos (@alejandro_gelos_89a8dc59b).</description>
    <link>https://dev.to/alejandro_gelos_89a8dc59b</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%2F3938929%2F3db10b80-e5cb-4abf-bb06-34678d565995.jpg</url>
      <title>DEV Community: Alejandro Gelos</title>
      <link>https://dev.to/alejandro_gelos_89a8dc59b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alejandro_gelos_89a8dc59b"/>
    <language>en</language>
    <item>
      <title>Your iOS Network Layer should be boring.</title>
      <dc:creator>Alejandro Gelos</dc:creator>
      <pubDate>Mon, 18 May 2026 20:55:39 +0000</pubDate>
      <link>https://dev.to/alejandro_gelos_89a8dc59b/your-ios-network-layer-should-be-boring-cc7</link>
      <guid>https://dev.to/alejandro_gelos_89a8dc59b/your-ios-network-layer-should-be-boring-cc7</guid>
      <description>&lt;p&gt;Your iOS Network Layer should be boring.&lt;/p&gt;

&lt;p&gt;Not clever.&lt;br&gt;
Not magical.&lt;br&gt;
Not full of hidden logic.&lt;/p&gt;

&lt;p&gt;Just predictable.&lt;/p&gt;

&lt;p&gt;That’s why I built iOSCleanNetwork: a small structure to keep networking clear, testable, and easy to extend as the app grows.&lt;/p&gt;

&lt;p&gt;Setup defines the request.&lt;br&gt;
Provider executes the flow.&lt;br&gt;
DTOs stay at the API boundary.&lt;br&gt;
Domain stays clean.&lt;/p&gt;

&lt;p&gt;Simple code scales better.&lt;/p&gt;

&lt;p&gt;I wrote more about the idea here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@alejandrogelos/your-ios-network-layer-should-be-boring-3e66a89a7c99" rel="noopener noreferrer"&gt;https://medium.com/@alejandrogelos/your-ios-network-layer-should-be-boring-3e66a89a7c99&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ios</category>
      <category>testing</category>
      <category>network</category>
    </item>
    <item>
      <title>Stop Mocking the Code You Should Be Testing</title>
      <dc:creator>Alejandro Gelos</dc:creator>
      <pubDate>Mon, 18 May 2026 20:51:35 +0000</pubDate>
      <link>https://dev.to/alejandro_gelos_89a8dc59b/stop-mocking-the-code-you-should-be-testing-1po8</link>
      <guid>https://dev.to/alejandro_gelos_89a8dc59b/stop-mocking-the-code-you-should-be-testing-1po8</guid>
      <description>&lt;p&gt;Some tests feel like writing the answer on the back of a card, flipping it over, and celebrating because it says exactly what you expected.&lt;/p&gt;

&lt;p&gt;Sure, the test passes.&lt;/p&gt;

&lt;p&gt;But when it’s time to release, does that test actually give you confidence?&lt;/p&gt;

&lt;p&gt;Stop mocking the code you should be testing.&lt;/p&gt;

&lt;p&gt;Real ViewModel. Real dependencies. Real mapping.&lt;br&gt;&lt;br&gt;
Mock only the external boundary.&lt;/p&gt;

&lt;p&gt;Full article:  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@alejandrogelos/stop-mocking-the-code-you-should-be-testing-9b2b2533742d" rel="noopener noreferrer"&gt;https://medium.com/@alejandrogelos/stop-mocking-the-code-you-should-be-testing-9b2b2533742d&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Are you writing tests just to decorate your coverage, or tests that actually add value?&lt;/p&gt;

</description>
      <category>ios</category>
      <category>testing</category>
      <category>mobile</category>
      <category>android</category>
    </item>
  </channel>
</rss>
