This article is here to help you get started with tracking and communicating recruiting metrics, no matter what infrastructure you have in place.
Leverage our integration with Trusty to make it easier than ever for your team to refer the best talent in their network.
6 minute read
2023 Trends Report | Offer Acceptance Rates
We analyzed Offer Acceptance Rate (‘OAR’) patterns over the past 2 years -- this is what we found
2 minute read
New Feature: Default Job Dashboard
Default Job Dashboards are now widely available in Ashby. Click into any of your Jobs and view over a dozen Reports across 3 pre-built Dashboards. No set up required.
20 minute read
Recruiting Operations | Internal Mobility
This article discusses the considerations, principles, and questions you should ask when developing an Internal Mobility Program, focusing on how to approach the program from the Recruiting Operations perspective.
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.