December
- New UI. We’re deprecating Retool and moving to a frontend made with React.
This is how the job search looks like:
- It’s much faster than before on Retool.
- Filters are easily discoverable:
- New Job Search endpoint. All filters have to be passed via body now. Full list of changes at Changes in Job Search endpoint v1
- New Tech Details endpoint. All filters have to be passed via body now. Full list of changes at Changes in Tech Details endpoint v1
- Improved filtering of job titles:
- Now it’s accent-insensitive. So when you look for
técnico
, you’ll also get matches from jobs containing tecnico
, and vice-versa.
- Before, stopwords in English were discarded. This had some bad effects, such as when a user would search for
IT Manager
, internally it’d be the same as just searching for Manager
, as the it
part would get discarded.
- Before words were tokenized and what was being searched were the tokens of the words. So when you looked for
production
, job titles containing words with the product
token were looked for. This caused problems when you were looking for product
jobs but excluding production
ones (no results would be returned as you were including and excluding the same thing)
November 2023
- Fix company size parsing for certain sources. Some company sizes that included commas (like 5,001) were being parsed as 5 incorrectly. Not anymore
- Now we have data for who hiring managers are in jobs scraped from LinkedIn. Available for ~35% of LinkedIn jobs.
- Added filter to only get jobs where the hiring manager is present
October 2023
- New landing page - theirstack.com
- Lets you search by technology and see a list of companies using each technology
- Lets you see technology categories and technologies that belong to a category
- Displays case studies of how some clients use TheirStack