Employment History List
Professional experience from the last 10 years
GET /api/employment_history/?format=api
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"company": "GfK",
"job_title": "Statistical Data Scientist",
"emp_start": "2022-05-10",
"emp_end": "2023-05-19",
"accomplishment": [
"Develop internal web app for linear optimization program and missing retailer data modelling using flask, pandas, html and bootstrap",
"Develop web scrapers and relevant GUI for easy use of the marketing/operations team",
"Compile data from various sources to be used for future dashboard development of the PMO team"
]
},
{
"company": "Self-employed",
"job_title": "Geotechnical Consultant",
"emp_start": "2014-03-01",
"emp_end": "2022-05-09",
"accomplishment": [
"Transform and analyze Excel field data to generate technical reports for peers and stakeholders"
]
},
{
"company": "Various engineering companies",
"job_title": "Geotechnical and Structural Engineer",
"emp_start": "2009-05-01",
"emp_end": "2014-02-28",
"accomplishment": [
"Develop spreadsheets and macros for foundation and structural design calculations"
]
}
]
}