Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbz/job-board

A list of places to look for jobs in tech
https://github.com/dbz/job-board

interview interview-practice interview-preparation job-board job-search jobboard jobs jobsearch jobseeker

Last synced: 10 days ago
JSON representation

A list of places to look for jobs in tech

Awesome Lists containing this project

README

        

# Dbz Job Board
The purpose of this repository is to provide a comprehensive list of the best places to search for a job in tech.

# Services

### [Hired.com](https://hired.com/x/BLM7Ki)

Get matched with companies. They place bids on you, so you get to see how what the salary, equity, and benefits would be before interviewing.

- [Read my thoughts about Hired.com here](https://github.com/Dbz/job-board/blob/master/hired.md)
- [Join Hired Here](https://hired.com/x/BLM7Ki)

### [Triplebyte](https://triplebyte.com/iv/ZHCMuMw/cp)

Interview and get matched with companies.

[Join Triplebyte Here](https://triplebyte.com/iv/ZHCMuMw/cp)

# Job Boards

### [Hiring Without Whiteboards](https://github.com/poteto/hiring-without-whiteboards)

This is a listing of companies that don't have a "broken" hiring process that consists of CS trivia questions.

### [Codestunts](https://codestunts.com/)

Unique freelance jobs from only IT industry.

### [Angel List](https://angel.co/)

Tons of startups with 1 click applications.

### [Remotely Awesome Jobs](https://www.remotelyawesomejobs.com/)

Remotely awesome focuses on remote jobs! It crawls lots of job boards, and employers can also create postings directly.

### [HN Hiring](http://hnhiring.me/)

This site aims to be a pleasant interface to the monthly "Who is hiring?" posts on Hacker News.

### [Work In Tech](http://workintech.io/)

This is a site of job boards. Its categories include creative, diversity, europe, exotic, fintech, freelance, general, internship, marketplace, nonprofit, platform, programming language, remote, startup, and technology

### [Easy Application](https://github.com/j-delaney/easy-application)

This is a list of ~400 jobs that are very easy to apply to.

### [SwissDev Jobs](https://swissdevjobs.ch/)

Mostly for European Software Developers that want to find a job in Switzerland.

### [Kube Jobs](https://kubejobs.io/)

Job board targeted towards Kubernetes professionals.

### [GermanTech Jobs](https://germantechjobs.de/)

Dedicated job board for tech jobs in Germany.

### [OkJob](https://okjob.io/)

A job board with listings for 4-day week jobs.

### [Hired Jobs](https://www.hired.co.ke)

Job board with a listing of jobs available mainly in Africa.

### [androidDev Careers](https://androiddev.careers/)

Job board for Android Developers.

#### Honorable mentions

- [Who Is Hiring?](https://whoishiring.io/) like HN Hiring aims to cover the job posts on HN. It seems to be updated less often, but the UI/UX looks great.

# Negotiation Preparation

### [Options vs. Cash](https://danluu.com/startup-options/)

TLDR: It's usually better to take cash over options

### [H1B Salary Database](http://h1bdata.info/index.php)

This is data on how much foreign (H1B visa holders) employees are making at your company. This is indexed data from the United States Department of Labor. These are exact salaries on positions in the company.

# Study Material

### [Coding Interview University](https://github.com/jwasham/coding-interview-university)

Awesome comprehensive guide to studying to become a software engineer

### [Study Guide for Cracking the Coding Interview](http://shlegeris.com/2016/06/22/ctci)

Buck was an instructure at App Academy, and he wrote a great guide for studying with Cracking the Coding Interview. Cracking the Coding Interview is one of the standards of interview prep, and it is said that Google will give you the book to prepare for you interview if you don't already have it.

[Studying for startup interviews with 'Cracking the Coding Interview'](http://shlegeris.com/2016/06/22/ctci)

### [I'll sleep when I'm dead](https://docs.google.com/document/d/1VNoEUzBtyCw0fDw0X_bvuhmCwz1qhNjETPJc5VRZqm8/edit)

Good spreadsheet covering tons of algorithms, data structures, P/NP problems, computer architecture, OOP, system design, and behavior questions.

#### Honorable mentions

- [Interview Questions in JavaScript](https://github.com/kennymkchan/interview-questions-in-javascript) is a very nice, but short, list of JavaScript questions useful for interview prep.