Employment
Advice for finding employment.
idea: automate this?
[https://news.ycombinator.com/item?id=20916749:]Questions to ask
during a job interview. (
[https://github.com/viraptor/reverse-interview).]
[https://news.ycombinator.com/item?id=23516751:]Storytelling for
technical interviews.
- Get a feel for their critical thinking and communication skills
- Test their knowledge with git
- Test their critical thinking in a pair programming session, learn
about how they think about a programming language you expect them to be
comfortable in.
[How to hire smarter than the market: a toy model ยท Erik Bernhardsson]
[GitHub -
jakeisnt/managers-playbook: Heuristics for effective management]
[Ask HN:
How does your organisation train programmers? | Hacker News]
You can see how common recruitment tools parse your resume. An optimally
parsed resume will ease autofilled applications at the least, and at best will
get your resume to more recruiters at a company.
This can be accomplished by leveraging the browser's dev tools:
1. Find a job posting that makes use of [lever]'s recruiting software (e.g.
Coursera).
2. Progress to the initial lever page. This page should have a
'jobs.lever.co' domain and fields for basic personal information,
including resume submission.
3. Open the developer console and switch to the 'Network' tab.
4. Upload your resume to the application. You should see a
'parseResume' HTTP POST request. Double-click the request and you can
view your resume as parsed along with a discription and some preliminary
analytics information.
Pro tips
Great questions for interviews
Making hiring decisions
Resources
Career
Mentorship
Optimizing Resume
Parsing