Skip to content

Instantly share code, notes, and snippets.

@caidanw
Last active April 17, 2023 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caidanw/20a38d9ff6596b7ae04529e8b600b125 to your computer and use it in GitHub Desktop.
Save caidanw/20a38d9ff6596b7ae04529e8b600b125 to your computer and use it in GitHub Desktop.
My public software engineering resume
{
"meta": {
"theme": "elegant",
"canonical": "https://json.schemastore.org/resume",
"version": "v1.0.0"
},
"basics": {
"name": "Caidan Williams",
"label": "Software Engineer",
"picture": "https://drive.google.com/uc?export=view&id=1DMQe1CyDsSIqzQrHxHfu999p0hbOKsW8",
"summary": "Experienced Software Engineer with a demonstrated history of working in the computer software industry. Skilled in Python, Java, JavaScript, GoLang, Database Design, Networking, Linux Systems, Quality Assurance, Docker, Kubernetes, and DevOps.",
"website": "https://caidanwilliams.com",
"email": "caidanstevenwilliams@gmail.com",
"location": {
"city": "Seattle",
"region": "WA",
"countryCode": "US"
},
"profiles": [
{
"network": "GitHub",
"username": "caidanw",
"url": "https://github.com/caidanw"
},
{
"network": "LinkedIn",
"username": "caidan-williams",
"url": "https://www.linkedin.com/in/caidan-williams/"
}
]
},
"work": [
{
"company": "Domino Data Lab",
"position": "Software Engineer II",
"highlights": [
"Transferred internally to help build out a new Machine Learning Pipelines product.",
"Improved product stability by fixing bugs and improving performance of the execution manager.",
"Developed an MVP, architected the design, and lead a product feature to integrate MLFlow for experiment management and model registry."
],
"startDate": "2022-02-01",
"website": "https://dominodatalab.com"
},
{
"company": "Domino Data Lab",
"position": "Field Engineer",
"highlights": [
"Managed 5 major customer accounts, held weekly meetings to resolve product issues and responded quickly to critical issues.",
"Built Docker images for customer uses and helped integrate third party tools such as TensorBoard, Dash, SmartSheet, etc.",
"Resolved numerous network related issues, eg. SSL Certificates, DNS Routing, Network Proxies.",
"Continuosly provided product feedback to the Engineering team based on personal experiences and customer feedback.",
"Built internal tools to ease product version migrations by automating 80% of manual work."
],
"startDate": "2021-01-01",
"endDate": "2022-02-01",
"website": "https://dominodatalab.com"
},
{
"company": "Overjet A.I.",
"position": "Full-Stack Engineer / Software Data Engineer",
"highlights": [
"Dockerized over 25 ML models, and integrated them into a continuous delivery pipeline for deploying to Kubernetes.",
"Provided technical support on calls with customers.",
"Taught other engineers best practices for Python and Git.",
"Built ETL pipelines capable of handling 25k+ images a day per client.",
"Created an automated system for scrubbing patient health information from dental x-rays.",
"Implemented a Python style guide, for automated formatting/linting/sorting.",
"Interviewed candidates and created/reviewed take-home tests for \"ML Infrastructure Ops\" and \"DevSecOps\" positions."
],
"startDate": "2020-01-01",
"endDate": "2021-01-01",
"website": "https://overjet.ai"
},
{
"company": "GitPrime Inc.",
"highlights": [
"Slashed new hire on-boarding time 85% by containerizing both the front and back end applications, while ensuring the Jenkins pipeline built the latest branch for each image.",
"Store, retrieve, and manipulate data for analysis of system capabilities and requirements.",
"Reduced metric inconsistencies in the Git data processor by improving legacy code.",
"Supported software integration and implemented maintenance enhancements to bolster the product development cycle.",
"Improved system performance by making proactive adjustments and resolving bugs."
],
"position": "Software Engineer",
"startDate": "2018-08-01",
"endDate": "2020-01-01",
"website": "https://github.com/gitprime"
},
{
"company": "GitPrime Inc.",
"highlights": [
"Improved front end stability by designing and developing unit, integration, and regression tests.",
"Supported co-engineers by developing an internal tool for test data generation.",
"Spearhead new projects by creating proof of concept projects that demonstrated the core value of a potential new tool."
],
"position": "Software Engineer Intern",
"startDate": "2018-05-01",
"endDate": "2018-08-01",
"website": "https://github.com/gitprime"
}
],
"skills": [
{
"name": "Python",
"level": "Master",
"keywords": ["Django", "Flask", "SQLAlchemy", "PyTest", "Numpy", "Pandas"]
},
{
"name": "Javascript / Typescript",
"level": "Advanced",
"keywords": ["React", "Svelte", "PouchDB", "NodeJS", "NPM / Yarn"]
},
{
"name": "Java",
"level": "Advanced",
"keywords": ["Spring", "Hibernate", "JUnit", "Maven"]
},
{
"name": "Golang",
"level": "Intermediate",
"keywords": ["Kubernetes", "Cobra", "Testify"]
},
{
"name": "Ruby",
"level": "Intermediate",
"keywords": ["Jekyll", "Bundle"]
},
{
"name": "Databases",
"level": "Intermediate",
"keywords": ["PostgreSQL", "SQLite", "MongoDB", "CouchDB"]
},
{
"name": "DevOps",
"level": "Advanced",
"keywords": [
"Git",
"Docker / Docker Compose",
"Jenkins",
"Kubernetes",
"Terraform / Pulumi",
"GCP / AWS"
]
}
],
"references": [
{
"name": "Toby Horton",
"reference": "Caidan is an extremely bright, thoughtful and motivated individual. His talent for diving into abstract problems with enthusiasm and steadfast follow-through has already taken him far in a short time. I expect great things are in his future. Any team or organization he interfaces with will see a measurable increase in creativity and output due to his presence."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment