I have a lot of people at Hacker Hours ask about where to look for jobs - here are some places I recommend.
- AngelList (startups)
- Authentic Jobs
- Craigslist (mostly freelance)
- Digital DUMBO (NYC-specific)
- Github
- Idealist (social good)
I have a lot of people at Hacker Hours ask about where to look for jobs - here are some places I recommend.
This list has been superseded by Public APIs. Check there for APIs with Auth: No, HTTPS and CORS Yes.
List of data APIs that require no server-side auth or private credentials, and are thus good for small browser-only JS projects.
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |