rektor-db icon indicating copy to clipboard operation
rektor-db copied to clipboard

Hiring: Intern with 5+ years of rektor-db experience

Open mattpopovich opened this issue 2 years ago • 2 comments

Please apply with your credentials below.

mattpopovich avatar Sep 11 '23 18:09 mattpopovich

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!

C-Nubela avatar Sep 12 '23 19:09 C-Nubela

@mattpopovich This is a fresh-out-of-college entry level position, correct?

basicn86 avatar Sep 14 '23 10:09 basicn86