There are a couple of great lists out there for people looking for a great fit. Two common requirements for developers are remote-friendly jobs, and likewise developers looking to not have the whiteboarding interview experience.
Thankfully, members of the community have create these two lists...
This is just a little Python script that finds companies existing in both lists. Think of it like this...
This script gets the intersection of remote jobs and companies that hire without whiteboards.
$ git clone https://github.com/tstringer/remote-jobs-hiring-without-whiteboards.git
$ cd remote-jobs-hiring-without-whiteboards
$ python3 app.py
- Articulate
- Auth0
- Automattic
- Basecamp
- Chargify
- CircleCI
- DroneDeploy
- GitPrime
- HE:labs
- Heap
- Hireology
- InQuicker
- Intercom
- Librato
- Litmus
- Mapbox
- NodeSource
- Netguru
- Platform.sh
- Wildbit
- X-Team
- Have a scheduled task that automatically runs the script and updates the list of companies
This was a super quick and ugly script with funny regular expressions. There's a great chance of a bug here. Open an issue, or better create a pull request!