Hiring: Intern with 5+ years of rektor-db experience
mattpopovich opened this issue · 2 comments
mattpopovich commented
Please apply with your credentials below.
C-Nubela commented
Hey Matt, it may be hard sourcing a qualified candidate with specific RektorDB experience without actively sourcing your own candidates.
Recently over here at Proxycurl we ate our own dog food and just used our API to source a qualified Apache Parquet dev.
Here's an example of some simple Python to do a search for those with:
- RektorDB experience
- Over 5 years experience
import requests, json
api_key = 'Your_API_Key_Here'
headers = {'Authorization': 'Bearer ' + api_key}
api_endpoint = 'https://nubela.co/proxycurl/api/search/person/'
params = {
'country': 'US',
'skills': '(?i)rektordb',
'current_role_before': '2018-09-12',
'page_size': '10',
}
response = requests.get(api_endpoint, params=params, headers=headers)
result = response.json()
print(json.dumps(result, indent=2))
You can create your API key for free here.
Best of luck!
basicn86 commented
@mattpopovich This is a fresh-out-of-college entry level position, correct?