<?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: Wael El-Sayegh</title>
    <description>The latest articles on DEV Community by Wael El-Sayegh (@waelelsayegh1).</description>
    <link>https://dev.to/waelelsayegh1</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%2F272169%2F4d61c986-2747-47b6-be93-67abe6f98125.jpg</url>
      <title>DEV Community: Wael El-Sayegh</title>
      <link>https://dev.to/waelelsayegh1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/waelelsayegh1"/>
    <language>en</language>
    <item>
      <title>how to fix Index was outside the bounds of the array error?</title>
      <dc:creator>Wael El-Sayegh</dc:creator>
      <pubDate>Thu, 14 Nov 2019 22:21:02 +0000</pubDate>
      <link>https://dev.to/waelelsayegh1/how-to-fix-index-was-outside-the-bounds-of-the-array-error-2mjp</link>
      <guid>https://dev.to/waelelsayegh1/how-to-fix-index-was-outside-the-bounds-of-the-array-error-2mjp</guid>
      <description>&lt;p&gt;i am trying to access an array elements and make some Logic gates operations over it, so basically i am trying to get the neighbors of each element, but i am getting the error, Index was outside the bounds of the array error.. thats one of my conditional if statements, and i know i am trying to access an element which is not exist either less than 0 element position or bigger than or = array.length &lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                if (states[i] == 0 &amp;amp;&amp;amp; states[i + 1] == 0)
                {
                    states[i] = 0;
                }
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;any idea how to fix it? &lt;/p&gt;

</description>
      <category>csharp</category>
      <category>array</category>
    </item>
    <item>
      <title>how to improve my skills in CSS3 and html5</title>
      <dc:creator>Wael El-Sayegh</dc:creator>
      <pubDate>Thu, 14 Nov 2019 22:17:37 +0000</pubDate>
      <link>https://dev.to/waelelsayegh1/how-to-improve-my-skills-in-css3-and-html5-6jk</link>
      <guid>https://dev.to/waelelsayegh1/how-to-improve-my-skills-in-css3-and-html5-6jk</guid>
      <description>&lt;p&gt;i just finished html5 and css3 tutorial, before i move into JS and front end tools i need to practice more until i am comfortable using CSS and i am a bit struggling with it,, what do you recommend and is there a way i can improve my skills? &lt;/p&gt;

</description>
      <category>css3</category>
      <category>html</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
