<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GitHub for fresher]]></title><description><![CDATA[GitHub for fresher]]></description><link>https://rajakumar-ineuron-assigment.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 21:33:44 GMT</lastBuildDate><atom:link href="https://rajakumar-ineuron-assigment.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Git & GitHub for professionals.]]></title><description><![CDATA[Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Download for windows:   https://git-scm.com/download/win 
Download for macOs:  https://git-scm...]]></description><link>https://rajakumar-ineuron-assigment.hashnode.dev/git-github-for-professionals-by-rajakumar</link><guid isPermaLink="true">https://rajakumar-ineuron-assigment.hashnode.dev/git-github-for-professionals-by-rajakumar</guid><category><![CDATA[GitHub]]></category><category><![CDATA[Git]]></category><category><![CDATA[Learn Code Online]]></category><dc:creator><![CDATA[Raja Kumar]]></dc:creator><pubDate>Sat, 23 Jul 2022 16:40:01 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1658593451874/F9YfO7FWt.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.</p>
<p>Download for windows:   https://git-scm.com/download/win </p>
<p>Download for macOs:  https://git-scm.com/download/mac</p>
<p>Some useful command are </p>
<p><img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ShHSfi-a--/c_imagga_scale,f_auto,fl_progressive,h_900,q_auto,w_1600/https://cl.ly/1N2U2i2Z2C16/Image%25202018-04-11%2520at%252012.47.23%2520PM.png" alt="LCO" /></p>
]]></content:encoded></item><item><title><![CDATA[What is a MARKDOWN file?]]></title><description><![CDATA[A MARKDOWN file is a text file created using one of several possible dialects of the Markdown language. It uses plain text formatting but contains inline text symbols that specify how to format the text (e.g., bold for bold text, or other markups for...]]></description><link>https://rajakumar-ineuron-assigment.hashnode.dev/what-is-a-markdown-file</link><guid isPermaLink="true">https://rajakumar-ineuron-assigment.hashnode.dev/what-is-a-markdown-file</guid><category><![CDATA[markdown]]></category><category><![CDATA[Learn Code Online]]></category><dc:creator><![CDATA[Raja Kumar]]></dc:creator><pubDate>Sat, 23 Jul 2022 16:31:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1663303920944/baz7uRD7B.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A MARKDOWN file is a text file created using one of several possible dialects of the Markdown language. It uses plain text formatting but contains inline text symbols that specify how to format the text (e.g., <em>bold</em> for bold text, or other markups for italics, indentation, headers, etc.). MARKDOWN files are designed for writing documentation in plain text that can be easily converted to HTML.</p>
<p>--&gt; It motley use for GitHub projects 'readme.md' files to write brief documentation about projects.</p>
<h1 id="heading-example">Example</h1>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1658592332368/gwbYnGTEt.png" alt="image.png" /></p>
<pre><code>
MARKDOWN FILE...
<span class="hljs-strong">**<span class="hljs-emphasis">*
<span class="hljs-strong">**<span class="hljs-emphasis">*

# Heading
## Heading
### Heading
#### Heading
##### Heading

<span class="hljs-strong">**<span class="hljs-emphasis">*
*</span>Italic<span class="hljs-emphasis">*

_Italic_
<span class="hljs-strong">**<span class="hljs-emphasis">*
<span class="hljs-strong">__Bold__</span>
<span class="hljs-strong">**<span class="hljs-emphasis">*
~~1999~~ 1799


List
1. one
2. two
3. three
    1. one
    2. two

- One
- One
- two
    - one


# my websites

Here are my portfolio websites

- [<span class="hljs-string">Codercomumunity</span>](<span class="hljs-link">web.codercommunity.io</span>)
- [<span class="hljs-string">LCO</span>](<span class="hljs-link">web.learncodeonline.in "LCO"</span>)

![<span class="hljs-string">LCO</span>](<span class="hljs-link">https://learncodeonline.in/mascot.png</span>)
<span class="hljs-strong">**<span class="hljs-emphasis">*


```c
include <span class="xml"><span class="hljs-tag">&lt;<span class="hljs-name">stdio.h</span>&gt;</span></span>
int main(){
    int a =10;
    printf("Value of a is",&amp;a);
    return 0;
}</span></span></span></span></span></span></span></span></span></span></span></span>
</code></pre><pre><code class="lang-javascript"><span class="hljs-built_in">console</span>.log(<span class="hljs-string">"Hello world"</span>)<span class="hljs-string">'</span>
</code></pre>
<pre><code class="lang-python">print(<span class="hljs-string">"Hello world"</span>)<span class="hljs-string">'</span>
</code></pre>
<p>Here <code>int</code> is varariable thats store 10 inside.</p>
<p><img src="https://lco.dev/images/logo-white.pong" alt="MyImage" /></p>
<blockquote>
<p>Hello I am raja kumar</p>
</blockquote>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://codepen.com">https://codepen.com</a></div>
<p>```</p>
]]></content:encoded></item></channel></rss>