1 minute read
Ashby Has Partnered with MeVitae
Ashby is partnering with MeVitae to help you decrease recruiting bias.
Choosing to build an in-house recruiting analytics tool or purchase an out-of-the-box solution is a major business decision. In the first half of a two-part series, we've weighed the pros and cons of each to help you make the best choice for you.
1 minute read
Ashby Has Partnered with CodeScreen
Ashby and CodeScreen have teamed up to make engineering assessments easy. Learn more here!
7 minute read
How To Design a Better Diversity Survey
How can you know that you're asking the right questions to get the DEI survey data you need? Ashby has combined best practices from recruiting and scientific data collection to help you perfect your applicant diversity surveys.
1 minute read
Ashby Has Partnered with SourceWhale
Read on to learn more about Ashby's partnership with SourceWhale!
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.