GET /api/experiences/
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 4,
            "institution": "OceanPads",
            "title": "Software Engineer",
            "mission": "Deliver the best place to find an apartment or condo to rent or buy in Miami.",
            "start_date": "2023-01-15",
            "end_date": null,
            "responsibilties": [
                {
                    "id": 11,
                    "experience": 4,
                    "details": "Constructed RESTful APIs complete with extensive unit and integration testing using python and Django in a backend engineer capacity",
                    "is_deleted": false
                },
                {
                    "id": 10,
                    "experience": 4,
                    "details": "Developed a compelling frontend platform from a Figma design using javacript and React that communicated with the backend system via APIs",
                    "is_deleted": false
                }
            ]
        },
        {
            "id": 3,
            "institution": "HeyDay",
            "title": "Software Engineer",
            "mission": "Pioneer a marketplace-first approach to building the next-generation consumer products company.",
            "start_date": "2021-04-15",
            "end_date": "2023-01-15",
            "responsibilties": [
                {
                    "id": 9,
                    "experience": 3,
                    "details": "Architected scalable systems to first queue API requests on AWS SQS, then ingest data through 3rd party APIs, and finally store the results in AWS S3 for consumption",
                    "is_deleted": false
                },
                {
                    "id": 7,
                    "experience": 3,
                    "details": "Leveraged AWS Lambda to develop robust pipelines that ingested data from various sources including Google Drive",
                    "is_deleted": false
                },
                {
                    "id": 8,
                    "experience": 3,
                    "details": "Created RESTful APIs in python using frameworks like FastAPI to produce clean, usable, intuitive backend connections",
                    "is_deleted": true
                }
            ]
        },
        {
            "id": 2,
            "institution": "iCardio.ai",
            "title": "Software Engineer",
            "mission": "Leverage artificial intelligence to analyze echocardiograms",
            "start_date": "2019-08-15",
            "end_date": "2021-04-15",
            "responsibilties": [
                {
                    "id": 6,
                    "experience": 2,
                    "details": "Architected the ecosystem of microservices that each with a unique responsibility that included data collection, ground truth labeling, and real time analyses",
                    "is_deleted": false
                },
                {
                    "id": 4,
                    "experience": 2,
                    "details": "Constructed modular, maintainable data pipelines around machine learning models capable of analyzing echocardiograms",
                    "is_deleted": false
                },
                {
                    "id": 5,
                    "experience": 2,
                    "details": "Developed RESTful web applications using Django with which team members could create, retrieve, update, and delete millions of datapoints and files as needed",
                    "is_deleted": true
                }
            ]
        },
        {
            "id": 1,
            "institution": "Intelsat",
            "title": "Asset Management Engineer",
            "mission": "Deliver connectivity solutions to our many customers",
            "start_date": "2016-06-15",
            "end_date": "2019-08-15",
            "responsibilties": [
                {
                    "id": 3,
                    "experience": 1,
                    "details": "Leveraged software tools like Python to analyze technical and behavioral data from our 10000+ customers and inform business decisions",
                    "is_deleted": false
                },
                {
                    "id": 1,
                    "experience": 1,
                    "details": "Used Pandas to produce data formatted for consumption by Tableau in order to develop reports for C-level team members",
                    "is_deleted": false
                },
                {
                    "id": 2,
                    "experience": 1,
                    "details": "Built intelligent tools that were used by technicians and engineers for onboarding new customers and troubleshooting existing issues",
                    "is_deleted": true
                }
            ]
        }
    ]
}