|
|
|
|
|
by djstein
1473 days ago
|
|
I've decided I'm going to start interviewing with a set of PR's per each role we hire for. each PR will have obvious mistakes, complicated logic problems, as well as code that could be "refactored" once the whole PR has been read. this provides a few things; it gives us an ability at how the interviewee problem solves. next we can see how they respond too obvious fixes (would they be someone you'd want to send a PR too?). finally, it tests their knowledge of the language and APIs, hopefully much better than Leet Code can. I would also like to see if the user can spot obvious bugs in the setup code (say, package.json, pyproject.toml, etc) I am going to make an example PR for:
- frontend (React/NextJS, TypeScript, CSS)
- backend (Django, Python)
- DevOps (potentially some Pulumi code for deploying to a Kubernetes cluster?) |
|