<?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: Emmanuel</title>
    <description>The latest articles on DEV Community by Emmanuel (@codesmith).</description>
    <link>https://dev.to/codesmith</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%2F1246854%2Fa602d3c0-d9e5-4220-8841-a947023c2a8a.jpeg</url>
      <title>DEV Community: Emmanuel</title>
      <link>https://dev.to/codesmith</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codesmith"/>
    <language>en</language>
    <item>
      <title>Computer Programming: What is Looping?</title>
      <dc:creator>Emmanuel</dc:creator>
      <pubDate>Sat, 22 Jun 2024 17:59:01 +0000</pubDate>
      <link>https://dev.to/codesmith/computer-programming-what-is-looping-4oda</link>
      <guid>https://dev.to/codesmith/computer-programming-what-is-looping-4oda</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/cs"&gt;DEV Computer Science Challenge v24.06.12: One Byte Explainer&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Looping is a way to execute a set of instructions multiple times without repeating code. Without it, you’d have to write needlessly longer and harder to maintain programs. Loops enable iterative operations, resulting in brief, readable, and powerful code.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The Concept of Looping in Computer Programming</title>
      <dc:creator>Emmanuel</dc:creator>
      <pubDate>Sat, 22 Jun 2024 17:58:37 +0000</pubDate>
      <link>https://dev.to/codesmith/the-concept-of-looping-in-computer-programming-27ic</link>
      <guid>https://dev.to/codesmith/the-concept-of-looping-in-computer-programming-27ic</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/cs"&gt;DEV Computer Science Challenge v24.06.12: One Byte Explainer&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Looping, in computer programming, is a way to execute a set of instructions multiple times without repeating code. Without looping, you would have to write needlessly longer and harder to maintain programs. Examples are “for” loops and “while” loops.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
