<?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: sara184</title>
    <description>The latest articles on DEV Community by sara184 (@sara184).</description>
    <link>https://dev.to/sara184</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%2F553683%2Fc7cfc961-8436-4533-8c12-b821b344464b.jpg</url>
      <title>DEV Community: sara184</title>
      <link>https://dev.to/sara184</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sara184"/>
    <language>en</language>
    <item>
      <title>Mistakes that beginners in programming do</title>
      <dc:creator>sara184</dc:creator>
      <pubDate>Wed, 27 Jan 2021 17:11:20 +0000</pubDate>
      <link>https://dev.to/sara184/mistakes-that-beginners-in-programming-do-33jg</link>
      <guid>https://dev.to/sara184/mistakes-that-beginners-in-programming-do-33jg</guid>
      <description>&lt;p&gt;I would like to start with a very famous quote which is &lt;br&gt;
"Programming is all about thinking, not typing".&lt;/p&gt;

&lt;p&gt;When we enter the world of programming as a complete beginner,&lt;br&gt;
we tend to make some common mistakes, which can be avoided by becoming aware of it and learning from others despite doing it by yourself and then learning from it.&lt;br&gt;
I am not saying that doing mistake is bad, but yes of course we can be smarter by knowing about it and avoiding it.&lt;/p&gt;

&lt;p&gt;So here are some mistakes listed that beginners might do:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Giving up too soon: learning a programming language as a &lt;br&gt;
complete beginner takes a lot of patience. We should keep an attitude of not giving up.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Learning without doing: we just keep on learning and not implementing our knowledge.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Start with multiple languages: when we start we are too confused that we are not sure which language to start with and end up trying to learn multiple languages rather mastering anyone language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Skip the basics: our generation wants everything to happen too fast that we just want things to happen and ignoring the basics &lt;br&gt;
of concepts.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So these are some mistakes that are common as the beginner.&lt;/p&gt;

&lt;p&gt;I hope you will learn from it and try to avoid these mistakes.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>learner</category>
      <category>beginners</category>
    </item>
    <item>
      <title>GIT V/S GITHUB</title>
      <dc:creator>sara184</dc:creator>
      <pubDate>Sun, 24 Jan 2021 07:13:02 +0000</pubDate>
      <link>https://dev.to/sara184/git-v-s-github-4a9m</link>
      <guid>https://dev.to/sara184/git-v-s-github-4a9m</guid>
      <description>&lt;p&gt;1.WHAT IS GIT?&lt;/p&gt;

&lt;p&gt;Git is a decentralised version control system which helps in tracking change in computer files. It is used for coordinating work among several people on a project and tracking the progress.&lt;/p&gt;

&lt;p&gt;-- It simplifies the process of software development with an easy source &lt;br&gt;
   code.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;WHAT IS GITHUB?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Github is the service hosted on the web where all the projects are stored with there own repository and unique URL.&lt;/p&gt;

&lt;p&gt;-- It provides a graphical interface to store the file.&lt;/p&gt;

&lt;p&gt;DIFFERENCE:-&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WBR9zbOI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7bn32qyml7g3rxukill3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WBR9zbOI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7bn32qyml7g3rxukill3.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
GIT&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Installed locally on the system.&lt;br&gt;
Can be used offline and don't need an internet connection for use.&lt;br&gt;
GIT can be used without Github.&lt;br&gt;
Used as version control and code sharing.&lt;br&gt;
No GUI.&lt;br&gt;
Code changes like commit, merge etc. are done using commands &lt;br&gt;
  from the command line.&lt;br&gt;
Open source licensed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gAzvr40Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vza4aczc2g8n4h10ygax.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gAzvr40Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vza4aczc2g8n4h10ygax.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GITHUB&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hosted on the cloud.&lt;br&gt;
Cannot be used offline, needs an internet connection.&lt;br&gt;
GIT cannot be used without Github.&lt;br&gt;
Used for centralised source code hosting.&lt;br&gt;
Provides easy to use GUI.&lt;br&gt;
Everything is done through a web-based interface.&lt;br&gt;
Includes free and pay for use tiers.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>learner</category>
      <category>git</category>
      <category>github</category>
      <category>development</category>
    </item>
  </channel>
</rss>
