connor.json
{
  "name": "Connor Basile",
  "location": "Houston, TX",
  "yearsOfExperience": 6,
  "isAvailableForHire": "😎",
  "occupation": {
    "jobTitle": "Software Engineer",
    "employer": "Squarepoint Capital",
    "jobDescription": "Editing config files and soothing temperamental services so they don't catch fire.",
    "startDate": "December 2025"
  },
  "previousPositions": [
    {
      "jobTitle": "Site Reliability Engineer",
      "employer": "JPMorgan Chase & Co.",
      "jobDescription": "I made sure the bank stayed online.",
      "startDate": "October 2022",
      "endDate": "December 2025"
    },
    {
      "jobTitle": "Linux Systems & Software Engineer",
      "employer": "JPMorgan Chase & Co.",
      "jobDescription": "Daycare for a custom Linux OS for thin clients.",
      "startDate": "June 2019",
      "endDate": "October 2022"
    }
  ],
  "hobbies": [
    "Scuba Diving 🀿",
    "Anything with two wheels 🏍️",
    "Kite Boarding πŸ„β€β™‚οΈ",
    "Brunching πŸ₯"
  ],
  "education": {
    "university": "The Ohio State University",
    "graduationMonth": "May",
    "graduationYear": 2019,
    "degrees": [
      "B.S. Electrical Engineering",
      "B.S. Physics"
    ]
  },
  "skills": {
    "languages": [
      "Python",
      "Java",
      "Rust"
    ],
    "frameworks": [
      "FastAPI",
      "Spring Boot"
    ],
    "tools": [
      "Docker",
      "Kubernetes",
      "Terraform"
    ],
    "preferredShell": "zsh"
  },
  "stats": {
    "coffeePerDay": 2.5,
    "deploymentSuccessRate": 0.99,
    "incidentsResolved": 9000,
    "linesOfCodeWritten": "♾️"
  },
  "contact": {
    "email": "connor@eziobasile.com",
    "linkedIn": "https://www.linkedin.com/in/connor-basile",
    "github": "https://github.com/CEBasile",
    "preferredContact": "email",
    "responseTimeHours": 2
  }
}