<?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: Pascal</title>
    <description>The latest articles on DEV Community by Pascal (@pscl).</description>
    <link>https://dev.to/pscl</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%2F341452%2F0769b9de-efc2-4ff3-8552-5f10c98580cf.png</url>
      <title>DEV Community: Pascal</title>
      <link>https://dev.to/pscl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pscl"/>
    <language>en</language>
    <item>
      <title>5 Extensions &amp; 5 Useful Sites for Developers</title>
      <dc:creator>Pascal</dc:creator>
      <pubDate>Wed, 24 Feb 2021 00:57:48 +0000</pubDate>
      <link>https://dev.to/pscl/5-extensions-5-useful-sites-for-developers-54mp</link>
      <guid>https://dev.to/pscl/5-extensions-5-useful-sites-for-developers-54mp</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;Being a developer isn't easy, and being new to it can often be intimidating and for some discouraging. Luckily for us, we have an amazing and supportive community who are passionate about the subject and who are more than happy to help when we need it the most.&lt;/p&gt;

&lt;p&gt;There's a huge variety of tools and useful sites at our disposition and I'll be covering a few of the ones I use daily while working on projects.&lt;/p&gt;

&lt;h1&gt;
  
  
  5 Visual Studio Code Extensions
&lt;/h1&gt;

&lt;h4&gt;
  
  
  1. Prettier
&lt;/h4&gt;

&lt;p&gt;I'm assuming everyone knows about Prettier by now, but I believe that this extension is worth mentioning. Prettier is a code formatter. It'll basically clean up your code by removing unnecessary white spaces and indentations as well as correct some basic syntax errors such as missing brackets or parentheses and it will give your code a very clean and linear style. If you haven't already, you should give it a try. I'd say "It's worth every penny" but it's free. 🤪&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"&gt;View Prettier&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  2. Markdown All in One
&lt;/h4&gt;

&lt;p&gt;I don't know about you, but I like to document the projects I'm working on. I feel it's the perfect way to communicate with your colleagues, users or customers and even yourself when you need to fix something or don't remember something specific in your project.&lt;/p&gt;

&lt;p&gt;Markdown All in One comes with very cools features and makes it easy for you to write the documentation for your projects. Features include Keyboard Shortcuts, the ability to create a Table of Contents by just running a simple command, Auto Completion and more.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one"&gt;View Markdown All in One&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  3. Bookmarks
&lt;/h4&gt;

&lt;p&gt;This is such a simple extension but so useful and awesome to have at hand. It allows you to mark important lines in your code and gives you the ability to jump between bookmarks so easily and quickly. Install it, I promise you won't look back.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks"&gt;View Bookmarks&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  4. Bracket Pair Colorizer
&lt;/h4&gt;

&lt;p&gt;This is a must. I just recently installed it and I'm wondering why I didn't start using it sooner. The name says it all. It makes it so easier to read your code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer"&gt;View Bracket Pair Colorizer&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  5. Auto Rename Tag
&lt;/h4&gt;

&lt;p&gt;No more jumping between tags to rename them. Just select the opening tag and type in the new desired tag and you're all set. It saves so much time and makes it so simple to correct tags.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag"&gt;View Auto Rename Tag&lt;/a&gt;&lt;/p&gt;



&lt;h1&gt;
  
  
  Useful Websites
&lt;/h1&gt;

&lt;p&gt;Like I mentioned in the introduction of this article, we're so fortunate to have such an amazing community that is so involved on forums and blogs. Here are a few of my favourites.&lt;/p&gt;

&lt;h4&gt;
  
  
  1. CDNJS
&lt;/h4&gt;

&lt;p&gt;They make it faster and easier to load library files on our websites. Definitely check it out.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cdnjs.com/"&gt;Visit CDNJS&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  2. Daily.Dev
&lt;/h4&gt;

&lt;p&gt;This website is so awesome. It gathers news and articles related to programming and puts them all in one place.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.daily.dev/"&gt;Visit Daily.Dev&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  3. DevDocs
&lt;/h4&gt;

&lt;p&gt;No need to look on Google for documentation for a programming language. You will find documentation for close to 500 APIs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devdocs.io/"&gt;Visit DevDocs&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  4. W3Schools
&lt;/h4&gt;

&lt;p&gt;Whenever I get stuck on something, my go-to reference is W3Schools. This is such a good reference for anyone at any level.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.w3schools.com/"&gt;Visit W3Schools&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  5. CSS-Tricks
&lt;/h4&gt;

&lt;p&gt;I've learned so much from CSS-Tricks. The articles on there are gold.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://css-tricks.com/"&gt;Visit CSS-Tricks&lt;/a&gt;&lt;/p&gt;



&lt;h1&gt;
  
  
  Wrapping Up
&lt;/h1&gt;

&lt;p&gt;There are tons of extensions, sites and blogs that are available for us developers and out of all of them, those are the ones I use daily. I hope you found this article helpful and interesting! 😁&lt;/p&gt;

&lt;p&gt;What are your go-to and favourite resources as a developer?&lt;/p&gt;

</description>
      <category>extensions</category>
      <category>useful</category>
      <category>developers</category>
      <category>websites</category>
    </item>
  </channel>
</rss>
