Leverage Our Integration With Mathison To Support Your End-To-End DEI Goals.
1 minute read
Ashby Has Partnered with Wellfound
Learn more about our exciting new partnership with Wellfound in this article!
Abhik Pramanik, Ashby's Co-founder and VP of Engineering, has mastered the art of creating job descriptions and careers pages that convert amazing talent. He's shared his approach, plus a downloadable guide from PostHog's Cory Watilo on designing a careers page that builds up your brand.
15 minute read
Astronomer’s Daniel Grayson on Why Academic Recruiting Can Be Tech Talent’s Secret Weapon
Ashby sat down with Astronomer's Daniel Grayson about the ways academic recruiting has the potential to rock the tech recruiting status quo.
9 minute read
Async Postmortems in a Global, Remote Team
How Ashby's collaborative postmortem process adapts industry best practices to a global, remote team and helps us move faster, learn from failure, and build a healthier engineering culture.
1 minute read
Ashby Has Partnered with Glassdoor
Ashby has partnered with Glassdoor to connect you to their jobs page quickly and easily.
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.