Skip to content

Commit

Permalink
Adding on new prep resources 🎉
Browse files Browse the repository at this point in the history
Signed-off-by: Frances Coronel <hello@fvcproductions.com>
  • Loading branch information
Frances Coronel committed May 14, 2018
1 parent fd96ce9 commit f160d9e
Showing 1 changed file with 73 additions and 6 deletions.
79 changes: 73 additions & 6 deletions docs/01-prepare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,58 @@
<!-- TOC depthFrom:2 -->

* [Blogs](#blogs)
* [freeCodeCamp](#freecodecamp)
* [GitHub Repos](#github-repos)
* [awesome-interview-questions](#awesome-interview-questions)
* [code-problems](#code-problems)
* [front-end-developer-interview-questions](#front-end-developer-interview-questions)
* [getting-a-gig](#getting-a-gig)
* [interview](#interview)
* [Meetup Groups](#meetup-groups)
* [Outco](#outco)
* [interviews](#interviews)
* [system-design-primer](#system-design-primer)
* [In-Person](#in-person)
* [Meetup Groups](#meetup-groups)
* [Outco](#outco)
* [Websites](#websites)
* [CodeFights](#codefights)
* [Coderbyte](#coderbyte)
* [Codewars](#codewars)
* [Exercism](#exercism)
* [HackerRank](#hackerrank)
* [Interview Cake](#interview-cake)
* [InterviewBit](#interviewbit)
* [Interviewing.io](#interviewingio)
* [LeetCode](#leetcode)
* [Pramp](#pramp)
* [Further Resources](#further-resources)

<!-- /TOC -->

## Blogs

> If you prefer to read high-level blog posts when trying to ramp up on a specific technology, these blogs come highly recommended.
### freeCodeCamp

[freeCodeCamp's blog on Medium](https://medium.freecodecamp.org/) is pretty amazing and chock full of useful blog posts on development, design and data science.

## GitHub Repos

> GitHub can be an amazing resource for many different topics, especially when it comes to interviewing questions!
### awesome-interview-questions

[awesome-interview-questions](https://github.com/MaximAbramchuck/awesome-interview-questions) is a curated awesome list of lists of interview questions.

### code-problems

[code-problems](https://github.com/blakeembrey/code-problems) covers common code and interview problems solved in multiple languages.

### front-end-developer-interview-questions

[front-end-developer-interview-questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions) is a list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.

### getting-a-gig

[getting-a-gig](https://github.com/cassidoo/getting-a-gig) is guide for getting a gig in college as a tech major.
Expand All @@ -34,7 +64,18 @@

[interview](http://github.com/andreis/interview) provides a full list of useful links that you need to prepare for your technical interview.

## Meetup Groups
### interviews

[interviews](https://github.com/kdn251/interviews)
is your personal guide to Software Engineering technical interviews.

### system-design-primer

[system-design-primer](https://github.com/donnemartin/system-design-primer) helps you learn how to design large-scale systems and prep for the system design interview.

## In-Person

### Meetup Groups

There are actually quite a few [Meetup groups](http://www.meetup.com) out there that are fully dedicated to preparing folks for coding interviews and provides the opportunity to also practice with others.

Expand All @@ -46,7 +87,7 @@ And these are a few Meetup groups in SF that focus just on interview prep as wel

![Meetup Interview Groups in SF](https://i.imgur.com/DmLncmU.png)

## Outco
### Outco

[Outco](https://outco.io/) is essentially a coding bootcamp but for getting a job. So it's a job bootcamp for engineers. You spend a full month dedicated to learning how to master the data structures/algorithms tech interview, negotiate your salary, and apply to jobs.

Expand All @@ -56,12 +97,30 @@ It looks very promising but keep in mind that the program does cost $4.5K if you

## Websites

### CodeFights

[CodeFights](https://codefights.com/) allows you to practice for interviews using real questions on need-to-know topics and then gives you the opportunity to get matched with a hiring partner when you're ready for a new job.

![CodeFights](https://i.imgur.com/eKveVjN.png)

### Coderbyte

[Coderbyte](http://coderbyte.com) is a web application that helps you practice your programming skills, prepare for coding bootcamps, and prepare for job interviews with our collection of interview questions, videos, and solutions.

![Coderbyte](https://i.imgur.com/1MMHhBd.png)

### Codewars

[Codewars](https://www.codewars.com/) is where developers can achieve code mastery through kata challenges.

![Codewars](https://i.imgur.com/PdfjpNa.png)

### Exercism

[Exercism](http://www.exercism.io/) allows you to download and solve practice problems in over 30 different languages.

![Exercism](https://i.imgur.com/D4arzaf.png)

### HackerRank

[HackerRank](https://www.hackerrank.com) is a technology company that focuses on competitive programming challenges for both consumers and businesses, where developers compete by trying to program according to provided specifications.
Expand All @@ -78,8 +137,6 @@ It looks very promising but keep in mind that the program does cost $4.5K if you

[InterviewBit](http://www.interviewbit.coms) offers the abilit to learn and practice on almost all coding interview questions asked historically and get referred to the best tech companies.

[InterviewBit](http://www.interviewbit.coms)

![InterviewBit](https://i.imgur.com/8CG5cHK.png)

### Interviewing.io
Expand All @@ -93,3 +150,13 @@ It looks very promising but keep in mind that the program does cost $4.5K if you
[LeetCode](https://leetcode.com) is a platform to help you enhance your skills, expand your knowledge and prepare for technical interviews.

![LeetCode](https://i.imgur.com/UFncE2a.png)

### Pramp

With [Pramp](https://www.pramp.com/#/), you can practice coding interviews live for free.

![Pramp](https://i.imgur.com/6nIKydR.png)

## Further Resources

* [Udacity Career Resource Center](https://career-resource-center.udacity.com/)

0 comments on commit f160d9e

Please sign in to comment.