<?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: Gaurav Singh</title>
    <description>The latest articles on DEV Community by Gaurav Singh (@gauravnumber).</description>
    <link>https://dev.to/gauravnumber</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%2F572140%2F6bf22bc6-0474-46dc-84e9-5d91698d3315.png</url>
      <title>DEV Community: Gaurav Singh</title>
      <link>https://dev.to/gauravnumber</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gauravnumber"/>
    <language>en</language>
    <item>
      <title>Alternative to reddit</title>
      <dc:creator>Gaurav Singh</dc:creator>
      <pubDate>Tue, 26 Apr 2022 11:53:20 +0000</pubDate>
      <link>https://dev.to/gauravnumber/alternative-to-reddit-5co</link>
      <guid>https://dev.to/gauravnumber/alternative-to-reddit-5co</guid>
      <description>&lt;p&gt;I create reddit like web app. &lt;a href="https://gauravnumber-reddit-frontend.vercel.app/"&gt;Try it&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Any thoughts?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Reddit clone...</title>
      <dc:creator>Gaurav Singh</dc:creator>
      <pubDate>Wed, 05 Jan 2022 06:35:07 +0000</pubDate>
      <link>https://dev.to/gauravnumber/reddit-clone-1eil</link>
      <guid>https://dev.to/gauravnumber/reddit-clone-1eil</guid>
      <description>&lt;p&gt;I enjoy making web application, so one day just thought for creating small application and I decided making reddit clone.&lt;/p&gt;

&lt;p&gt;I creating this project from scratch. &lt;a href="https://gauravnumber-reddit-frontend.vercel.app/"&gt;take a look&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Frontend:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ReactJS&lt;/li&gt;
&lt;li&gt;Semantic UI&lt;/li&gt;
&lt;li&gt;Typescript&lt;/li&gt;
&lt;li&gt;GraphQL&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Backend:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MongoDB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Suggest me. What to do next for &lt;a href="https://github.com/gauravnumber/reddit-frontend"&gt;this project&lt;/a&gt;?&lt;/p&gt;

</description>
      <category>mongodb</category>
      <category>react</category>
      <category>webdev</category>
      <category>graphql</category>
    </item>
    <item>
      <title>World most powerful math function!</title>
      <dc:creator>Gaurav Singh</dc:creator>
      <pubDate>Wed, 08 Dec 2021 06:24:41 +0000</pubDate>
      <link>https://dev.to/gauravnumber/world-most-powerful-math-function-25na</link>
      <guid>https://dev.to/gauravnumber/world-most-powerful-math-function-25na</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zpupnmzU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8404952kdzkjqifvcd2h.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zpupnmzU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8404952kdzkjqifvcd2h.gif" alt="subtraction including larger digits" width="640" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Adding, subtraction, multiplication and division for long digit in JavaScript may not give correct answer.&lt;/p&gt;

&lt;p&gt;So, I create math function solve those problem. &lt;/p&gt;

&lt;p&gt;Here you can try this codepen: &lt;a href="https://codepen.io/gauravnumber/pen/RwLaePQ"&gt;https://codepen.io/gauravnumber/pen/RwLaePQ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source code of repo here:&lt;br&gt;
&lt;a href="https://github.com/gauravnumber/math-code"&gt;https://github.com/gauravnumber/math-code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Currently math-code support addition, subtraction, multiplication, divison, &amp;lt;, &amp;gt;, &amp;lt;=, &amp;gt;=, =, !=&lt;/p&gt;

&lt;p&gt;Floating digit also.&lt;br&gt;
You can multiply 30, 50 digit using decimal number with high accuracy. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>math</category>
      <category>programming</category>
    </item>
    <item>
      <title>I created my own small javascript function that can solve more than 20 digits addition, multiplication and substraction.</title>
      <dc:creator>Gaurav Singh</dc:creator>
      <pubDate>Sat, 06 Feb 2021 06:28:08 +0000</pubDate>
      <link>https://dev.to/gauravnumber/i-created-my-own-small-javascript-function-that-can-solve-more-than-20-digits-addition-multiplication-and-substraction-2l7f</link>
      <guid>https://dev.to/gauravnumber/i-created-my-own-small-javascript-function-that-can-solve-more-than-20-digits-addition-multiplication-and-substraction-2l7f</guid>
      <description>&lt;p&gt;This project is three years old. &lt;a href="https://github.com/gauravnumber/math-code"&gt;demo&lt;/a&gt;&lt;br&gt;
That time I'm using. I don't know about programming so that's simple.&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>You can write whole website in just single web page.</title>
      <dc:creator>Gaurav Singh</dc:creator>
      <pubDate>Tue, 02 Feb 2021 13:52:30 +0000</pubDate>
      <link>https://dev.to/gauravnumber/you-can-write-whole-website-in-just-single-web-page-1em0</link>
      <guid>https://dev.to/gauravnumber/you-can-write-whole-website-in-just-single-web-page-1em0</guid>
      <description>&lt;p&gt;I'm using &lt;code&gt;:target&lt;/code&gt; for creating this &lt;a href="https://github.com/gauravnumber/website"&gt;repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CSS&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;section {
  display: none;
}

section:target {
  display: block;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;HTML&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a href="#home"&amp;gt;Home&amp;lt;/a&amp;gt;
&amp;lt;a href="#about"&amp;gt;About&amp;lt;/a&amp;gt;

&amp;lt;section id="home"&amp;gt;
You can create whole website just in single page.
&amp;lt;/section&amp;gt;

&amp;lt;section id="about"&amp;gt;
This is my tiny project. I'm love create code. I'm intersting for making code, program, websites.
&amp;lt;/section&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Every time you click on those links &lt;code&gt;#home&lt;/code&gt;, &lt;code&gt;#about&lt;/code&gt;.&lt;br&gt;
Adding on your current URL.&lt;br&gt;
&lt;code&gt;:target&lt;/code&gt; is responding on any &lt;code&gt;#&lt;/code&gt; value. You see &lt;code&gt;section:target&lt;/code&gt; all section visible.&lt;/p&gt;

</description>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
