Skip to content

Instantly share code, notes, and snippets.

@ConorSheehan1
Last active October 2, 2022 16:14
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 ConorSheehan1/17751934f22ce28dabce6eec50dc9aad to your computer and use it in GitHub Desktop.
Save ConorSheehan1/17751934f22ce28dabce6eec50dc9aad to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Conor Sheehan",
"label": "Software Engineer",
"image": "https://s.gravatar.com/avatar/e5177f7635c1a7c51a50de6dc80052fe?s=300&r=g",
"email": "conor.sheehan.dev@gmail.com",
"summary": "I'm a full stack web developer who can build apps from the ground up.",
"website": "https://conorsheehan1.github.io",
"location": {
"countryCode": "IE",
"city": "Dublin"
},
"profiles": [
{
"network": "linkedin",
"username": "Conor Sheehan",
"url": "https://www.linkedin.com/in/ACoAABq_kUMBXQt02IIElWGrTndjdV3GJ8hpMoA/"
},
{
"network": "github",
"username": "ConorSheehan1",
"url": "https://github.com/ConorSheehan1"
},
{
"network": "stackoverflow",
"username": "ConorSheehan1",
"url": "https://stackoverflow.com/users/6305204/con?tab=profile"
}
]
},
"work": [
{
"name": "Oliver Wyman",
"position": "Senior Software Engineer",
"startDate": "2019-05-31",
"highlights": ["Node.js", "Vue.js", "Python"],
"summary": "",
"website": "https://www.linkedin.com/company/2454",
"location": "County Dublin, Ireland"
},
{
"name": "Digital Repository of Ireland",
"position": "Linked Data Researcher",
"startDate": "2018-08-31",
"endDate": "2019-05-31",
"highlights": ["Ruby", "Rails"],
"summary": "As a linked data researcher at DRI, I researched and implemented various software solutions. I worked on the main DRI rails app, as well as Logainm, and python scripts for data manipulation. I contributed to open source projects within the scope of linked data and the semantic web, such as IIIF and ruby-rdf.",
"website": "https://www.linkedin.com/company/2786316",
"location": "County Dublin, Ireland"
},
{
"name": "National Library of Ireland",
"position": "Software Developer",
"startDate": "2017-05-31",
"endDate": "2018-08-31",
"highlights": ["Ruby", "Rails"],
"summary": "As a Full Stack Application Developer I was involved in designing, developing, testing and deploying the National Library of Ireland’s (NLI) many Ruby on Rails and PHP web applications. I introduced continuous integration to the NLI using bitbucket pipelines and docker containers. I also produced an in depth analysis of the NLI's large web archive, primarily using python.\n\nKey Technologies:\n- Database/storage: MySQL, Redis, Fedora Commons and Solr\n- Development: Ruby on Rails, PHP (Zend), Java, JavaScript, XSLT, Marc, RDF\n- Analysis: Python, Pandas, Matplotlib, Excel, \n- UI: CSS, SCSS, Bootstrap, jQuery\n- Testing: Rspec (TDD), Cucumber (BDD), PhpUnit, Junit, Bitbucket Pipelines, Travis CI\n- Deployment: Puppet, Docker, Passenger, Capistrano, Bash, Bitbucket Deployments",
"website": "https://www.linkedin.com/company/1307558",
"location": "County Dublin, Ireland"
},
{
"name": "University College Dublin (UCD)",
"position": "Demonstrator",
"startDate": "2016-09-30",
"endDate": "2017-04-30",
"highlights": ["Python", "C"],
"summary": "I was a demonstrator for the following modules:\n1. Intro to Programming in C\n2. Intro to Programming in Python\n3. Data Structures and Algorithms in Python\n4. Software Engineering in Java\n\nMy responsibilities included grading assignments, supervising test, and helping students with programming concepts in general.\n\nAs part of my time as a computer science demonstrator I built a desktop application to speed up grading assignments by extracting students projects, compiling them, and logging the compile success or failure to a word doc as a starting point for grading assignments.",
"website": "https://www.linkedin.com/company/8462",
"location": "University College Dublin, Stillorgan Rd, Belfield, Dublin 4"
}
],
"volunteer": [],
"education": [
{
"institution": "University College Dublin",
"area": "Computer Science",
"studyType": "Master of Science (M.Sc.)",
"startDate": "2015-12-31",
"endDate": "2017-12-31",
"score": "1.1",
"courses": []
},
{
"institution": "Maynooth University",
"area": "Music Technology & Business",
"studyType": "Bachelor of Arts (BA)",
"startDate": "2012-12-31",
"endDate": "2015-12-31",
"score": "2.1",
"courses": []
}
],
"awards": [
{
"title": "Student Challenge top 100",
"awarder": "Grad Ireland"
},
{
"title": "Entrance scholarship",
"awarder": "Maynooth University"
}
],
"certificates": [],
"publications": [],
"skills": [
{
"keywords": [
"HTML",
"CSS / SCSS",
"Javascript",
"Typescript",
"Vue.js",
"Vuex",
"JQuery"
],
"level": "Senior",
"name": "Frontend"
},
{
"keywords": ["Node.js", "Ruby", "Python", "PHP", "C", "MongoDB", "SQL", "Postgres", "RabbitMQ", "Redis", "Serverless"],
"level": "Senior",
"name": "Backend"
},
{
"keywords": ["Docker", "Kubernetes", "Heroku", "Netlify", "Rancher"],
"level": "Senior",
"name": "Devops"
}
],
"languages": [
{
"fluency": "Native Speaker",
"language": "English"
},
{
"fluency": "Limited Working",
"language": "German"
},
{
"fluency": "Native Speaker",
"language": "Irish"
}
],
"interests": [],
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"theme": "elegant"
}
}
@ConorSheehan1
Copy link
Author

Initial file generated by scraping linkedin using https://github.com/joshuatz/linkedin-to-jsonresume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment