Ashby is Partnering with Searchlight

Ashby and Searchlight are now working together - read on to learn more!
Ashby and Searchlight are now working together - read on to learn more!
We're using a new technique in our critical hiring decisions. It's called a hiring memo - here's what it is and why it works.
Data reporting tools are so important to a strong recruiting strategy. While rollout can be a challenge, this method will help you get the best result.
Our application code runs in a single thread with Node.js. The thread can get blocked by requests with CPU-intensive computation and significantly slow our response times. We'll walk you through how we identify and eliminate these blocking requests.
You know it's vital to always work towards improving your company's diversity, equity, and inclusion - but do you know the best way to start tracking it?
An automated reminder to deploy as an effective way to keep deploys small and safe.
Array.at provides better type safety than the standard index operator, and it works with Node 16!
How I use command line tools to inspect JSON and XML data that would be impossible to do by eye.
Use template literals to create flexible types that accurately check possible values at compile time and support autocomplete in common editors (like VSCode).
How to write similar Jest tests without copying and pasting code.
How to fix Typescript compiler errors from generic arrow functions in .tsx files.