-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
144 lines (144 loc) · 3.3 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"selectedTemplate": 7,
"headings": {
"skills": "Skills",
"projects": "Projects",
"awards": "Awards",
"education": "Education",
"work": "Experience"
},
"basics": {
"name": "Conor Joyce",
"email": "[email protected]",
"phone": "+353 85 777 0411",
"location": {
"address": "Dublin, Ireland"
}
},
"education": [
{
"institution": "Dublin City University",
"area": "Computer Applications and Software Engineering",
"studyType": "BSc",
"startDate": "Sept 2019",
"endDate": "June 2023",
"gpa": "Second Class Honours, Grade One"
}
],
"work": [
{
"highlights": [
"Set up and deployed enterprise-grade servers and networking equipment ",
"Migrated services from older to newer hardware and made available using Nomad"
],
"company": "Redbrick",
"position": "SysAdmin",
"location": "DCU",
"startDate": "March 2022",
"endDate": "March 2023"
},
{
"highlights": [
"On the team responsible for automated testing on company-built networking equipment",
"Developed a CLI tool to assist in debugging test failures"
],
"company": "Arista Networks",
"position": "Software Intern",
"location": "Dublin",
"startDate": "March 2022",
"endDate": "Sept 2022"
},
{
"highlights": [
"First point of contact for technical and service-related help for the society",
"Ran weekly workshops teaching first-years about many programming concepts and tools"
],
"company": "Redbrick",
"position": "Helpdesk",
"location": "DCU",
"startDate": "March 2021",
"endDate": "March 2022"
},
{
"company": "Arista Networks",
"location": "Dublin",
"position": "Software Intern",
"website": "",
"startDate": "June 2021",
"endDate": "Sept 2021",
"highlights": [
"Set up, wrote tests for and deployed a new contract testing framework for microservices"
]
}
],
"skills": [
{
"name": "Languages",
"level": "",
"keywords": [
"Python",
"Go",
"JavaScript",
"C",
"Java"
]
},
{
"keywords": [
"Git",
"Linux",
"Docker",
"Nomad",
"Ansible",
"Kubernetes",
"Jenkins"
],
"name": "Tools"
}
],
"projects": [
{
"name": "PlusVasis",
"description": "Web platform for container management and deployment",
"url": "https://app.plusvasis.xyz",
"keywords": [
"Go",
"Svelte",
"Nomad",
"Docker"
]
},
{
"name": "Sonic",
"description": "COVID contact tracing using NFC cards",
"url": "https://cawnj.dev/posts/third-year-project/",
"keywords": [
"Go",
"Python",
"Docker",
"Raspberry Pi"
]
}
],
"awards": [
{
"date": "June 2023",
"title": "Tony Moynihan Award",
"awarder": "Dublin City University"
},
{
"date": " May 2023",
"awarder": "SAP Ireland",
"title": "Patrick Stewart Innovation Award"
}
],
"sections": [
"templates",
"profile",
"education",
"work",
"skills",
"projects",
"awards"
]
}