Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prx/code-ventures
Technical ventures for interview candidates
https://github.com/prx/code-ventures
Last synced: 16 days ago
JSON representation
Technical ventures for interview candidates
- Host: GitHub
- URL: https://github.com/prx/code-ventures
- Owner: PRX
- Created: 2021-06-29T17:49:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T22:19:37.000Z (almost 3 years ago)
- Last Synced: 2024-04-09T18:30:39.648Z (9 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical ventures for PRX candidates
This repo contains some possible ideas/projects for PRX developer
candidates, as part of our [Hiring Process](https://github.com/PRX/docs.prx.org/blob/master/external/hiring.md).If you do decide to use one of these projects, please let us know
so we can duplicate this repo to one just for you. And you can make
a non-public PR with your changes over there.## Copying to a private repo
For PRX devs, this is how I've been copying to a private/temporary repo:
```sh
# (1) go and create the private repo via github UI# (2) copy this repo, and push up to the private repo
git clone --bare https://github.com/PRX/code-ventures.git code-ventures-
cd code-ventures-
git push --mirror [email protected]:PRX/code-ventures-.git# (3) invite applicant's github user to the private repo
```