Skip to content

Instantly share code, notes, and snippets.

@dwcoltri
Last active January 17, 2023 19:19
Show Gist options
  • Save dwcoltri/f18ce46e9b0b43c93af334d2ad3ca8fc to your computer and use it in GitHub Desktop.
Save dwcoltri/f18ce46e9b0b43c93af334d2ad3ca8fc to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "David Coltri",
"label": "Software Professional",
"image": "https://avatars.githubusercontent.com/u/1376730",
"email": "dwcoltri@gmail.com",
"url": "https://davecoltri.com",
"summary": "David is a professional problem solver. He just so happens to solve most of those problems with software!",
"location": {
"countryCode": "US",
"region": "New Jersey"
},
"profiles": [
{
"network": "Linkedin",
"username": "Linkedin",
"url": "https://linkedin.com/coltri"
}
]
},
"work": [
{
"name": "Central Reach",
"description": "The #1 provider of Autism and IDD Care software and services",
"position": "Senior Software Engineer",
"url": "http://centralreach.com",
"startDate": "2021-08-15",
"summary": "Central Reach is End-to-end ABA software that supports the delivery of applied behavior analysis and related therapies. I am responsible for supporting and extending different software that makes up the CentralReach Enterprise platform with clean, efficient, code. Works in a collaborative team setting alongside DevOps engineers to ensure client satisfaction and system stability.",
"highlights": [
"C#, Servicestack, Typescript",
"React, knockoutjs",
"AWS Lambda, Docker"
]
}
],
"education": [
{
"institution": "Rowan University",
"url": "https://www.rowan.edu/",
"area": "Computer Science",
"studyType": "Bachelor",
"startDate": "2003-01-01",
"endDate": "2008-01-01"
},
{
"institution": "Rowan University",
"url": "https://www.rowan.edu/",
"area": "Computer Science",
"studyType": "Master",
"startDate": "2020-01-01"
}
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Vintage Videogames"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00",
"theme": "stackoverflow"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment