Codility
HackerRank
CodeSignal
iMocha
HackerEarth
TestGorilla
DevSkiller
TestDome
pre-commit by Yelp
EditorConfig
Python Poetry
mypy
Semgrep
flake8
Gitleaks
GitHub Actions
The Codility platform includes:
CodeCheck - Design role-specific remote skills assessments to screen your technical candidates before moving them to the interview stage.
CodeLive - Host technical remote or onsite interviews via our shared editor using a range of templates and whiteboards.
CodeEvent - Assess thousands of candidates at a time via technical recruiting events and find the best talent faster.
Codility
pre-commit by YelpNo pre-commit by Yelp videos yet. You could help us improve this page by suggesting one.
Based on our record, pre-commit by Yelp seems to be a lot more popular than Codility. While we know about 171 links to pre-commit by Yelp, we've tracked only 2 mentions of Codility. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
- Technical skills: have they got the walk to match the talk? Programming languages on a resume mean little if candidates are unable to demonstrate their hard coding skills. You can test these skills with technical skill tests, such as the ones created by Codility or HackerRank. - Source: dev.to / about 2 years ago
Codility : Verify and improve coding skills. - Source: dev.to / over 5 years ago
Representative tools: Gitleaks and TruffleHog are the open-source workhorses. Run both through the pre-commit framework so secrets get caught before they ever hit the remote. - Source: dev.to / about 1 month ago
Flexible: It works seamlessly with both pre-commit and prek. - Source: dev.to / 25 days ago
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks Repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: end-of-file-fixer - id: check-merge-conflict - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: check-shebang-scripts-are-executable # YAML - id:... - Source: dev.to / about 2 months ago
Then wire it into a pre-commit hook. If you're using the pre-commit framework (https://pre-commit.com/), drop this into .pre-commit-config.yaml:. - Source: dev.to / about 2 months ago
> My approach is to utilize https://pre-commit.com/ to have all checks available to run locally during commit That works fine for some things, but it doesn't work for building and testing on other platforms. For example, if I am running on linux, pre-commit won't be able to check that my changes also work on Mac and Windows. - Source: Hacker News / 3 months ago
HackerRank - HackerRank is a platform that allows companies to conduct interviews remotely to hire developers and for technical assessment purposes.
EditorConfig - EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
CodeSignal - CodeSignal is the leading assessment platform for technical hiring.
Python Poetry - Python packaging and dependency manager.
iMocha - Make intelligent talent decisions.
mypy - Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.