This repository has been archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (134 loc) · 7 KB
/
index.html
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
<!doctype html>
<html>
<head>
<title>Resume</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="content">
<div id="name-container">
<div id="name">
Sebastian<br>Gatti
</div>
<div id="role">
DevOps Engineer
</div>
</div>
<div class="flex-container">
<div class="flex-item">
<div class="section">
<h4 class="section-heading">Personal Profile</h4>
<p>
I’m a skilled DevOps engineer with experience in architecting, automating and monitoring cloud infrastructure solutions. I’m proficient in server orchestration, configuration management and creating robust CI / CD pipelines.
</p>
</div>
<div class="section">
<h4 class="section-heading">Contact Details</h4>
<p class="list">
78/4 Harrison Gardens, Edinburgh<br>
United Kingdom<br>
(+44) 07960261304<br>
</p>
</div>
<div class="section">
<h4 class="section-heading">Skills</h4>
<p class="list">
- AWS, Azure<br>
- Docker, Kubernetes<br>
- MySQL, SQL Server, MongoDB<br>
- Ansible, Capistrano<br>
- Apache, Nginx<br>
- Python, Javascript<br>
- Bash, PowerShell<br>
- PHP, Java<br>
- Git<br>
- JIRA, TFS / Azure DevOps<br>
</p>
</div>
<div class="section projects">
<h4 class="section-heading">External Projects</h4>
<div class="career-section">
<h4 class="career-heading secondary">Gif chat app</h4>
<p>An iOS / Android chat application focused on creating a novel experience by only allowing users to chat using gifs.</p>
<p>Natural Language Processing (NLP) is utilised to seperate a message into useful search terms to allow users to choose the most appropriate gifs.</p>
<p class="list">
- Elastic search<br>
- Python<br>
- Docker / Kubernetes<br>
- AWS Lambda
</p>
</div>
</div>
</div>
<div class="flex-item">
<div class="section">
<h4 class="section-heading">Career Summary</h4>
<div class="career-section">
<h4 class="career-heading secondary">DevOps Engineer</h4>
<div class="career-subheading italic secondary">
<span>Craneware, Edinburgh</span><br>
<span>May 2019 - Present</span>
</div>
<p class="list">
- Develop and maintain CI / CD pipelines for automated deployment using TFS / Azure DevOps.<br>
- Introduced TDD for Ansible utilising Test Kitchen (Chef) and Serverspec.<br>
- Build and deploy Docker containers to AKS in order to break down monolithic applications into a microservice architecture.<br>
- Promote a DevOps culture shift throughout the broader engineering team, highlighting the CAMS model.<br>
- Automate deployments and other tasks by writing scripts in PowerShell and Bash.<br>
- Provide mentoring to junior team members.<br>
- Actively manage, optimize and monitor cloud infrastructure in Azure including developing a solid DR solution.<br>
- Document tools and processes in order to limit technical debt and improve knowledge sharing.<br>
</p>
</div>
<div class="career-section">
<h4 class="career-heading secondary">PHP Engineer with DevOps</h4>
<div class="career-subheading italic secondary">
<span>NN4M, Edinburgh</span><br>
<span>Jan 2018 - May 2019</span>
</div>
<p class="list">
- AWS orchestration of EC2, S3, ELB, ASGs, RDS, IAM, CloudFormation, Route 53, CloudWatch and CloudFront.<br>
- Spearheaded use of AWS Lambda to create serverless APIs.<br>
- Automated server configuration using Ansible and Capistrano.<br>
- Regurlarly deployed to and monitored over 30 production EC2 instances.<br>
- Optimised AWS services to help reduce infrastructure costs by 17%.<br>
- Wrote scripts in Bash, Python, PHP, NodeJS and Rust in order to automate tasks and deployments.
</p>
</div>
<div class="career-section">
<h4 class="career-heading secondary">English Teacher</h4>
<div class="career-subheading italic secondary">
<span>Yin-Ying Kindergarten, Shenzhen</span><br>
<span>Mar 2013 - Aug 2013</span>
</div>
<p class="list">
- Constructed lesson activities that targeted confidence, perception, vocabulary building, pronunciation practice and grammar.<br>
- Established effective classroom management techniques that kept students engaged while also encouraging them to ask questions and express any difficulties they might have had.<br>
</p>
</div>
</div>
<div class="section">
<h4 class="section-heading">Academic Background</h4>
<div class="career-section">
<h4 class="career-heading secondary">Sheffield Hallam University</h4>
<div class="career-subheading italic secondary">
<span>Bachelor of Science in Computer Science (First Class Honours)</span><br>
<span>Sep 2013 - Jun 2017</span>
</div>
</div>
<div class="career-section">
<h4 class="career-heading secondary">Reutlingen University - Erasmus</h4>
<div class="career-subheading italic secondary">
<span>Medien- und Kommunikationsinformatik</span><br>
<span>Sep 2015 - Mar 2016</span>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>