-
Notifications
You must be signed in to change notification settings - Fork 2
FreeCodeCamp Getting Codinng Job
Free Code Camp will help you prepare for a coding job.
- There are hundreds of thousands of unfilled coding jobs.
- Employers and the US government have joined together to promote nontraditional coding programs like Free Code Camp.
- Full stack JavaScript is one of the best paying skill sets, and has a ton of job openings.
- The best proof that you're an employable developer is a portfolio filled with real apps that real people are using.
You'll still need to develop basic interviewing skills and soft skills (if you've been working a knowledge-worker type job for a few years, you probably already have these).
You'll also need to work hard to network with coders in your city. You can do this by joining your city's Local Group and participating in as many events as possible.
I've found this link to be useful. It does a great job of explaining the process.
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links