<?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: Fastlane</title>
    <description>The latest articles on DEV Community by Fastlane (@fastlane).</description>
    <link>https://dev.to/fastlane</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%2F675951%2F486045c7-b6bb-4cb6-9dc4-65f76dd93939.png</url>
      <title>DEV Community: Fastlane</title>
      <link>https://dev.to/fastlane</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fastlane"/>
    <language>en</language>
    <item>
      <title>Add A Project To Your Portfolio And 3 🔥 Bullets To Your Resume In 3 Hours!</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Mon, 27 Sep 2021 00:05:03 +0000</pubDate>
      <link>https://dev.to/gethiredfast/add-a-new-project-to-your-portfolio-add-3-bullets-to-your-resume-in-3-hours-1b4b</link>
      <guid>https://dev.to/gethiredfast/add-a-new-project-to-your-portfolio-add-3-bullets-to-your-resume-in-3-hours-1b4b</guid>
      <description>&lt;p&gt;Do you feel like you don't have enough &lt;a href="https://codingcareerfastlane.com/first-web-development-portfolio-projects/"&gt;good projects in your portfolio&lt;/a&gt; to demonstrate your skills and launch your coding career? &lt;/p&gt;

&lt;p&gt;Here's a quick idea - and I mean 3 hours to do - &lt;em&gt;QUICK&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;But not only that. It will be such a 🔥 project that you'll add 3 🔥 bullet points to your resume when you're done. &lt;/p&gt;

&lt;p&gt;So, now you're probably wondering:&lt;/p&gt;

&lt;h2&gt;
  
  
  How Can You Add A Good Project To Your Portfolio In 3 Hours?
&lt;/h2&gt;

&lt;p&gt;Here's what you do:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Pick something you really like:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Your favorite author or book&lt;/li&gt;
&lt;li&gt;Your favorite musician or artist &lt;/li&gt;
&lt;li&gt;Your favorite restaurants in your city&lt;/li&gt;
&lt;li&gt;Your favorite tv show or movie&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just make sure you pick something you can come up with content for &lt;em&gt;quickly&lt;/em&gt;. Look it up on Wikipedia, Yelp, IMDB, etc. &lt;/p&gt;

&lt;h3&gt;
  
  
  2. Make a &lt;em&gt;static&lt;/em&gt; site that:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Uses semantic HTML &amp;amp; modern CSS, like grid and flexbox&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Still looks good when you squish the browser width&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Doesn't load much JS, and doesn't run &lt;em&gt;any JS on page load&lt;/em&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Remember, we care more about the basics and going deeper into that than showing off that you know the hot new framework of the month. &lt;/p&gt;

&lt;p&gt;🚫 Don't use a static site generator or someone else's theme. &lt;/p&gt;

&lt;p&gt;✅ Do keep it simple and get inspiration from gallery site's like &lt;a href="https://onepagelove.com/"&gt;One Page Love&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Validate the HTML and CSS and make it accessible
&lt;/h3&gt;

&lt;p&gt;Run your code through &lt;a href="https://validator.w3.org/nu/"&gt;W3C Markup Validation&lt;/a&gt; tools, and make the recommended changes. Then check out &lt;a href="https://www.a11yproject.com/checklist/"&gt;A11y Project's Accessibility Checklist&lt;/a&gt;. Google anything you haven't heard of and make the site accessible. You can test the site's accessibility using &lt;a href="https://wave.webaim.org/"&gt;WebAim's Wave tool&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Increase your Google PageSpeed Score
&lt;/h3&gt;

&lt;p&gt;Run a performance test using &lt;a href="https://developers.google.com/speed/pagespeed/insights/"&gt;Google PageSpeed Insights&lt;/a&gt;. Look at the opportunities to increase performance. Screenshot the metrics, before and after you make all of the suggested changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Do You Write Good Resume Bullets For A Simple Static Website?
&lt;/h2&gt;

&lt;p&gt;I know it might sound far fetched considering how hard you have to work on most projects, but trust me on this. This project has plenty going for it and it gives you more than enough to brag about on a junior resume. &lt;/p&gt;

&lt;p&gt;Now, let's add those 3 🔥 bullet points to add to your resume:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Reduced Largest Contentful Paint by X% and decreased overall page loading time by X seconds running web performance tests to identify opportunities to speed up the site.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Built site following web standards and accessibility best practices, achieving valid HTML and CSS in W3C Validator, and perfect accessibility scores in WebAim Wave.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Optimized site for all screen sizes, achieving a fully responsive site using CSS grid, flexbox, and media queries.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd pick these over resume bullets that superficially describe a CRUD app, or all of the bootcamp portfolios I review that have the same old tutorial projects I can spot a mile away. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Leave a comment below if you get stuck on any of these steps, and please share a link to your site or portfolio if you want any feedback&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>portfolio</category>
      <category>resume</category>
      <category>career</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>How To Get Job Referrals From Other Engineers  [6 Ways That Work]</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Sat, 25 Sep 2021 18:38:50 +0000</pubDate>
      <link>https://dev.to/gethiredfast/how-to-get-job-referrals-from-other-software-engineers-6-ways-that-work-gd4</link>
      <guid>https://dev.to/gethiredfast/how-to-get-job-referrals-from-other-software-engineers-6-ways-that-work-gd4</guid>
      <description>&lt;p&gt;There is usually not much of a shortcut with referrals because it takes time, determination, and hard work to build a great network. &lt;/p&gt;

&lt;p&gt;But, once you have that network it really does start to feel like you're getting the VIP treatment - while everyone else needs to grind apply for 100s of jobs. &lt;/p&gt;

&lt;h3&gt;
  
  
  How do you find software engineers to ask for referrals?
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Join open source project and help with tech debt or bugs, like this one: &lt;a href="https://github.com/MunGell/awesome-for-beginners"&gt;https://github.com/MunGell/awesome-for-beginners&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Join a local meetup in your area that gives back to the community. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Join a data structures &amp;amp; algorithms study group, like &lt;a href="https://www.linkedin.com/in/jonathanjwatson/"&gt;Jonathan Watson's&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Join an alumni group from your bootcamp or university.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Find a mentor who will help you on your job hunt and advocate for you, like, &lt;a href="https://www.linkedin.com/in/jaymeedwards/"&gt;Jayme Edwards&lt;/a&gt; or &lt;a href="https://www.linkedin.com/in/meet-jason-humphrey/"&gt;me 👋&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Identify other devs on LinkedIn and send them emails to connect (Check out the &lt;a href="https://www.linkedin.com/in/abelcak/"&gt;Austin Belcak&lt;/a&gt; method to see how it's done)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Even if you're not in the market for a job right now, I recommend you get started. Trying any of the 6 ideas above will only make it that much easier for you to get referrals when you need them. &lt;/p&gt;

&lt;p&gt;And most seasoned devs will tell you as their careers advance, most opportunities tend to come to them from &lt;em&gt;their network&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;These ideas were some of the most valuable given to me when I was starting out, so please comment down below with any other actionable ideas for finding referrals take that I didn't cover here. &lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>career</category>
      <category>linkedin</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>Don't Sweat It - You Got This! 5 Repos To Prepare You For Technical Interviews  </title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Fri, 24 Sep 2021 19:27:51 +0000</pubDate>
      <link>https://dev.to/gethiredfast/don-t-sweat-you-got-this-5-repos-to-prepare-you-for-technical-interviews-5ho0</link>
      <guid>https://dev.to/gethiredfast/don-t-sweat-you-got-this-5-repos-to-prepare-you-for-technical-interviews-5ho0</guid>
      <description>&lt;p&gt;Hello, job searchers!&lt;/p&gt;

&lt;p&gt;Here are some GitHub repos to improve your technical interviewing skills:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Front-End&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/dexteryy/spellbook-of-modern-webdev"&gt;https://github.com/dexteryy/spellbook-of-modern-webdev&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/yangshun/front-end-interview-handbook"&gt;https://github.com/yangshun/front-end-interview-handbook&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ReactJS&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/sudheerj/reactjs-interview-questions"&gt;https://github.com/sudheerj/reactjs-interview-questions&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JavaScript Algorithms&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/trekhleb/javascript-algorithms"&gt;https://github.com/trekhleb/javascript-algorithms&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python Algorithms&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/TheAlgorithms/Python"&gt;https://github.com/TheAlgorithms/Python&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With so many of us in the industry looking for new jobs and going through tough interviews right now, please consider leaving a comment with a link to your favorite resources. &lt;/p&gt;

&lt;p&gt;We're all in this together and I guarantee you can help at least 1 other person.&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>interview</category>
      <category>career</category>
      <category>github</category>
    </item>
    <item>
      <title>Help Everyone Learn JavaScript [Support Kyle Simpson's You Don't Know JS Yet  Kickstarter]
</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Thu, 23 Sep 2021 17:44:50 +0000</pubDate>
      <link>https://dev.to/gethiredfast/help-everyone-learn-javascript-support-kyle-simpson-s-you-don-t-know-js-yet-kickstarter-27bo</link>
      <guid>https://dev.to/gethiredfast/help-everyone-learn-javascript-support-kyle-simpson-s-you-don-t-know-js-yet-kickstarter-27bo</guid>
      <description>&lt;p&gt;Like many of JavaScript engineers, the book series &lt;em&gt;You Don't Know JS&lt;/em&gt; was pivotal in my career. I've been taking advantage of its wealth of insights since I first picked it up. &lt;/p&gt;

&lt;p&gt;Now we have a chance to help the person that helped me and so many other JS developers take that next step and become solid professional programmers, and I am honored to do my part. &lt;/p&gt;

&lt;p&gt;Today is the last day to back Kyle Simpson's You Don't Know JS Yet Kickstarter. &lt;a href="https://bit.ly/3CkZO51"&gt;Click here to support the cause&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;I know that so many of you have benefited from these books, and if we can get enough donations to hit Kyle's stretch goals we can ensure the books are published as beautifully illustrated hard copies. &lt;/p&gt;

&lt;p&gt;Not only that. &lt;/p&gt;

&lt;p&gt;If we hit the highest stretch goal, the books will always remain available to everyone for free!&lt;/p&gt;

&lt;p&gt;Coding Career Fastlane has pledged $2500, which makes us a Flagship Sponsor. This means we get three 2-hour Zoom calls with Kyle.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bit.ly/3CkZO51"&gt;If you donate even just $1 via our link&lt;/a&gt; you will get access to attend those Zoom calls and ask Kyle anything you've ever wanted to know about topics like JS, becoming an author, and dedicating your career to the education side of the industry.&lt;/p&gt;

&lt;p&gt;If you are a professional JavaScript developer, please consider donating what you can to Kyle Simpson's Kickstarter, &lt;a href="https://bit.ly/3CkZO51"&gt;You Don't Know JS Yet&lt;/a&gt;, so future generations can learn JavaScript the right way and have the awesome careers that they want. &lt;/p&gt;

&lt;p&gt;If you can't support monetarily, no worries! &lt;/p&gt;

&lt;p&gt;Please share the message and help get the word out. &lt;/p&gt;

&lt;p&gt;There's only one day left to support the Kickstarter! &lt;/p&gt;

&lt;p&gt;You can also show your support plus &lt;strong&gt;get a serious discount&lt;/strong&gt; on the first 2 books in the &lt;em&gt;You Don't Know JS Yet&lt;/em&gt; series, and another great book by Kyle that you may have missed, called &lt;em&gt;Functional-Light JavaScript&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;Get them for $10 each with the following links: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/ydkjsy-get-started/c/coding-career-fastlane"&gt;You Don't Know JS Yet: Get Started&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/ydkjsy-scope-closures/c/coding-career-fastlane"&gt;You Don't Know JS Yet: Scope &amp;amp; Closures&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/fljs/c/coding-career-fastlane"&gt;Functional-Light JavaScript&lt;/a&gt;&lt;/p&gt;

</description>
      <category>watercooler</category>
      <category>javascript</category>
      <category>learning</category>
      <category>codequality</category>
    </item>
    <item>
      <title>Stop Selling Other Candidates On Your LinkedIn Profile [Turn It Off In 15 Seconds]</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Tue, 21 Sep 2021 22:11:13 +0000</pubDate>
      <link>https://dev.to/gethiredfast/stop-selling-other-candidates-on-your-linkedin-profile-turn-it-off-in-15-seconds-2efa</link>
      <guid>https://dev.to/gethiredfast/stop-selling-other-candidates-on-your-linkedin-profile-turn-it-off-in-15-seconds-2efa</guid>
      <description>&lt;p&gt;Did you know that your LinkedIn Profile is recommending other people to recruiters and hiring managers? &lt;/p&gt;

&lt;p&gt;Some of those profiles could be competing for the same opportunities as you, so showing them right on the sidebar next to your accomplishments and work history doesn't make any sense. &lt;/p&gt;

&lt;p&gt;It's great to help other people, I do it all the time, but this doesn't make sense if you're trying to create the ideal recruiter funnel and get the most out of you time on the platform. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--u-IHuPD7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ama5z6ep2tuzl4aec0hk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--u-IHuPD7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ama5z6ep2tuzl4aec0hk.png" alt="LinkedIn feed preferences for People Also Viewed"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All you have to do to stop competing with other developers on your own LinkedIn profile is turn off one single setting in your preferences. &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/67VntPqUZFw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Watch the video learn how, and check out our latest blog post for more &lt;a href="https://codingcareerfastlane.com/linkedin-profile-best-practices/"&gt;LinkedIn profile best&lt;/a&gt; practices. &lt;/p&gt;

</description>
      <category>linkedin</category>
      <category>career</category>
      <category>interview</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>How Much Salary Do Junior Software Engineers Really Earn With An Entry Level Job?</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Tue, 21 Sep 2021 16:05:19 +0000</pubDate>
      <link>https://dev.to/gethiredfast/how-much-salary-do-junior-software-engineers-really-earn-with-an-entry-level-job-20b0</link>
      <guid>https://dev.to/gethiredfast/how-much-salary-do-junior-software-engineers-really-earn-with-an-entry-level-job-20b0</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/FkB78x7r3DU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you have any questions about using data to discover your fair market rate salary and negotiating based on your actual worth reach out to us &lt;a href="https://linkedin.com/company/coding-career-fast-lane"&gt;on LinkedIn or&lt;/a&gt; leave a comment below. &lt;/p&gt;

&lt;h2&gt;
  
  
  Video Summary
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Depending which bootcamp you ask, the average salary for a programmer who is just starting their coding career is between $65,000 and $75,000.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Most entry-level software engineers in the United States are paid in the range of $52,500 and $79,500 per year. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;But junior developers working in certain industries, including health and fintech, could earn as much as $90,000 to $100,000 per year. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Bonus Pro Tip
&lt;/h3&gt;

&lt;p&gt;Don't listen to anyone who tells you it's impossible to earn great money on your first engineering job. &lt;/p&gt;

</description>
      <category>salary</category>
      <category>interview</category>
      <category>career</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>How To Crack The Coding Interview With Little Or No Experience</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Tue, 21 Sep 2021 13:28:14 +0000</pubDate>
      <link>https://dev.to/gethiredfast/how-to-crack-the-coding-interview-with-little-or-no-experience-4jcc</link>
      <guid>https://dev.to/gethiredfast/how-to-crack-the-coding-interview-with-little-or-no-experience-4jcc</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/WTIm4e3gM-Q"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Today's video covers the following aspects of the coding interview and applies to beginners and early-career engineers. We'll be going over: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How to do the right research before an interview&lt;/li&gt;
&lt;li&gt;How to practice the right way before the interview&lt;/li&gt;
&lt;li&gt;How to go about writing your code during the interview&lt;/li&gt;
&lt;li&gt;And how to deal with failure during the interview&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you're struggling to get enough interviews, &lt;a href="https://linkedin.com/company/coding-career-fast-lane"&gt;find us on LinkedIn&lt;/a&gt; where we help software engineers launch amazing careers every day. &lt;/p&gt;

</description>
      <category>career</category>
      <category>interview</category>
      <category>codenewbie</category>
      <category>advice</category>
    </item>
    <item>
      <title>1-Hour Video Interview with Kyle Simpson - Help The Kickstarter! [You Don't Know JS Yet] </title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Mon, 20 Sep 2021 15:34:32 +0000</pubDate>
      <link>https://dev.to/gethiredfast/interview-with-kyle-simpson-help-the-kickstarter-you-don-t-know-js-yet-44jm</link>
      <guid>https://dev.to/gethiredfast/interview-with-kyle-simpson-help-the-kickstarter-you-don-t-know-js-yet-44jm</guid>
      <description>&lt;p&gt;&lt;a href="https://bit.ly/3CkZO51"&gt;Join Kyle Simpson's &lt;em&gt;You Don't Know JS Yet&lt;/em&gt; Kickstarter Campaign&lt;/a&gt; to help this great mentor succeed in his dream to bring a wealth of knowledge to all of us on our journey to become JS Masters. &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/_RR1ETGu8aE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;There are 2 types of mentors that come to mind when I reflect on those who helped to mold and shape me into the excellent developer that I am today. I gained physical mentors that were in person with me and able to guide me on a daily basis. &lt;/p&gt;

&lt;p&gt;I rarely discuss the other type of mentor that greatly influenced my life, the mentor who was in the shadows, thousands of miles away, and still made a profound impact on my career. Kyle Simpson was one of those “mentors from afar” as I call it.&lt;/p&gt;

&lt;p&gt;On my quest to sharpen my skills, way back in 2013, I happened to attend an Angular conference where Kyle Simpson was one of the headliners.&lt;/p&gt;

&lt;p&gt;That 3-day training was so impactful that his book series became the air I breathed while I sharpened my skills over the following 8 years.&lt;/p&gt;

&lt;p&gt;To this day I can recite helpful content from memory for all of my students.&lt;/p&gt;

&lt;p&gt;One of the great things about Kyle is that he always operates in the mindset of keeping students and learners first. He wants to continue publishing his essential JS content so all of us will be able to crush their career goals.  &lt;/p&gt;

&lt;p&gt;In addition to &lt;a href="https://bit.ly/3CkZO51"&gt;pledging your support on Kickstarter&lt;/a&gt;, you can also show your support and &lt;strong&gt;get a serious discount&lt;/strong&gt; on the first 2 books in the &lt;em&gt;You Don't Know JS Yet&lt;/em&gt; series and his essential yet practical &lt;em&gt;Functional-Light JavaScript&lt;/em&gt; book via the following links: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/ydkjsy-get-started/c/coding-career-fastlane"&gt;You Don't Know JS Yet: Get Started&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/ydkjsy-scope-closures/c/coding-career-fastlane"&gt;You Don't Know JS Yet: Scope &amp;amp; Closures&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/fljs/c/coding-career-fastlane"&gt;Functional-Light JavaScript&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>books</category>
    </item>
    <item>
      <title>Meet My Mentor: Kyle Simpson, Author "You Don't Know JS"</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Fri, 17 Sep 2021 20:06:55 +0000</pubDate>
      <link>https://dev.to/gethiredfast/meet-my-js-mentor-kyle-simpson-you-don-t-know-js-yet-5972</link>
      <guid>https://dev.to/gethiredfast/meet-my-js-mentor-kyle-simpson-you-don-t-know-js-yet-5972</guid>
      <description>&lt;p&gt;When I was a junior developer totally new to the industry, I didn’t have the advantage of extensive project and internship opportunities to sharpen my skills and foster a true understanding of JavaScript. &lt;/p&gt;

&lt;p&gt;Kyle Simpson (aka &lt;a class="mentioned-user" href="https://dev.to/getify"&gt;@getify&lt;/a&gt;
) and his &lt;em&gt;You Don't Know JS&lt;/em&gt; book series accelerated my career trajectory and so many other successful engineers in the industry.&lt;/p&gt;

&lt;p&gt;I’d love for you to join me in helping him accelerate the trajectory his goal to publish the remaining books and his mission to keep his content free for ever. &lt;/p&gt;

&lt;p&gt;Join the &lt;a href="https://bit.ly/3CkZO51"&gt;Kickstarter Campaign&lt;/a&gt; and help my mentor succeed in his dream to bring a wealth of knowledge to those eager to become JS Masters. &lt;/p&gt;

&lt;p&gt;You can also show your support and get &lt;strong&gt;a serious discount&lt;/strong&gt; on the first 2 books in the &lt;em&gt;You Don't Know JS Yet&lt;/em&gt; series and his essential yet practical &lt;em&gt;Functional-Light JavaScript&lt;/em&gt; book through the following links: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/ydkjsy-get-started/c/coding-career-fastlane"&gt;You Don't Know JS Yet: Get Started&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/ydkjsy-scope-closures/c/coding-career-fastlane"&gt;You Don't Know JS Yet: Scope &amp;amp; Closures&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://leanpub.com/fljs/c/coding-career-fastlane"&gt;Functional-Light JavaScript&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codequality</category>
      <category>webdev</category>
      <category>books</category>
    </item>
    <item>
      <title>When Should You Give An Employer Your Social Security Number? </title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Tue, 31 Aug 2021 17:34:21 +0000</pubDate>
      <link>https://dev.to/gethiredfast/when-should-you-give-an-employer-your-social-security-number-4ajf</link>
      <guid>https://dev.to/gethiredfast/when-should-you-give-an-employer-your-social-security-number-4ajf</guid>
      <description>&lt;p&gt;After helping bootcamp grads and junior software engineers get their first jobs and launch coding careers for almost a decade, you see certain timeless questions again and again. &lt;/p&gt;

&lt;p&gt;This one comes up all the time - up about once or twice a month, and it can be a real show stopper. &lt;/p&gt;

&lt;p&gt;Imagine, someone's been on the job search for months and they're finally faced with the opportunity they've been preparing and sacrificing for. &lt;/p&gt;

&lt;p&gt;They make it through a phone screen and a couple of grueling interviews. It's in reach! They got this. &lt;/p&gt;

&lt;p&gt;They still have an interview or two left to go, and they reach out to the recruiter, who's been super cool and helpful every step of the way so far - just innocently asking a question about next steps. &lt;/p&gt;

&lt;p&gt;The recruiter messages them back, maybe a little too quickly, and they see the words "before we can proceed." &lt;/p&gt;

&lt;p&gt;Those dreaded words are followed by them asking for a bunch of - what would legally be defined as - &lt;a href="https://www.dol.gov/general/ppii"&gt;Personal Identifiable Information (PII)&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  What would you do?
&lt;/h2&gt;

&lt;p&gt;Many people have told me they've given out their social security number before it felt right. They ask, "Did I have to do that?" 😱&lt;/p&gt;

&lt;p&gt;The answer is almost always, &lt;strong&gt;"No."&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;You don't have to give anyone your social security number during a job search. While it may be legal for them to ask, you can politely decline until &lt;em&gt;accepting an offer&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;Whether they want you to sign a PDF contract or fill out a secure online form, it doesn't matter. You don't have to give out your social security number "before we proceed." You should only provide it once they're done with the hiring process, you are the chosen one, you've accepted the job offer, and basically all other details and negotiations have been ironed out. &lt;/p&gt;

&lt;p&gt;If they insist on getting your SSN before all of that you should consider it a major red flag, for the recruiter and the company they're representing. &lt;/p&gt;

&lt;p&gt;If they won't back down or continue to bring it up throughout the process, feel free to end all communication with them.&lt;/p&gt;

&lt;p&gt;If you do accidentally give out your social security number to someone who might be a scammer, or a company that may be mishandling your PII, you can &lt;a href="http://www.irs.gov/identity-theft-central"&gt;file an official report&lt;/a&gt; to  get ahead of any headaches they may try to cause you.&lt;/p&gt;

</description>
      <category>career</category>
      <category>codenewbie</category>
      <category>recruiters</category>
      <category>interview</category>
    </item>
    <item>
      <title>Why isn't your resume getting results, no matter how many times you apply? [VIDEO]</title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Mon, 30 Aug 2021 18:24:06 +0000</pubDate>
      <link>https://dev.to/gethiredfast/why-isn-t-your-resume-getting-results-no-matter-how-many-times-you-apply-38mh</link>
      <guid>https://dev.to/gethiredfast/why-isn-t-your-resume-getting-results-no-matter-how-many-times-you-apply-38mh</guid>
      <description>&lt;p&gt;When it comes to what developers can include on their resume, and what they could potentially learn next to improve their chances of success in a job search - it may seem like there are an infinite number of possibilities. &lt;/p&gt;

&lt;p&gt;Is your resume missing something that's been deemed important by the hiring manager? Or, did you simply try to get a little creative with your resume format?&lt;/p&gt;

&lt;p&gt;That is all that it takes for The ATS (or Applicant Tracking System) to reject you, every single time. &lt;/p&gt;

&lt;p&gt;How do you figure out what you're doing wrong and if you need to add something or change something crucial about your resume? &lt;/p&gt;

&lt;h2&gt;
  
  
  A little research can kick start your job search.
&lt;/h2&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/17t1Mfwv1OY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Before adding more tools to your dev toolbox or hiring a UX designer to take a look at your resume, you should know that you’re much better off putting your focus on figuring out what companies are actually saying they're looking for in job listings. &lt;/p&gt;

&lt;p&gt;If you're looking for a new dev job, the next thing you need to do is perform a Job Market Analysis. &lt;/p&gt;

&lt;p&gt;READ MORE: &lt;a href="https://codingcareerfastlane.com/ats-resume-check/"&gt;The ATS Resume Check For Software Engineers - Beat The System &amp;amp; Get Interviews&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
      <category>resume</category>
      <category>career</category>
      <category>jobs</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Negotiation Tip: Stop Rounding Up </title>
      <dc:creator>Fastlane</dc:creator>
      <pubDate>Thu, 26 Aug 2021 18:12:54 +0000</pubDate>
      <link>https://dev.to/gethiredfast/negotiation-tip-stop-rounding-up-1d1h</link>
      <guid>https://dev.to/gethiredfast/negotiation-tip-stop-rounding-up-1d1h</guid>
      <description>&lt;p&gt;When you're negotiating your salary at a new job or asking for a raise, do your homework and ask for a specific number.&lt;/p&gt;

&lt;p&gt;Candidates who research their market value before negotiating for more money have been shown to fare better in negotiation. &lt;/p&gt;

&lt;p&gt;According to &lt;a href="https://www0.gsb.columbia.edu/mygsb/faculty/research/pubfiles/5957/precise_offers.pdf"&gt;research done at Columbia University&lt;/a&gt; and published in &lt;a href="https://www.sciencedirect.com/science/article/abs/pii/S0022103113000401?via%3Dihub"&gt;The Journal of Experimental Psychology&lt;/a&gt;, &lt;em&gt;even if you haven't done your homework&lt;/em&gt;, it's always a better idea to give an exact number vs rounding to the nearest thousand.&lt;/p&gt;

&lt;p&gt;Here are some of their findings:   &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Recipients of precise opening offers made more conciliatory counter-offers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This effect carried through to final settlements.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Precise first offers were seen as more informed, prompting smaller adjustments.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A number like $109,750 rather than $110,000 will give employers the perception that &lt;em&gt;you must know something they don't&lt;/em&gt;, and they will assume the number is based on your actual worth. &lt;/p&gt;

&lt;p&gt;If you're having trouble coming up with your market value, comment below 🤑&lt;/p&gt;

</description>
      <category>negotiation</category>
      <category>career</category>
      <category>interview</category>
      <category>job</category>
    </item>
  </channel>
</rss>
