GET /api/responsibilties/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "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": 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": 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": 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
        }
    ]
}