12 minute read
Mathison’s Arthur Woods on the Right Way to Approach DEI
Arthur Woods is an HR expert who literally wrote the book on DEI. His business, Mathison, is all about helping companies address their diversity struggles. Ashby sat down with him to talk about his work, DEI, and what both founders and recruiters need to know.
1 minute read
Ashby Has Partnered with Gusto
Learn more about our exciting new partnership with Gusto in this article!
1 minute read
Ashby Has Partnered with Checkr
Ashby is partnering with Checkr, and you can learn more here!
15 minute read
Continuum’s Chauncey Brooks on Startups, Recruiting, and What It Means to Find "Good Talent"
Chauncey Brooks is a talent rockstar who has experience recruiting for Slack, Stripe, Google, and, most recently, Continuum. We sat down to pick his brain about recruiting, founding, and what "good talent" really means.
1 minute read
Ashby Has Partnered with Bryq
Read here to learn about how Bryq and Ashby have teamed up.
1 minute read
Ashby Has Partnered with Searchlight
Ashby and Searchlight are now working together - read on to learn more!
Snippets
The 11 Most Important Formulas to Know for RecOps and Data
With 450+ functions between multiple spreadsheet tools, it can be hard for RecOps professionals know where to start and which ones to learn. To help, we've created a list of formulas we recommend you know.
Ashby's RecOps Data Resource Round-Up
Looking to become a better data analyst? We’ve compiled some resources to grow your data knowledge and find information for your stakeholders.
What Are Your True Minimum Requirements?
Are you relying on years of experience, or something deeper?
Screen-In vs Screen-Out Mindsets – There Is A Right Answer
An excellent outreach strategy requires a screen-in mindset.
Ashby’s “Less Obvious” Sourcing List
We've put together this list of sourcing locations you might not have thought of - and we're updating it regularly!
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.