<?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: Saeid</title>
    <description>The latest articles on DEV Community by Saeid (@muh_saeid).</description>
    <link>https://dev.to/muh_saeid</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%2F453607%2Fff33b546-d740-4b67-ac5b-1c58e4faccaa.png</url>
      <title>DEV Community: Saeid</title>
      <link>https://dev.to/muh_saeid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muh_saeid"/>
    <language>en</language>
    <item>
      <title>JS Quiz</title>
      <dc:creator>Saeid</dc:creator>
      <pubDate>Thu, 20 Aug 2020 16:42:47 +0000</pubDate>
      <link>https://dev.to/muh_saeid/js-quiz-1f0h</link>
      <guid>https://dev.to/muh_saeid/js-quiz-1f0h</guid>
      <description>&lt;p&gt;What is the output of this code?&lt;br&gt;
with explanation (comment your answers)&lt;br&gt;
var sum=0; &lt;br&gt;
for(i=4; i&amp;lt;8; i++) {&lt;br&gt;
  if (i == 6) {&lt;br&gt;
    continue; &lt;br&gt;
  }&lt;br&gt;
  sum += i;&lt;br&gt;
}&lt;br&gt;
document.write(sum);&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>100daysofcode</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Beginners Guide to web development   Part 1 </title>
      <dc:creator>Saeid</dc:creator>
      <pubDate>Sun, 16 Aug 2020 17:10:50 +0000</pubDate>
      <link>https://dev.to/muh_saeid/beginners-guide-to-web-development-i-27ke</link>
      <guid>https://dev.to/muh_saeid/beginners-guide-to-web-development-i-27ke</guid>
      <description>&lt;p&gt;Brand new to programming and want to become a web developer?&lt;/p&gt;

&lt;p&gt;Here some guide to excel in your web development journey according to Cat McGee (&lt;a class="mentioned-user" href="https://dev.to/catmcgeecode"&gt;@catmcgeecode&lt;/a&gt;
):&lt;/p&gt;

&lt;p&gt;Step 1. Get yourself a text editor that you like&lt;/p&gt;

&lt;p&gt;I know you want to dive right into coding, but you need to know where to put this code first!.There tons of text editors there like sublime 3 Atom e.t.c but i recommend using VScode.&lt;br&gt;
The industry favourite is VSCode and it's great for beginners too &lt;a href="https://t.co/BeuQJ0TlAR"&gt;https://t.co/BeuQJ0TlAR&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2: Learn HTML&lt;/p&gt;

&lt;p&gt;There are plenty of resources and quick-start tutorials like on W3Schools, FrontendMasters but I recommend that you have a broad learning of HTML (it also helps with accessibility!)&lt;/p&gt;

&lt;p&gt;Free Codecademy course: &lt;a href="https://t.co/GrFm3PaJvO"&gt;https://t.co/GrFm3PaJvO&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Learn CSS&lt;/p&gt;

&lt;p&gt;You could spend years learning CSS, and most web devs are still learning and discovering something new every day. For now, you want to learn how to connect a stylesheet &amp;amp; know basic styling.&lt;/p&gt;

&lt;p&gt;Free Codecademy course: &lt;a href="https://t.co/MnkDMboB6M"&gt;https://t.co/MnkDMboB6M&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4: Build!&lt;/p&gt;

&lt;p&gt;Now you know enough to build something, so build something! You may still feel like you know nothing, but feel free to search the internet as much as you need to. We all do. &lt;/p&gt;

&lt;p&gt;If you're stuck for ideas, Geeks for Geeks has some great ones &lt;a href="https://t.co/NPCM2OoT2Z"&gt;https://t.co/NPCM2OoT2Z&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have Questions suggestions leave a comment and i will give response to the best of my abilities&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>100daysofcode</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
