<?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: Ankit Beniwal</title>
    <description>The latest articles on DEV Community by Ankit Beniwal (@ankitbeniwal).</description>
    <link>https://dev.to/ankitbeniwal</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%2F248723%2F5fce075a-f097-4df0-b53e-25a8dede15d7.jpeg</url>
      <title>DEV Community: Ankit Beniwal</title>
      <link>https://dev.to/ankitbeniwal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ankitbeniwal"/>
    <language>en</language>
    <item>
      <title>Best API Development Framework</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Wed, 14 Apr 2021 06:14:46 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/best-api-development-framework-n0</link>
      <guid>https://dev.to/ankitbeniwal/best-api-development-framework-n0</guid>
      <description>&lt;p&gt;Gentlemen, I need some advice on the best Rest API development framework as per your experiences.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nYEZxM5b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ngvhgi7ymt20ne7udnla.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nYEZxM5b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ngvhgi7ymt20ne7udnla.gif" alt="Gentlemen - Let's Do it"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use case&lt;/strong&gt;: Intensive Querying for a real time Blood Donor-Seeker GPS based application&lt;/p&gt;

&lt;p&gt;&lt;em&gt;PS: I need Power 💪.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Please include following aspects in your response:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scalability&lt;/li&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Developer Friendliness&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Add what you like...&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>How to defer non-critical CSS in Next.js?</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Sun, 17 Jan 2021 16:50:25 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/how-to-defer-non-critical-css-in-next-js-1pl4</link>
      <guid>https://dev.to/ankitbeniwal/how-to-defer-non-critical-css-in-next-js-1pl4</guid>
      <description>&lt;p&gt;Recently, I was exploring next.js and found out that we have an &lt;code&gt;import&lt;/code&gt;statement for CSS. &lt;/p&gt;

&lt;p&gt;I am wondering how it affects the performance of the app. Is there a way to defer non-critical CSS using this method? &lt;/p&gt;

</description>
      <category>help</category>
      <category>nextjs</category>
      <category>css</category>
      <category>performance</category>
    </item>
    <item>
      <title>Is Hacktoberfest really doing more bad than good?</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Thu, 01 Oct 2020 08:51:37 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/is-hacktoberfest-really-doing-more-bad-than-good-2o09</link>
      <guid>https://dev.to/ankitbeniwal/is-hacktoberfest-really-doing-more-bad-than-good-2o09</guid>
      <description>&lt;p&gt;I know many developers out there have started their open source journey with this festival which is promoting open source community. And I congratulate those developers and Digital Ocean as well.&lt;/p&gt;

&lt;p&gt;We all know that Pull Requests are the heart of collaboration. Whenever someone opens a PR, they propose their changes and request that someone review their changes and merge them.&lt;/p&gt;

&lt;p&gt;But on the other hand there is this problem which revolves around the free T-Shirt which is given to developer who submits 4 PRs. I actually like the concept. Nevertheless, there are individuals who are not motivated to jump in the open source world but just wants to get the free T-Shirt. And to do so they are ready to stoop to a level where they open completely rubbish PRs.&lt;/p&gt;

&lt;p&gt;I read &lt;a href="https://blog.domenic.me/hacktoberfest/"&gt;this article on Domenic's Blog&lt;/a&gt; which took it too far to say  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Hacktoberfest is a corporate-sponsored distributed denial of service attack against the open source maintainer community.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And it lead to a chain of reactions from people around the world.&lt;/p&gt;

&lt;p&gt;There is &lt;a href="https://dev.to/thewdhanat/digitalocean-s-hacktoberfest-is-hurting-open-source-2g99"&gt;this Dev Post&lt;/a&gt; by &lt;a href="https://dev.to/thewdhanat"&gt;Thew Dhanat&lt;/a&gt;.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/thewdhanat" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CvQVbRVq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--6q-NVdFZ--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/361059/80b9e311-c069-46df-aab9-5d72a6303139.png" alt="thewdhanat"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/thewdhanat/digitalocean-s-hacktoberfest-is-hurting-open-source-2g99" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;DigitalOcean's Hacktoberfest is Hurting Open Source&lt;/h2&gt;
      &lt;h3&gt;Thew Dhanat ・ Oct 1 '20 ・ 1 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#hacktoberfest&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#github&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Then there are &lt;a href="https://www.reddit.com/r/programming/duplicates/j2ux69/digitaloceans_hacktoberfest_is_hurting_open_source/"&gt;so many reddit conversations&lt;/a&gt; where developers are giving their reactions.&lt;/p&gt;

&lt;p&gt;On the positive side, I read this on &lt;a href="https://hacktoberfest.digitalocean.com/"&gt;Hacktoberfest's official site&lt;/a&gt;- &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Support open source and pick a limited edition T-shirt or &lt;strong&gt;plant a tree&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So, What do you think about this? and what solution can you suggest for this situation?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>hacktoberfest</category>
    </item>
    <item>
      <title>Spring + Thymeleaf + Bulma + Charts = Awesome Covid Trend Tracker</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Thu, 17 Sep 2020 18:36:50 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/spring-thymeleaf-bulma-charts-awesome-covid-trend-tracker-2nd</link>
      <guid>https://dev.to/ankitbeniwal/spring-thymeleaf-bulma-charts-awesome-covid-trend-tracker-2nd</guid>
      <description>&lt;p&gt;Hi Folks,&lt;/p&gt;

&lt;p&gt;I hope you all and your families are safe.&lt;/p&gt;

&lt;p&gt;I know I am a bit late for a corona tracker app but I think better late than never. This is not a very unique idea but I have tried to present it differently.&lt;/p&gt;

&lt;p&gt;And this is my first attempt on java spring. Thus, I will appreciate your precious feedback. &lt;/p&gt;

&lt;p&gt;So, When I initially thought about creating a spring application, I had no idea of what I will create. And I started surfing the web for ideas and datasets. I had to choose a not so advanced idea so that I can complete the project fast and build my confidence. Then I found &lt;a href="https://github.com/datasets/covid-19" rel="noopener noreferrer"&gt;this github repository&lt;/a&gt; where covid data is updated daily. They have hosted CSV files where data is updated automatically everyday.&lt;/p&gt;

&lt;p&gt;After digging a bit, I came across &lt;a href="https://commons.apache.org/proper/commons-csv/" rel="noopener noreferrer"&gt;Apache Commons CSV&lt;/a&gt; library which made it easy for me to use that CSV file in my project.&lt;/p&gt;

&lt;p&gt;I decided to render a line graph for every country to make it more presentable. And that's how I found highly customizable &lt;a href="https://developers.google.com/chart" rel="noopener noreferrer"&gt;Google Charts&lt;/a&gt;. Fetching Data from CSV was easy, as was using a templated google line chart. But Converting the CSV data to the format which chart needed as input was not that easy. I had to use HashMap of ArrayLists of ArrayLists. &lt;/p&gt;

&lt;p&gt;First Level ArrayList - for day wise record of a country from january. (Each record contains three different values for Total Cases, Recovered Cases and Deaths)&lt;br&gt;
Second Level ArrayList - for all countries&lt;/p&gt;

&lt;p&gt;This was fun 🤩🤩. If you are interested to know all the nitty-gritty of the implementation. Check the &lt;a href="https://github.com/pagalprogrammer/covid19Tracker" rel="noopener noreferrer"&gt;source code&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For frontend I decided to use &lt;a href="http://bulma.io/" rel="noopener noreferrer"&gt;Bulma CSS&lt;/a&gt; due to its lightweight size and ease of use. And for templating, I think thymeleaf is obvious.&lt;/p&gt;

&lt;p&gt;Result page looks like this:&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fimaz7cfe2y7fkp34m0uv.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fimaz7cfe2y7fkp34m0uv.JPG" alt="Covid Trend Tracker by pagalprogrammer - Result Page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am open to positive criticism, feedback, chocolates, repo stars, coffee. Check out the live version hosted at heroku &lt;a href="https://covid-trend-tracker.herokuapp.com/" rel="noopener noreferrer"&gt;https://covid-trend-tracker.herokuapp.com/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you are willing to contribute, then create an issue and let's discuss about it or you can skim the code to tell me what I did the way I shouldn't.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/ankitbeniwal" rel="noopener noreferrer"&gt;
        ankitbeniwal
      &lt;/a&gt; / &lt;a href="https://github.com/ankitbeniwal/covid19Tracker" rel="noopener noreferrer"&gt;
        covid19Tracker
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      An Application for displaying trends of covid19 virus in a graphical manner.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Covid 19 Trend Tracker&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6ede81a57c512a55360355b78db766ec0739db0dadeea117721a1f8cfab7b957/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f706167616c70726f6772616d6d65722f636f7669643139547261636b6572"&gt;&lt;img src="https://camo.githubusercontent.com/6ede81a57c512a55360355b78db766ec0739db0dadeea117721a1f8cfab7b957/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f706167616c70726f6772616d6d65722f636f7669643139547261636b6572" alt="GitHub"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/66a4ddc96f6baeaa42dc15ff7ee5d10110b28ee875c2d7ad5547845da5504fd2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f706167616c70726f6772616d6d65722f636f7669643139547261636b6572"&gt;&lt;img src="https://camo.githubusercontent.com/66a4ddc96f6baeaa42dc15ff7ee5d10110b28ee875c2d7ad5547845da5504fd2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f706167616c70726f6772616d6d65722f636f7669643139547261636b6572" alt="GitHub top language"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/bf29977be1639f9ca4ceb9c16c7c573bf4601bcc8cadc5b4ca3db1ca1fa746f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f706167616c70726f6772616d6d65722f636f7669643139547261636b6572"&gt;&lt;img src="https://camo.githubusercontent.com/bf29977be1639f9ca4ceb9c16c7c573bf4601bcc8cadc5b4ca3db1ca1fa746f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f706167616c70726f6772616d6d65722f636f7669643139547261636b6572" alt="GitHub repo size"&gt;&lt;/a&gt; &lt;a href="https://travis-ci.com/pagalprogrammer/covid19Tracker" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/1ff72ea79f7058465337d7e3ae232ce400cb3e9681b62d0cac1dbf530ef1ec57/68747470733a2f2f7472617669732d63692e636f6d2f706167616c70726f6772616d6d65722f636f7669643139547261636b65722e7376673f6272616e63683d6d6173746572" alt="Build Status"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;An Application for displaying trends of covid19 virus in a graphical manner.&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ankitbeniwal/covid19Tracker" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>showdev</category>
      <category>java</category>
    </item>
    <item>
      <title>Rewriting git commit History is fun</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Mon, 07 Sep 2020 19:15:28 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/rewriting-git-commit-history-is-fun-3362</link>
      <guid>https://dev.to/ankitbeniwal/rewriting-git-commit-history-is-fun-3362</guid>
      <description>&lt;p&gt;Howdy folks? I hope you all are staying safe.&lt;/p&gt;

&lt;p&gt;So, I was looking at the &lt;a href="https://git-scm.com/docs/git-commit"&gt;git commit documentation&lt;/a&gt; and found a very interesting parameter for specifying the date while performing a commit.&lt;/p&gt;

&lt;p&gt;Basic Syntax is:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git commit --date=&amp;lt;date&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I also saw two related environment variables - &lt;code&gt;GIT_AUTHOR_DATE&lt;/code&gt; &amp;amp; &lt;code&gt;GIT_COMMITTER_DATE&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Then, the moment came when this idea struck my mind of rewriting commit history. But as usual, after digging deep I came to know that the idea has already been executed. (Why it happens all the time?? Is there anything left for me to do? :D)&lt;/p&gt;

&lt;p&gt;My previous year's github contribution history which was pretty white looked like:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Wg0vPer4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6d8xmv16q5rc4gyyvt2z.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Wg0vPer4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6d8xmv16q5rc4gyyvt2z.PNG" alt="pagalprogrammer's github contribution history for the year 2018 - before"&gt;&lt;/a&gt;&lt;br&gt;Fig.1 - My GitHub Contribution History of 2018 (Original)
  &lt;/p&gt;

&lt;p&gt;And with the help of a automation script, I rewrote it to:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nJHR_aZi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/xm4naqwmcwk43t6p0aw5.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nJHR_aZi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/xm4naqwmcwk43t6p0aw5.PNG" alt="pagalprogrammer's github contribution history for the year 2018 - after"&gt;&lt;/a&gt;&lt;br&gt;Fig.2 - My GitHub Contribution History of 2018 (Rewritten)
  &lt;/p&gt;

&lt;p&gt;After this, I explored more and found &lt;a href="https://github.com/gelstudios/gitfiti"&gt;gitfiti&lt;/a&gt;. Take a look at it if you wanna know more about it. It helped me rewrite my contribution history in a graffiti style.&lt;/p&gt;

&lt;p&gt;The final result:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--K-rhdImb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0qrnw0gbnecqt3ehpvqe.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K-rhdImb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0qrnw0gbnecqt3ehpvqe.PNG" alt="pagalprogrammer's github contribution history for the year 2016 - after"&gt;&lt;/a&gt;&lt;br&gt;Fig.3 - My GitHub Contribution History of 2016
  &lt;/p&gt;

&lt;p&gt;Take a peek at &lt;a href="https://github.com/pagalprogrammer?tab=overview&amp;amp;from=2016-12-01&amp;amp;to=2016-12-31"&gt;my GitHub History&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I also wrote about this in my first rant on &lt;a href="https://devrant.com/"&gt;devRant&lt;/a&gt;. Go ++ it out: &lt;a href="https://devrant.com/rants/2979790/rewrote-my-git-commit-history-now-it-looks-real-d"&gt;https://devrant.com/rants/2979790/rewrote-my-git-commit-history-now-it-looks-real-d&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>watercooler</category>
      <category>github</category>
      <category>git</category>
    </item>
    <item>
      <title>Show me light, Saviour: Need some advice to jump in the industry</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Tue, 21 Jul 2020 18:05:29 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/advice-for-noob-373m</link>
      <guid>https://dev.to/ankitbeniwal/advice-for-noob-373m</guid>
      <description>&lt;p&gt;Hola Señores,&lt;/p&gt;

&lt;p&gt;I hope you all are being awesome 😎😎 and developing cool stuff.&lt;/p&gt;

&lt;p&gt;I am currently in the final year of my Master's Degree in Computer Applications. I am preparing for placements to get me started in the industry.&lt;/p&gt;

&lt;p&gt;Prior to this, I have a continuously growing skill set which is better than Average Students. I have experience developing apps as a freelancer and hobbyist. I have also worked with a Non-Profit Organisation as a team lead and intern guide. Not undermining or Over-evaluating my skills, I would say that I will do good in the industry. I have a passion to work in computer science and the ability to solve problems.&lt;/p&gt;

&lt;p&gt;Everything good so far. But here is an obstacle: I have observed from past years and now more than ever that software companies are shortlisting candidates with Competitive Programming (CP). And let me admit that after trying multiple times, I have miserably failed with this heck of a thing. I have read multiple articles even here on Dev that CP is not relevant for working in real-world applications. It's more of a sport. &lt;/p&gt;

&lt;p&gt;Anyways, I face this situation where I am not even allowed to present my case to some technical lead or someone who might understand my skills. They will reject me on the basis of the CP Test. This is all because of the cut-throat competition in the placements. But that is completely different and out of the scope of this post.&lt;/p&gt;

&lt;p&gt;As for now, I need advice on how to handle this mess and get out of the muddle. I am really worried about it.&lt;/p&gt;

</description>
      <category>help</category>
      <category>discuss</category>
      <category>career</category>
    </item>
    <item>
      <title>Feeling Bad! Cannot Merge PRs. Github is facing issues...</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Wed, 15 Jul 2020 16:28:40 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/feeling-bad-cannot-merge-prs-github-is-facing-issues-2kmd</link>
      <guid>https://dev.to/ankitbeniwal/feeling-bad-cannot-merge-prs-github-is-facing-issues-2kmd</guid>
      <description>&lt;p&gt;Initially, I thought it's my network. But then one colleague faced a similar issue. I checked &lt;a href="https://www.githubstatus.com/"&gt;GitHub Status&lt;/a&gt; and got the bad news.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---9ibrfkQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/resvuj41ow4nwupc3lyg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---9ibrfkQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/resvuj41ow4nwupc3lyg.jpg" alt="The Classic Excuse of a Developer not working depicting GitHub is down"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, What do you do while this unfathomable issue persists?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>github</category>
      <category>git</category>
    </item>
    <item>
      <title>Pay Cut? For Remote work?</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Thu, 25 Jun 2020 19:47:51 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/pay-cut-for-remote-work-5b5e</link>
      <guid>https://dev.to/ankitbeniwal/pay-cut-for-remote-work-5b5e</guid>
      <description>&lt;p&gt;This Covid-19 breakout has proved that most of the employees in IT Industry especially software developers can work remotely on a full time basis. But that leaves us with an argument of whether there should be a pay cut for those working from home.&lt;/p&gt;

&lt;p&gt;I firmly believe that there shouldn't be any reduction to the salaries of work from home employees only on an biased belief that these employees are less productive. I understand that there could be some who are not completely willing to do their best as no one is keeping an eye on them. But that should do unjust with the ones doing good or even better than normal office work.&lt;/p&gt;

&lt;p&gt;What are your ideas/thoughts on this situation? Are you ready to accept a pay cut? &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>GitHub vs GitLab vs BitBucket</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Tue, 26 May 2020 16:34:27 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/github-vs-gitlab-vs-bitbucket-3m70</link>
      <guid>https://dev.to/ankitbeniwal/github-vs-gitlab-vs-bitbucket-3m70</guid>
      <description>&lt;p&gt;Greetings comrades!!&lt;/p&gt;

&lt;p&gt;I ask you all to opine on this very long standing debate. Which one is your favourite and why so? &lt;/p&gt;

&lt;p&gt;Share your experiences around these tools. &lt;/p&gt;

</description>
      <category>healthydebate</category>
      <category>github</category>
      <category>git</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Funtabify | Change page title(text visible on a tab) whenever user switches browser tab</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Tue, 12 May 2020 13:09:00 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/funtabify-change-page-title-text-visible-on-a-tab-whenever-user-switches-browser-tab-4pea</link>
      <guid>https://dev.to/ankitbeniwal/funtabify-change-page-title-text-visible-on-a-tab-whenever-user-switches-browser-tab-4pea</guid>
      <description>&lt;p&gt;Greetings fellas!&lt;/p&gt;

&lt;p&gt;I hope you'll are doing well and keeping yourself safe at home.&lt;br&gt;
Here I present a library for changing title of a webpage (Text visible on Tabs of a browser) whenever user switches to another tab. &lt;/p&gt;

&lt;p&gt;Total production code is less than 1KB and doesn't affect SEO of a page. In fact, this technique can lure the attention of users.&lt;/p&gt;

&lt;p&gt;Show your love by star marking this repository.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/ankitbeniwal"&gt;
        ankitbeniwal
      &lt;/a&gt; / &lt;a href="https://github.com/ankitbeniwal/funtabify"&gt;
        funtabify
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A javascript library to change page title (text visible on tab) when user switches tab of a browser.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
funtabify v1.0&lt;/h1&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/76ed05ea06232b95a0308d6c65c19813f09ca65e6ec3769153182a815da7c142/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f706167616c70726f6772616d6d65722f66756e746162696679"&gt;&lt;img src="https://camo.githubusercontent.com/76ed05ea06232b95a0308d6c65c19813f09ca65e6ec3769153182a815da7c142/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f706167616c70726f6772616d6d65722f66756e746162696679" alt="GitHub"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/fb329a21aedeb0778599d857c2f3dcac73b02ef2ff4de453d4b3f167ed92e937/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f706167616c70726f6772616d6d65722f66756e746162696679"&gt;&lt;img src="https://camo.githubusercontent.com/fb329a21aedeb0778599d857c2f3dcac73b02ef2ff4de453d4b3f167ed92e937/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f706167616c70726f6772616d6d65722f66756e746162696679" alt="GitHub top language"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/f0f4eddddd893f22702ce8b1968e8b8107acd2db16f7514b67d8cee266bd7489/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73697a652f706167616c70726f6772616d6d65722f66756e7461626966792f66756e7461626966792e6d696e2e6a73"&gt;&lt;img src="https://camo.githubusercontent.com/f0f4eddddd893f22702ce8b1968e8b8107acd2db16f7514b67d8cee266bd7489/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73697a652f706167616c70726f6772616d6d65722f66756e7461626966792f66756e7461626966792e6d696e2e6a73" alt="GitHub file size in bytes"&gt;&lt;/a&gt; &lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/9deb090691e18b57dc0f43bf036259f594a21589f23b1efa1b0dda63c4f26965/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f706167616c70726f6772616d6d65722f66756e746162696679"&gt;&lt;img src="https://camo.githubusercontent.com/9deb090691e18b57dc0f43bf036259f594a21589f23b1efa1b0dda63c4f26965/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f706167616c70726f6772616d6d65722f66756e746162696679" alt="GitHub release (latest by date)"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A javascript library to change page title (text visible on tab) when user switches tab of a browser.&lt;/p&gt;
&lt;h3&gt;
Requirement&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jquery.com/download/" rel="nofollow"&gt;jQuery Library&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;
Usage&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download &lt;a href="https://github.com/pagalprogrammer/funtabify/releases/download/v1.0/funtabify.min.js"&gt;Minified Funtabify Library&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Include it at the end of your webpage before closing body tag:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight highlight-source-js position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt; &lt;span class="pl-c1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="pl-ent"&gt;script&lt;/span&gt; &lt;span class="pl-c1"&gt;src&lt;/span&gt;&lt;span class="pl-c1"&gt;=&lt;/span&gt;&lt;span class="pl-s"&gt;"&amp;lt;path-to-funatbify.min.js"&lt;/span&gt;&lt;span class="pl-c1"&gt;&amp;gt;&lt;/span&gt;&lt;span class="pl-c1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="pl-c1"&gt;/&lt;/span&gt;&lt;span class="pl-ent"&gt;script&lt;/span&gt;&lt;span class="pl-c1"&gt;&amp;gt;&lt;/span&gt;
 &lt;span class="pl-c1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="pl-s1"&gt;script&lt;/span&gt;&lt;span class="pl-c1"&gt;&amp;gt;&lt;/span&gt;&lt;span class="pl-k"&gt;new&lt;/span&gt; &lt;span class="pl-s1"&gt;funtabify&lt;/span&gt;&lt;span class="pl-kos"&gt;(&lt;/span&gt;&lt;span class="pl-s"&gt;"&amp;lt;Text-to-display-on-tab-switch&amp;gt;"&lt;/span&gt;&lt;span class="pl-kos"&gt;)&lt;/span&gt;&lt;span class="pl-kos"&gt;;&lt;/span&gt;&lt;span class="pl-c1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="pl-c1"&gt;/&lt;/span&gt;&lt;span class="pl-ent"&gt;script&lt;/span&gt;&lt;span class="pl-c1"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h4&gt;
Licenced under &lt;a href="https://github.com/pagalprogrammer/funtabify/blob/master/LICENSE"&gt;GNU GPLv3&lt;/a&gt;
&lt;/h4&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ankitbeniwal/funtabify"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;Follow me on &lt;a href="https://twitter.com/codewithankit"&gt;twitter&lt;/a&gt; or &lt;a href="https://instagram.com/pagalprogrammer"&gt;instagram&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Regards 🙂&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>What's your obsession?</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Tue, 05 May 2020 07:58:38 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/what-s-your-obsession-hg</link>
      <guid>https://dev.to/ankitbeniwal/what-s-your-obsession-hg</guid>
      <description>&lt;p&gt;It could be anything from a framework to a language or something completely not related to tech. So, What is it?&lt;/p&gt;

&lt;p&gt;Mine is JVM 😊&lt;/p&gt;

</description>
      <category>watercooler</category>
      <category>discuss</category>
    </item>
    <item>
      <title>This is something!!</title>
      <dc:creator>Ankit Beniwal</dc:creator>
      <pubDate>Thu, 23 Jan 2020 16:43:18 +0000</pubDate>
      <link>https://dev.to/ankitbeniwal/this-is-something-4bi2</link>
      <guid>https://dev.to/ankitbeniwal/this-is-something-4bi2</guid>
      <description>&lt;p&gt;So i was wandering over the web and found this &lt;a href="https://2019.makemepulse.com/"&gt;amazing piece of creativity&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It is a really cool gift for new year from &lt;a href="https://twitter.com/makemepulse?s=09"&gt;makemepulse&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The amazing thing is how the performance of this heavily graphic oriented website is so much smooth. Although it takes some time to load but then the real magic is unleashed.&lt;/p&gt;

&lt;p&gt;The sounds are just another feel good touch. While writing this post, i got the idea of encouraging community to share such marvelous applications which made your wow moment. So, Please comment down the pointers to such beautiful ideas/applications.&lt;/p&gt;

</description>
      <category>todayifound</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
