1 minute read
Ashby Has Partnered with Rippling
Ashby and Rippling now work together - read more about it here.
6 minute read
The Last Recruiter: How Startups Can Handle the Fierce Competition for Recruiters Today
Ashby has partnered with The Swarm to do a deep-dive on the current state of hiring recruiters, and how you can beat the competition and nab the recruiter you need.
1 minute read
Ashby Has Partnered with HiBob
Ashby and Hibob have a new integration - learn more here.
To succeed in providing a high-quality candidate experience, you'll need to measure your process. Here's our complete guide on how to tackle your candidate experience surveys to get the results you need.
1 minute read
Ashby Has Partnered with Dover
Read on to learn about Dover and Ashby's new integration.
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.