-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
123 lines (123 loc) · 3.91 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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Ricky Grassmuck",
"label": "DevOps Engineer II at cPanel",
"email": "ricky@devoops.guru",
"phone": "+1 (346) 617-4108",
"url": "https://github.com/RickyGrassmuck",
"summary": "Attempting to automate all the things.",
"location": {
"countryCode": "US",
"address": "Houston, TX"
},
"profiles": [
{
"network": "LinkedIn",
"username": "RickyGrassmuck",
"url": "https://linkedin.com/in/rickygrassmuck"
},
{
"url": "https://github.com/RickyGrassmuck",
"username": "RickyGrassmuck",
"network": "Github"
}
]
},
"work": [
{
"company": "cPanel",
"position": "DevOps Engineer",
"startDate": "2019-09-30",
"highlights": [
"Designed and deployed a Vault, Consul, and Nomad stack for internal production use",
"Migrated the companies Product Development unit away from Bitbucket to Gitlab",
"Provided Gitlab CI/CD Pipeline support and workshops for developers to assist with migrating away from Jenkins"
],
"summary": "Responsible for the creation, deployment and management of internal development tools and the platforms they run on.\n\nOur team focuses on high availability of the services and platforms we manage by utilizing IaC tools like Terraform, Packer and Ansible.\n\nTo facilitate deployment of internal tooling, we leverage the full Hashistack which includes Vault, Consul and Nomad High-Availability clusters which are deployed using custom Terraform Modules onto an On-Prem Openstack cluster.",
"url": "https://cpanel.net/company/"
},
{
"company": "cPanel",
"position": "Linux Technical Analyst",
"startDate": "2016-07-31",
"endDate": "2019-09-30",
"highlights": [],
"summary": "Provide direct support to cPanel customers including remote live server troubleshooting",
"url": "https://cpanel.net/company/"
},
{
"company": "UTMB",
"position": "IS Support",
"startDate": "2015-03-31",
"endDate": "2016-07-31",
"highlights": [
"Troubleshooting network/vpn connectivity issues",
"Virtual Machine configurations(VirtualBox, Parallels, VmWare)"
],
"summary": "Provide onsite and remote support to the UTMB Galveston campus",
"url": "https://www.utmb.edu/it-services"
}
],
"certificates": [{
"name": "HashiCorp Certified: Vault Associate",
"url": "https://www.credly.com/badges/3665d60f-6a11-4fef-9742-1a592ce22541/public_url",
"date": "2021-01-05",
"issuer": "HashiCorp"
},
{
"name": "HashiCorp Certified: Consul Associate",
"url": "https://www.credly.com/badges/042ff6bd-2d18-4b2a-be8c-58b864383c6d/public_url",
"date": "2021-01-05",
"issuer": "HashiCorp"
}],
"skills": [
{
"name": "DevOps",
"level": "Advanced",
"keywords": ["Gitlab CI/CD", "Openstack", "Digital Ocean", "Vault", "Consul"]
},
{
"name": "Job Orchestration",
"level": "Advanced",
"keywords": ["Nomad", "Containers", "Docker", "Podman", "Packer"]
},
{
"name": "Configuration Management",
"level": "Advanced",
"keywords": ["Ansible", "Terraform"]
},
{
"name": "Backend Development",
"level": "Intermediate",
"keywords": ["Go", "Python"]
}
],
"languages": [
{
"language": "English",
"fluency": "Native Speaker"
}
],
"interests": [
{
"name": "Open Source"
},
{
"name": "IoT/Embedded Hacking"
},
{
"name": "Gaming"
},
{
"name": "Rocketry and Space Technology"
}
],
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"theme": "stackoverflow"
}
}