Use a range of scientifically-backed assessment tools to determine if a candidate is right for your open roles and culture, faster than ever.
2 minute read
Ashby Launches Compensation Range Functionality To Enable Seamless Compliance With New Pay Transparency Laws
Ashby is launching a new pay transparency feature to help you stay a step ahead of new salary reporting requirements with ease - read more here.
The hiring landscape is changing this year, as new pay transparency regulations roll out throughout the US. Ashby is releasing a unique new feature to help you stay compliant - learn more here.
Willem Wijnans has helped dozens of companies recruit and scale - now he's sharing what he's learned about crafting a candidate experience that will make even rejected candidates love your company.
2 minute read
Ashby is partnering with Zinc to capture in-depth insights into candidate backgrounds and references worldwide
Leverage our integration with Zinc to make the background check process faster, easier, and less intrusive than ever, helping you 10x your candidate experience
Snippets
Continous Deployment via a GitHub Actions Reminder
An automated reminder to deploy as an effective way to keep deploys small and safe.
Type Safety with ES2022's Array.prototype.at
Array.at provides better type safety than the standard index operator, and it works with Node 16!
Querying JSON and XML with jq and xq
How I use command line tools to inspect JSON and XML data that would be impossible to do by eye.
Flexible Types that Support Autocomplete with Template Literals (Oh My!)
Use template literals to create flexible types that accurately check possible values at compile time and support autocomplete in common editors (like VSCode).
Testing Using Jest Table Syntax
How to write similar Jest tests without copying and pasting code.
Using Generic Arrow Functions in .tsx Files
How to fix Typescript compiler errors from generic arrow functions in .tsx files.