<?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: Yash Mantri</title>
    <description>The latest articles on DEV Community by Yash Mantri (@yashmantri20).</description>
    <link>https://dev.to/yashmantri20</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%2F490267%2F76ba7225-3cbd-48d5-a674-6c9e3000d771.png</url>
      <title>DEV Community: Yash Mantri</title>
      <link>https://dev.to/yashmantri20</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yashmantri20"/>
    <language>en</language>
    <item>
      <title>5 Projects in JavaScript for Beginners</title>
      <dc:creator>Yash Mantri</dc:creator>
      <pubDate>Sat, 05 Jun 2021 06:13:23 +0000</pubDate>
      <link>https://dev.to/yashmantri20/5-projects-in-javascript-for-beginners-4dfl</link>
      <guid>https://dev.to/yashmantri20/5-projects-in-javascript-for-beginners-4dfl</guid>
      <description>&lt;p&gt;𝟬. 𝗧𝗼𝗱𝗼 𝗔𝗽𝗽 Build a simple Todo App where users can Add, Update and Delete the task.&lt;/p&gt;

&lt;p&gt;𝟭. 𝗪𝗲𝗮𝘁𝗵𝗲𝗿 𝗔𝗽𝗽 You can display the weather of various locations. Use OpenWeatherMap API for displaying the weather details.&lt;/p&gt;

&lt;p&gt;𝟮. 𝗣𝗼𝗿𝘁𝗳𝗼𝗹𝗶𝗼 Build your portfolio using Html, CSS, and JavaScript.&lt;/p&gt;

&lt;p&gt;𝟯. 𝗤𝘂𝗶𝘇 𝗔𝗽𝗽 Everybody love's to take part in Quiz. So, it could be a great idea to develop a quiz app using JavaScript, Html, and CSS.&lt;/p&gt;

&lt;p&gt;𝟰. 𝗚𝗶𝘁𝗵𝘂𝗯 𝗙𝗶𝗻𝗱 𝗮𝗻𝗱 𝗖𝗼𝗺𝗽𝗮𝗿𝗲 You can use Github API to fetch the details. And then, you can make a comparison app between two users or show all the details of the users like Total Stars, Total Repos, etc.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Ace JavaScript Interviews like a Pro</title>
      <dc:creator>Yash Mantri</dc:creator>
      <pubDate>Fri, 04 Jun 2021 11:29:27 +0000</pubDate>
      <link>https://dev.to/yashmantri20/ace-javascript-interviews-like-a-pro-5bp6</link>
      <guid>https://dev.to/yashmantri20/ace-javascript-interviews-like-a-pro-5bp6</guid>
      <description>&lt;p&gt;Stop saying I have failed in an interview ❌&lt;br&gt;
Just say I got some interview experience ✔&lt;/p&gt;

&lt;p&gt;Are you preparing for JavaScript Interviews?&lt;br&gt;
Yes? 🤔&lt;/p&gt;

&lt;p&gt;Then follow me along 👇&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Be confident and remove the fear of failing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Believe in your preparation in case you fail you will be having an experience of the interview and the questions that you were not able to answer.&lt;/p&gt;

&lt;p&gt;Work hard and clear the upcoming interview.&lt;/p&gt;

&lt;p&gt;Always learn from mistakes 😀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Don't just copy-paste the code but first try to understand the code.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Reason 👇&lt;br&gt;
If the recruiter asks you to explain the code, then you should be able to explain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Different Interview methods:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;a. Machine Coding Round&lt;br&gt;
b. Technical Round&lt;br&gt;
c. Project Discussion&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a.&lt;/strong&gt; Machine Coding Round&lt;/p&gt;

&lt;p&gt;How to tackle a machine coding round?&lt;/p&gt;

&lt;p&gt;If you have a week, then you have an ample amount of time.&lt;/p&gt;

&lt;p&gt;But what if it is just 3 to 4 hours?&lt;br&gt;
Always try to keep interview modules ready before.&lt;/p&gt;

&lt;p&gt;Example 👇&lt;br&gt;
Styling, Auth, etc&lt;/p&gt;

&lt;p&gt;Don't waste time on basic things&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;b.&lt;/strong&gt; Technical Round&lt;/p&gt;

&lt;p&gt;Prepare well for basic concepts of JavaScript.&lt;/p&gt;

&lt;p&gt;You may be thinking that many questions can be asked. So, what are some common questions?&lt;/p&gt;

&lt;p&gt;Hold on 😁&lt;/p&gt;

&lt;p&gt;Here is the &lt;strong&gt;list of some common questions&lt;/strong&gt; 👇&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;var vs let vs const&lt;/li&gt;
&lt;li&gt;Arrays&lt;/li&gt;
&lt;li&gt;Block Scope&lt;/li&gt;
&lt;li&gt;== and ===&lt;/li&gt;
&lt;li&gt;Some common Array method: a. map b. reduce c. filter d. find&lt;/li&gt;
&lt;li&gt;Hoisting&lt;/li&gt;
&lt;li&gt;this keyword&lt;/li&gt;
&lt;li&gt;call, bind and apply&lt;/li&gt;
&lt;li&gt;async and defer&lt;/li&gt;
&lt;li&gt;local and session storage&lt;/li&gt;
&lt;li&gt;Timers: setTimeout, setInterval, clearTimeout&lt;/li&gt;
&lt;li&gt;Closure&lt;/li&gt;
&lt;li&gt;Promises&lt;/li&gt;
&lt;li&gt;async/wait&lt;/li&gt;
&lt;li&gt;Polyfills: map, bind&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Good to know:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Debouncing&lt;/li&gt;
&lt;li&gt;Throttling&lt;/li&gt;
&lt;li&gt;Performance Optimization: &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;a. Caching&lt;br&gt;
  b. Code Splitting &lt;br&gt;
  c. Bundling &lt;br&gt;
  d. Minification &lt;br&gt;
  e. Server-Side Rendering&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Speak while you write the code.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Reason 👇&lt;br&gt;
If you are writing the wrong code recruiter might help you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;c.&lt;/strong&gt; Project Discussion Round&lt;/p&gt;

&lt;p&gt;Understand the code and workflow.&lt;/p&gt;

&lt;p&gt;Reason 👇&lt;br&gt;
The recruiter might ask you to tweak some functionality in your project.&lt;/p&gt;

&lt;p&gt;That's All 😀&lt;br&gt;
I hope you liked it 😁&lt;/p&gt;

&lt;p&gt;Keep Calm and Ace the Interview 😎&lt;/p&gt;

&lt;p&gt;If you fail in an interview, remember one thing: "Failure is success in progress."&lt;/p&gt;

&lt;p&gt;"Never give up. Today is hard, tomorrow will be worst, but the day after tomorrow will be sunshine."&lt;/p&gt;

&lt;p&gt;Your thoughts?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>interview</category>
    </item>
  </channel>
</rss>
