<?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: Mohammad Manzoor Alam</title>
    <description>The latest articles on DEV Community by Mohammad Manzoor Alam (@mohammadmanzoor8972).</description>
    <link>https://dev.to/mohammadmanzoor8972</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%2F141434%2F07450c6b-3f56-43a3-95b4-d3eb2befc2bc.png</url>
      <title>DEV Community: Mohammad Manzoor Alam</title>
      <link>https://dev.to/mohammadmanzoor8972</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammadmanzoor8972"/>
    <language>en</language>
    <item>
      <title>Understand Github</title>
      <dc:creator>Mohammad Manzoor Alam</dc:creator>
      <pubDate>Sat, 23 May 2020 22:10:33 +0000</pubDate>
      <link>https://dev.to/mohammadmanzoor8972/understand-github-oa4</link>
      <guid>https://dev.to/mohammadmanzoor8972/understand-github-oa4</guid>
      <description>&lt;p&gt;Git is version control, where we can check in the code and look back on the history of the code how it's written.&lt;/p&gt;

&lt;p&gt;We have to understand how GitHub Workflow works.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Branching&lt;/li&gt;
&lt;li&gt;Commits&lt;/li&gt;
&lt;li&gt;Pull Request&lt;/li&gt;
&lt;li&gt;Collaborate&lt;/li&gt;
&lt;li&gt;Merge&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;GitHub Workflow - for open source :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fork: Exact copy of repository under your account&lt;/li&gt;
&lt;li&gt;Why: Permission access&lt;/li&gt;
&lt;li&gt;How: Create fork, GitHub Flow, Open pull request&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Cloning Repositories:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is work locally &lt;/li&gt;
&lt;li&gt;Cloning - local vs remote&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Cloning repository means we have a remote copy of the repository on the local machine, we can change our code in offline mode. Once all changes did we can make a commit to the remote repository.&lt;/p&gt;

&lt;p&gt;Git Commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Git clone - get the copy of the source in local 
Git pull - Sync local repository 
Git branch - to create a branch
Git checkout - to checkout to a specific branch
Git status - to check what going on
Git add - to add in a repository
Git commit - to commit
Git push - finally push on the remote repository
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>github</category>
      <category>git</category>
    </item>
    <item>
      <title>Covid'19 Pandemic IT Transformation</title>
      <dc:creator>Mohammad Manzoor Alam</dc:creator>
      <pubDate>Sat, 25 Apr 2020 03:53:10 +0000</pubDate>
      <link>https://dev.to/mohammadmanzoor8972/covid-19-pandemic-it-transformation-4d6e</link>
      <guid>https://dev.to/mohammadmanzoor8972/covid-19-pandemic-it-transformation-4d6e</guid>
      <description>&lt;p&gt;Covid'19 Pandemic transform our IT Industry. Most of the company opt the Remote work and learning how to manage. Other hand people also facing challenges but slowly they adopt this culture. There are lot of tools available on market to mange our communication eg Skype, Team, Zoom, Google Meet etc. &lt;/p&gt;

&lt;p&gt;Advantage of remote job is we can work from any where and we can avoid our expenses by paying high rent, shopping etc. And can stay in our native place along with parents. By opting this we stay healthy, good food, less accident and contribute to build our nation etc.&lt;/p&gt;

&lt;p&gt;E-learning, E-Commerce, Conference, Security sector are trying to deliver the best service to people. Also these company making their products more secure and user-friendly. As people are more depend on the technology. Most of the things are online. We should always ready for challenges and learn new things.&lt;/p&gt;

</description>
      <category>workfromhome</category>
      <category>remotejob</category>
      <category>covid19</category>
      <category>technology</category>
    </item>
  </channel>
</rss>
