<?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: Pratyush Garg</title>
    <description>The latest articles on DEV Community by Pratyush Garg (@pratyush2710).</description>
    <link>https://dev.to/pratyush2710</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%2F390262%2F8f4988dc-f51c-4283-b201-53e62b4a90b1.png</url>
      <title>DEV Community: Pratyush Garg</title>
      <link>https://dev.to/pratyush2710</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pratyush2710"/>
    <language>en</language>
    <item>
      <title>Git Geek - Dashboard  Visualise your stats!</title>
      <dc:creator>Pratyush Garg</dc:creator>
      <pubDate>Sat, 01 Aug 2020 16:10:37 +0000</pubDate>
      <link>https://dev.to/pratyush2710/git-geek-dashboard-visualise-your-stats-5h14</link>
      <guid>https://dev.to/pratyush2710/git-geek-dashboard-visualise-your-stats-5h14</guid>
      <description>&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;NAMASTE !!
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Coding in the times of Corona brought me to the special Readme repository that was introduced a while ago. Here one can easily write a cool bio, and see his/her stats. However, one thing missing there was a catchy visualisation of one's Github statistics.&lt;/p&gt;

&lt;p&gt;Seeing the detailed information provided by GitHub API, I thought of playing around it and developing something along the lines of  Github Visual Dashboard.&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://gitgeek.netlify.app/"&gt;Git Geek Dashboard&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;GIT GEEK dashboard&lt;/strong&gt; provides various features with enhanced UI, using Highcharts library. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your global stats ( Repos, Followers, Following, Gists)&lt;/li&gt;
&lt;li&gt;Your Profile &lt;/li&gt;
&lt;li&gt;Followers' Card&lt;/li&gt;
&lt;li&gt;Distribution of languages used in your Repos&lt;/li&gt;
&lt;li&gt;Stars per language stats&lt;/li&gt;
&lt;li&gt;Popular Repositories - forks status&lt;/li&gt;
&lt;li&gt;Popular Forks - MOst forked repos stats&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To get started, fill in your &lt;code&gt;username&lt;/code&gt; or any &lt;code&gt;Github username&lt;/code&gt;. &lt;/p&gt;

&lt;p&gt;You then have access to profiles and stats of any github user, where you learn from the vast pool of contributors' work ( and a comparision once in a while for motivation or self-validation never harms ;-) ). &lt;/p&gt;

&lt;p&gt;Needless to say, if you like the work, be generous enough to give a star and fork to contribute further.&lt;/p&gt;

&lt;p&gt;Here's a link for a live demo &lt;a href="https://gitgeek.netlify.app/"&gt;Git Geek&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope you had a fun time exploring this!&lt;br&gt;
Stay home, stay safe.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Keep calm &amp;amp; keep coding! 
Bella ciao
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>ApnaAnaaj- A crop value prediction webapp</title>
      <dc:creator>Pratyush Garg</dc:creator>
      <pubDate>Sat, 23 May 2020 16:03:47 +0000</pubDate>
      <link>https://dev.to/pratyush2710/apnaanaaj-a-crop-value-prediction-webapp-539j</link>
      <guid>https://dev.to/pratyush2710/apnaanaaj-a-crop-value-prediction-webapp-539j</guid>
      <description>&lt;p&gt;ApnaAnaaj aims to solve crop value prediction problem in an efficient way to ensure the guaranteed benefits to the poor farmers. The team decided to use Machine Learning techniques on various data to came out with better solutionThis solution uses POLYNOMIAL MULTIVARIABLE REGRESSION technique to predict the crop value using the data trained from authentic datasets of Annual Rainfall, WPI Index for about the previous 10 years. This implementation proved to be promising with 93-95% accuracy.&lt;/p&gt;

&lt;p&gt;Features&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;   Around 23 commodities(including all kind of crops) crop value forecasting&lt;/li&gt;
&lt;li&gt;   Crop detailed forecast upto next 12 months&lt;/li&gt;
&lt;li&gt;   Top Gainers and Losers of current time&lt;/li&gt;
&lt;li&gt;   Crop price prediction with 93-95% accuracy&lt;/li&gt;
&lt;li&gt;   Model trained on authenticated datasets provided by data.gov.in&lt;/li&gt;
&lt;li&gt;   Detailed analysis of crop prices using tables and charts&lt;/li&gt;
&lt;li&gt;   Prediction done by using Polynomial Multivariable Regression techniques.&lt;/li&gt;
&lt;li&gt;   Annual Rainfall, WPI(Wholesale Price Index) datasets are used for training the model&lt;/li&gt;
&lt;li&gt;   User friendly UI made by using materializecss&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Built with my team members :- Rahul Jain, Somya Jain&lt;br&gt;
Link: &lt;a href="https://github.com/Pratyush2710/Crop_Prediction"&gt;https://github.com/Pratyush2710/Crop_Prediction&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devgrad2020</category>
      <category>octograd2020</category>
    </item>
    <item>
      <title>T-Rex : An extra-chromatal affair 😉</title>
      <dc:creator>Pratyush Garg</dc:creator>
      <pubDate>Wed, 20 May 2020 07:50:19 +0000</pubDate>
      <link>https://dev.to/pratyush2710/t-rex-an-extra-chromatal-affair-d86</link>
      <guid>https://dev.to/pratyush2710/t-rex-an-extra-chromatal-affair-d86</guid>
      <description>&lt;p&gt;Unable to connect to the internet has never felt so much fun!&lt;/p&gt;

&lt;p&gt;Well that’s what the love for dinosaurs can do to you too! &lt;/p&gt;

&lt;p&gt;Dinosaurs are far from extinct, and as if the mighty Jurassic Park or the quirky Dr. Geller weren’t enough to help you explore the mighty mysterious creatures, Google Chrome sure keeps the excitement going.&lt;br&gt;
Stuck in a no signal area, or under a tunnel with no smartphone signals or laptop screen displaying  “There is no internet connection”. Ever wondered that your life has/would come to a standstill for those few minutes (or hours) when your 3G/4G deserts you? &lt;/p&gt;

&lt;p&gt;Don’t you worry, Google Chrome to your rescue! Google Chrome engineers have a lot of fun creating cool and exciting stuff inside, one being the T-Rex game when your browser is offline. ☺&lt;br&gt;
In those moments of exasperation you must have stared at the error screen and pondered why this little dino fella is winking at me while I am still mourning the loss of my internet? Well, the tiny creature is opportunistic, totally loves it when Google Chrome screws up and pops him up as a little Dino pixel on the screen because he knows he is going to sweep you by your feet to start what he likes to call “an extra-browser affair”. Meet Tyrannosaurus rex, or as he wants his loved ones to call him dearly ‘T-Rex’, your life saver, or may I see, your partner in crime when your 3G/4G ditches you. :D&lt;/p&gt;

&lt;p&gt;T-Rex isn’t hard to strike a conversation with. Just hit the spacebar and off he goes galloping around, taking you to the gaming zone (for free, a generous lover I must say)! Press Up spacebar or UP arrow key to save him from cactuses, hit the hundred mark, and there he screams in his own blip sound to celebrate the century. Then when you hit the 300 mark and are starting to rejoice your high-speed long drive with him, there come the birds to test your relationship! By now if you know T-Rex well, you know you can avoid these birds smartly either by just ducking them (pressing the Down arrow key) or swiftly gliding over them (pressing the Up arrow key or Spacebar). Excited, zoom he goes, faster and stronger.&lt;br&gt;
Just when you start thinking that boredom has struck you, you are in for a surprise! Come the 700 milestone, just hang along for a bit more (150-200 points) and T-Rex treats you with the lovers’ much celebrated ‘night drive’. And as if that wasn’t enough to please you, the journey traverses the full moon cycle with the bright stars twinkling all throughout, romantic isn’t it! &amp;lt;3&lt;br&gt;
So, gear up for this night-lit high-speed long drive! Starting with a crescent moon at 700,&lt;/p&gt;

&lt;p&gt;….It moves to a half moon at 1400,&lt;/p&gt;

&lt;p&gt;……and there you go, riding under the full moon glory at 2100.&lt;/p&gt;

&lt;p&gt;And you know what, T-Rex patiently waits for you while you switch to other tabs for work. Without any ifs and buts, you can resume with a spacebar when you are back. Such great understanding, I must say! :D &lt;br&gt;
By now, while you no longer anticipate your 3G/4G partner to return (or maybe not too soon), and are totally excited to reach higher milestones with your T-Rex, here comes the partner! Spoiler! The connection restores, and as soon as you hit spacebar, you resume on the same page and off he goes, poor T-Rex! Well, that could explain why they are extinct! ☹&lt;br&gt;
But Google Chrome knows for sure knows that you when life gets tough, a little retreat with your best buddy T-Rex can give a lease of new life. So you need not necessarily wait for your 3G/4G partner to ditch you again. Simply type ‘chrome://dino/’ in the address bar, hit the Enter key, and there comes back your T-Rex, ready to hop and beat the heat, with a wider game display.&lt;/p&gt;

&lt;p&gt;I am sure that while some of you must be wondering now if you were just a click away from this hidden affair with Google Chrome probably like a million times, some known to this affair must be already hitting the road to re-live the night sky experience. So I sign off now and let you get on this joyous and harmless “extra-browser affair” with the T-Rex.&lt;/p&gt;

&lt;h1&gt;
  
  
  devgrad2020 #octograd2020
&lt;/h1&gt;

</description>
      <category>devgrad2020</category>
      <category>octograd2020</category>
    </item>
  </channel>
</rss>
