<?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: Shivam16Gupta</title>
    <description>The latest articles on DEV Community by Shivam16Gupta (@shivam16gupta).</description>
    <link>https://dev.to/shivam16gupta</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%2F692965%2Fdb0636a0-cbcd-43b5-b965-9ae5dae99aeb.png</url>
      <title>DEV Community: Shivam16Gupta</title>
      <link>https://dev.to/shivam16gupta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivam16gupta"/>
    <language>en</language>
    <item>
      <title>Make your Dev faster with these VScode extensions!!</title>
      <dc:creator>Shivam16Gupta</dc:creator>
      <pubDate>Wed, 02 Feb 2022 14:42:59 +0000</pubDate>
      <link>https://dev.to/shivam16gupta/make-your-dev-faster-with-these-vscode-extensions-2082</link>
      <guid>https://dev.to/shivam16gupta/make-your-dev-faster-with-these-vscode-extensions-2082</guid>
      <description>&lt;p&gt;Hi everyone, &lt;br&gt;
here are some helpful extensions which will make your web development really fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Auto Close Tag
&lt;/h2&gt;

&lt;p&gt;Automatically add HTML/XML close tag.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Auto Rename Tag
&lt;/h2&gt;

&lt;p&gt;Automatically rename paired HTML/XML tag.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Better Comments
&lt;/h2&gt;

&lt;p&gt;Add user friendly comments to your code.&lt;/p&gt;

&lt;p&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%2Fuploads%2Farticles%2F83pmaah04466osl0mgyw.PNG" 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%2Fuploads%2Farticles%2F83pmaah04466osl0mgyw.PNG" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. GitLens
&lt;/h2&gt;

&lt;p&gt;Track what is happening on your repo directly from your code editor.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Prettier
&lt;/h2&gt;

&lt;p&gt;Well, no one wants messed up code so indent it easily with this extension.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Project Manager
&lt;/h2&gt;

&lt;p&gt;If you don't use this then start now!!(sheesh...)&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Tabnine
&lt;/h2&gt;

&lt;p&gt;It provides you with best suggestions even across multiple components and files.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Turbo Console Log
&lt;/h2&gt;

&lt;p&gt;Everyone wants to check there code by using console but that's so hectic. This helps you select any variable and automatically console log it. (Heaven!!)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If it helped you then do like it for more such posts.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>react</category>
    </item>
    <item>
      <title>Free Logos from any Logo maker in JPG/PNG/SVG/Vector etc...</title>
      <dc:creator>Shivam16Gupta</dc:creator>
      <pubDate>Wed, 25 Aug 2021 05:42:56 +0000</pubDate>
      <link>https://dev.to/shivam16gupta/free-logos-from-any-logo-maker-in-jpg-png-svg-vector-etc-2d99</link>
      <guid>https://dev.to/shivam16gupta/free-logos-from-any-logo-maker-in-jpg-png-svg-vector-etc-2d99</guid>
      <description>&lt;p&gt;Hi there, fellow community members. &lt;/p&gt;

&lt;p&gt;In this thread we are discussing about how you can get any logo of your choice from any logo maker website for free.&lt;/p&gt;

&lt;p&gt;Well many of you might already know of this. But this is my version of it. I hope you will like it.&lt;/p&gt;

&lt;p&gt;To make it easier to understand lets break it into small steps:-&lt;/p&gt;

&lt;p&gt;Step 1: Create the logo of your choice(obviously).&lt;/p&gt;

&lt;p&gt;Step 2: Remember to follow a light and dark color scheme. No gradients, no shades and the like.&lt;/p&gt;

&lt;p&gt;Step 3: Use snipping tool(any tool of your choice) to snip out the logo. This ensures there is no quality loss.&lt;/p&gt;

&lt;p&gt;Step 4: Now open the captured logo into Adobe illustrator. Select the logo and go to "Object&amp;gt;Image Trace&amp;gt;Make and expand".&lt;/p&gt;

&lt;p&gt;Step 5: Boom!! You acquired a cutout of your logo. Now Right click the selection and select "export as" and choose your desired format. To achieve a vector then select SVG and export.&lt;/p&gt;

&lt;p&gt;Step 6: You can now easily import the SVG into any application like Figma(what I used) and edit it in any way you like.&lt;/p&gt;

&lt;p&gt;Step 7: (Alternate) You can achieve the similar result using Photo shop just make sure the logo is in single color scheme. Then use "Magic wand" to select the desired part of the logo. Parts with same color will be selected.&lt;/p&gt;

&lt;p&gt;Step 8: Now "Cut" (ctrl+X) the selection and paste it on a new transparent background (ctrl+N, choose transparent in the option).&lt;/p&gt;

&lt;p&gt;Step 9: Now export it in any format of your choice .&lt;/p&gt;

&lt;p&gt;So, That was all, hope it worked for you. If so then plz show your support.&lt;/p&gt;

&lt;p&gt;Fell free to comment any changes or similar tricks to help the readers.&lt;/p&gt;

&lt;p&gt;Thank You!!&lt;/p&gt;

</description>
      <category>css</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
