Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snyk/snyk-code-review-exercise
Example Code Review Exercise
https://github.com/snyk/snyk-code-review-exercise
hiring interview recruiting
Last synced: 14 days ago
JSON representation
Example Code Review Exercise
- Host: GitHub
- URL: https://github.com/snyk/snyk-code-review-exercise
- Owner: snyk
- License: mit
- Created: 2021-06-22T21:25:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:16:20.000Z (about 2 months ago)
- Last Synced: 2024-12-04T13:27:26.206Z (about 2 months ago)
- Topics: hiring, interview, recruiting
- Homepage:
- Size: 196 KB
- Stars: 9
- Watchers: 80
- Forks: 47
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snyk code review exercise
Hello there. You might have been asked to look at this repository and download it. You're currently on the `main` branch, and will need to work on a branch/pull request relavent to the interview you've been invited too.
All exercises are based on the same ticket - [Ticket #5](https://github.com/snyk/snyk-code-review-exercise/issues/5).
We have several flavors of each exercise in different languages, each has a "main" branch with the current state of the application and a "feature" branch that contains changes we'd like you to review.
**TypeScript Option 1**
* [Pull Request #1](https://github.com/snyk/snyk-code-review-exercise/pull/1)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/typescript) (`typescript`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/transative-dependencies) (`typescript-recursive`)**TypeScript Option 2**
* [Pull Request #8](https://github.com/snyk/snyk-code-review-exercise/pull/8)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/typescript) (`typescript`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/typescript-recursive-deps) (`typescript-recursive-deps`)**Go**
* [Pull Request #6](https://github.com/snyk/snyk-code-review-exercise/pull/6)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/golang) (`golang`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/golang-recursive-deps) (`golang-recursive-deps`)**Python**
* [Pull Request #9](https://github.com/snyk/snyk-code-review-exercise/pull/9)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/python) (`python`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/feat/python-recursive-deps) (`feat/python-recursive-deps`)**Python 1.0**
* [Pull Request #15](https://github.com/snyk/snyk-code-review-exercise/pull/15)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/python-1.0) (`python-1.0`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/feat/python-transitive-deps) (`feat/python-transitive-deps`)**.NET**
* [Pull Request #10](https://github.com/snyk/snyk-code-review-exercise/pull/10)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/dotnet) (`dotnet`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/feat/dotnet-recursive-deps) (`dotnet-recursive-deps`)