<?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: Ajinkya Biyani</title>
    <description>The latest articles on DEV Community by Ajinkya Biyani (@ajinkyabiyani).</description>
    <link>https://dev.to/ajinkyabiyani</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%2F439831%2F6ede75ea-3547-452c-814e-372bb5647c65.jpeg</url>
      <title>DEV Community: Ajinkya Biyani</title>
      <link>https://dev.to/ajinkyabiyani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ajinkyabiyani"/>
    <language>en</language>
    <item>
      <title>COOL THING WITH PSEUDO ELEMENT IN CSS. (:before)</title>
      <dc:creator>Ajinkya Biyani</dc:creator>
      <pubDate>Sat, 01 Aug 2020 04:46:36 +0000</pubDate>
      <link>https://dev.to/ajinkyabiyani/cool-thing-with-pseudo-element-in-css-before-4p9</link>
      <guid>https://dev.to/ajinkyabiyani/cool-thing-with-pseudo-element-in-css-before-4p9</guid>
      <description>&lt;p&gt;CSS has a property called content. It can only be used with the pseudo elements :after and :before. It is written like a pseudo selector (with the colon), but it’s called a pseudo element because it’s not actually selecting anything that exists on the page but adding something new to the page. This is what it looks like:&lt;/p&gt;

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

&lt;p&gt;With this CSS in place, we could have this HTML:&lt;/p&gt;

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

&lt;p&gt;And the output would be like:&lt;/p&gt;

&lt;p&gt;• Email address: &lt;a href="mailto:chriscoyier@gmail.com"&gt;chriscoyier@gmail.com&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How To Create A Git Repo For Beginners</title>
      <dc:creator>Ajinkya Biyani</dc:creator>
      <pubDate>Tue, 28 Jul 2020 04:59:04 +0000</pubDate>
      <link>https://dev.to/ajinkyabiyani/how-to-create-a-git-repo-for-beginners-8ob</link>
      <guid>https://dev.to/ajinkyabiyani/how-to-create-a-git-repo-for-beginners-8ob</guid>
      <description>&lt;p&gt;Let’s create a simple repository containing a readme.txt file&lt;br&gt;
Register on GitHub, and create a repository.&lt;br&gt;
Now create a “readme.txt” file in a folder on your desktop.&lt;br&gt;
Open this folder &amp;gt; Right click &amp;gt; Now click the “Git Bash Here” option to open the terminal.&lt;br&gt;
In the terminal, type git init then press enter&lt;br&gt;
git add readme.txt&lt;br&gt;
git commit -m "first commit message"&lt;br&gt;
git remote add origin URL [copy this URL from the your repository page]&lt;br&gt;
git push -u origin master&lt;br&gt;
We have successfully created our first repository containing a readme.txt file.&lt;/p&gt;

</description>
      <category>github</category>
      <category>git</category>
      <category>githunt</category>
    </item>
    <item>
      <title>SOME INTERESTING PROJECT IDEAS!</title>
      <dc:creator>Ajinkya Biyani</dc:creator>
      <pubDate>Sat, 25 Jul 2020 04:22:07 +0000</pubDate>
      <link>https://dev.to/ajinkyabiyani/some-interesting-project-ideas-22h5</link>
      <guid>https://dev.to/ajinkyabiyani/some-interesting-project-ideas-22h5</guid>
      <description>&lt;h1&gt;
  
  
  Reusable component library
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Flight booking system
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Music Player
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Dating App for old people
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Monthly budget tracker
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Trip Planner
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Quote Of the Day
&lt;/h1&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>Quote Generator.</title>
      <dc:creator>Ajinkya Biyani</dc:creator>
      <pubDate>Fri, 24 Jul 2020 17:49:24 +0000</pubDate>
      <link>https://dev.to/ajinkyabiyani/quote-generator-1ag0</link>
      <guid>https://dev.to/ajinkyabiyani/quote-generator-1ag0</guid>
      <description>&lt;p&gt;Random Quote Generator! made using HTML, CSS, and JS&lt;br&gt;
Try this Below Link!!!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/ajinkyabiyani/full/oKQNJN"&gt;https://codepen.io/ajinkyabiyani/full/oKQNJN&lt;/a&gt;&lt;/p&gt;

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