<?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: Smiley</title>
    <description>The latest articles on DEV Community by Smiley (@smiley_happy).</description>
    <link>https://dev.to/smiley_happy</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4088662%2Fc52890ff-6378-444a-95bc-2f6e2a6e0909.gif</url>
      <title>DEV Community: Smiley</title>
      <link>https://dev.to/smiley_happy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smiley_happy"/>
    <language>en</language>
    <item>
      <title>Exploring Git and GitHub...</title>
      <dc:creator>Smiley</dc:creator>
      <pubDate>Wed, 26 Aug 2026 19:46:49 +0000</pubDate>
      <link>https://dev.to/smiley_happy/exploring-git-and-github-3ndj</link>
      <guid>https://dev.to/smiley_happy/exploring-git-and-github-3ndj</guid>
      <description>&lt;p&gt;I know about the basic git commands, like&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Git clone, 
Git checkout &lt;span class="nt"&gt;-b&lt;/span&gt; &lt;span class="s1"&gt;'branch-name'&lt;/span&gt;, 
Git add &amp;lt;filename&amp;gt; or .&lt;span class="o"&gt;(&lt;/span&gt;all&lt;span class="o"&gt;)&lt;/span&gt;, 
Git commit &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="s1"&gt;'commit-name'&lt;/span&gt;,
Git push origin, status
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it. I used it for creating PRs and cloning repos in my internships. I lost touch with the tool by working as an Analyst.&lt;/p&gt;

&lt;p&gt;Now, when I am creating a project and after committing the changes, I wanted to create a Pull Request(PR), then I came to know PR is not a native command of Git; it is a command of GitHub, so I need to use&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="s1"&gt;'gh'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;in the command to create a PR from my terminal. Just used&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;gh pr create&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
 for creating a pr from my terminal(very easy, huh!)&lt;/p&gt;

&lt;p&gt;That's a new learning for me.&lt;/p&gt;

&lt;p&gt;Also, if any reader wants to share more commands apart from the ones I listed for software development, please add them in the comment section; it will greatly help me and others who are on the same learning path.&lt;/p&gt;

&lt;p&gt;Thanks for reading my random learning experience!!!! &lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
    </item>
    <item>
      <title>My intention joining the community')</title>
      <dc:creator>Smiley</dc:creator>
      <pubDate>Fri, 21 Aug 2026 17:54:17 +0000</pubDate>
      <link>https://dev.to/smiley_happy/my-intention-joining-the-community-2amf</link>
      <guid>https://dev.to/smiley_happy/my-intention-joining-the-community-2amf</guid>
      <description>&lt;p&gt;I joined the community so I can post about little achievements and big failures, so that I can get honest feedback.&lt;/p&gt;

&lt;p&gt;It's not LinkedIn; while I want to use LinkedIn to promote my work, I am not up to that level, I feel.&lt;/p&gt;

&lt;p&gt;This community is beginner-friendly; while I don't call myself a newbie, otherwise I will stay a newbie all my life. I am an intermediate-level developer (that's what I call myself). I know up to OOP theory, but when you ask me to write an inheritance object, I might fail. &lt;/p&gt;

&lt;p&gt;I am totally honest with you; I am here to get real feedback and grow myself pretty fast, since time is an asset I can buy once it's gone.&lt;/p&gt;

&lt;p&gt;THANK YOU FOR HAVING ME AND TOLERATING MY FIRST POST HERE!!!!!!!!!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
