<?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: Nikhil Savalgi</title>
    <description>The latest articles on DEV Community by Nikhil Savalgi (@nicck08).</description>
    <link>https://dev.to/nicck08</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%2F936614%2F1d057e5a-9c7a-4661-86ab-b5b36b8311cd.jpeg</url>
      <title>DEV Community: Nikhil Savalgi</title>
      <link>https://dev.to/nicck08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nicck08"/>
    <language>en</language>
    <item>
      <title>VS Code Extensions and Common Shortcuts for Web Designers</title>
      <dc:creator>Nikhil Savalgi</dc:creator>
      <pubDate>Mon, 03 Oct 2022 16:58:58 +0000</pubDate>
      <link>https://dev.to/nicck08/vs-code-extensions-and-common-shortcuts-for-web-designers-3mm4</link>
      <guid>https://dev.to/nicck08/vs-code-extensions-and-common-shortcuts-for-web-designers-3mm4</guid>
      <description>&lt;p&gt;&lt;strong&gt;JavaScript (ES6) Code Snippets&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This extension contains code snippets for JavaScript in ES6 syntax for Vs Code editor. It supports both JavaScript and TypeScript.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Auto Close Tag&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After opening a tag in HTML and XML it’s a hectic job to close it. So here is a nice solution. This extension closes the HTML and XML tag automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prettier — Code formatter&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This extension will help us to format the JavaScript, HTML, CSS code. We can configure it as per our need.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Auto Rename Tag&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This extension renames html tags automatically. So we can keep our code consistent and easy to maintain, even when working on bigger projects with lots of elements deep in the HTML structure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Server&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At the last the one extension every web designer/developer must use. This extension helps us in launching a local development server with live reload feature for both static &amp;amp; dynamic pages. So the next time you guys don't have to refresh the page again to see the output.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cool Shortcuts
&lt;/h2&gt;

&lt;p&gt;I have found useful cool shortcuts that allows you to start typing and if you hit tab it will complete your text or the cod you are trying to write. In react this can be useful when importing as you just need to start the import component and hit tab and it completes it.&lt;/p&gt;

&lt;p&gt;when in your terminal there are a few tricks to speed up the process if you made a mistake or need to run a command again you can simply push the up arrow. And it will show the last command you typed and you can push up as many times as you feel the need to.&lt;/p&gt;

&lt;p&gt;there are some good to know things we should be typing in our terminal a few I think we should always know.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ctrl c – copy&lt;/li&gt;
&lt;li&gt;Ctrl v – paste&lt;/li&gt;
&lt;li&gt;Ctrl / - comment out the line of code&lt;/li&gt;
&lt;li&gt;Ctrl b – hides your side column&lt;/li&gt;
&lt;li&gt;Ctrl P -This shortcut will bring up the dropdown menu with all your files so that you can quickly navigate to a new one.&lt;/li&gt;
&lt;li&gt;Ctrl Shift F -This is a great one that I just recently learned. If you have a load of files and folders in VS Code and you are looking for something specific you can use this shortcut to quickly find it.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>extensions</category>
    </item>
    <item>
      <title>Websites Every Programmer Should Know</title>
      <dc:creator>Nikhil Savalgi</dc:creator>
      <pubDate>Mon, 03 Oct 2022 16:13:12 +0000</pubDate>
      <link>https://dev.to/nicck08/websites-every-programmer-should-know-28k3</link>
      <guid>https://dev.to/nicck08/websites-every-programmer-should-know-28k3</guid>
      <description>&lt;p&gt;When i was learning Computer Science, there are some useful sites that I came across. Here is a non-exhaustive list of some sites you should visit. This list will get updated as soon as I can get another link, but you can also contribute by adding those you know 😉.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;When you get stuck&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Codementor :&lt;/strong&gt; A mentorship community to learn from fellow &lt;br&gt;
                developers via live 1:1 help and more.&lt;br&gt;
&lt;strong&gt;2. devRant :&lt;/strong&gt; Community where you can rant and release your stress&lt;br&gt;
&lt;strong&gt;3. Google :&lt;/strong&gt; A search engine for anything you get stuck with.&lt;br&gt;
&lt;strong&gt;4. Stack Overflow :&lt;/strong&gt; subscribe to their weekly newsletter and any other topic which you find interesting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coding practice for beginners&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;freeCodeCamp:&lt;/strong&gt; Learn to code and build projects for nonprofits. Build your full stack web development portfolio today&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Blackbird School:&lt;/strong&gt; Learn to code online with our beginner-friendly platform.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reddit.com/r/dailyprogrammer:&lt;/strong&gt; interesting programming challenges where you can learn from looking at other's code, even if you are not able to solve code you can look at how others solved.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;InterviewBit | Coding Interview Questions :&lt;/strong&gt; Gamifies the experience of practicing for your interview and includes lots of sample problems to solve.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lod-Cloud:&lt;/strong&gt; The Linking Open Data cloud diagram&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pramp:&lt;/strong&gt; It's your turn to be the interviewer. when done, click on the swap roles button on the left&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;treehouse:&lt;/strong&gt; The fast, easy, and affordable way to build your skills.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GeeksforGeeks:&lt;/strong&gt; Learn to code, Study for placement, Do competitive coding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;edabit:&lt;/strong&gt; Practice coding via various small challenges.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn Git Branching :&lt;/strong&gt; Learn and practice git commands in an interactive way.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Jobs
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;AngelList:&lt;/strong&gt; AngelList is a website for startups, angel investors, and job-seekers looking to work at startups.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CareerBuilder:&lt;/strong&gt; CareerBuilder is one of the largest job boards, providing job listings, resume posting, and career advice and resources to job seekers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dice:&lt;/strong&gt; Dice is the leading site for tech job seekers. You can search by company, job title, keyword, employment type, and location.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Glassdoor:&lt;/strong&gt; Find the job that's right for you. Search all the open positions on the web. Get your own personalized salary estimate.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Indeed:&lt;/strong&gt; Find international jobs on Indeed and get a market salary for your dedication and devotion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SimplyHired:&lt;/strong&gt; Simply Hired is a free job search engine (and mobile app) that takes the hassle out of getting hired and provides you with all the information you need to make a sound career move.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Undercover Recruiter:&lt;/strong&gt; Become Recruiter, Candidate or Employer. You can get your job easily here.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Who is Hiring:&lt;/strong&gt; An awesome resource for searching, filtering, and finding new and attractive jobs according to your needs and interests.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ZipRecruiter:&lt;/strong&gt; The Smartest Way to Get Hired.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RemoteML :&lt;/strong&gt; Remote Machine Learning jobs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Linkedin jobs :&lt;/strong&gt; A very nice research tool for programming jobs&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>programming</category>
    </item>
  </channel>
</rss>
