-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
135 lines (114 loc) · 4.81 KB
/
Copy pathcv.html
File metadata and controls
135 lines (114 loc) · 4.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MB4XT6ZJV4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MB4XT6ZJV4');
</script>
<meta charset="utf-8">
<title>Brian Davis - CV</title>
<meta name="description" content="Resume of Brian Davis">
<meta name="author" content="Brian Davis">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/cv.css">
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<div id="drag" class="cv instaFade wrap">
<div class="mainDetails">
<div id="headshot" class="">
<img src="images/personal_image.png" title="Hi, I'm Brian!"/>
</div>
<div id="name">
<h1 class="quickFade delayTwo">Brian Davis</h1>
<h4 class="quickFade delayThree">Senior Data Engineer & Solution Architect</h4>
</div>
<div id="contactDetails" class="quickFade delayFour">
<ul>Email: <a href="mailto:briandavis9066@gmail.com" > brian.davis9725@gmail.com</a></ul>
<ul>Website: <a href="https://bdavis9725.github.io"> bdavis9725.github.io</a></ul>
<ul>LinkedIn: <a href="https://www.linkedin.com/in/brian-al-davis/"> Brian Davis</a></ul>
</div>
<div class="clear"></div>
</div>
<div id="mainArea" class="quickFade delayFive">
<section>
<article>
<div class="sectionTitle">
<h1>Career Objective</h1>
</div>
<div class="sectionContent">
<p>Data professional with extensive experience architecting cloud-based data pipelines and transitioning into a Solution Architect role. Deeply focused on establishing robust Data Governance frameworks and championing development best practices. Passionate about designing scalable, secure ecosystems and driving engineering excellence from ingestion to enterprise analytics.</p>
</div>
</article>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Key Skills</h1>
</div>
<div class="sectionContent">
<ul class="keySkills">
<li>Solution Architecture</li>
<li>Data Governance</li>
<li>Google Cloud Platform (GCP)</li>
<li>Python & SQL</li>
<li>CI/CD & Best Practices</li>
<li>ETL / ELT Pipeline Design</li>
<li>AWS & Azure</li>
<li>System Analysis & Design</li>
<li>Agile Development</li>
<li>Leadership & Mentoring</li>
</ul>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<h3>Senior Data Engineer</h3>
<h3>Artefact</h3>
<p class="subDetails">Jun 2021 - Present</p>
<p>Focused on the engineering and high-level architecture of cloud-based pipelines, utilizing GCP, AWS, and Azure. Responsible for defining ETL strategies, enforcing development best practices, and ensuring Data Governance across the ingestion layer to create a highly optimized, functional environment for enterprise analytics.</p>
</article>
</div>
<div class="clear"></div>
</section>
<section id="Education">
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
<h2>Sheffield Hallam University</h2>
<p class="subDetails">MSc Big Data Analytics (Distinction) | 2020-2021</p>
<p>Focused on advanced data management, Python, SAS, and strategic business solutions.</p>
</article>
<article>
<h2>University of Hull</h2>
<p class="subDetails">BSc Computer Science (1st Class Honours) | 2017-2020</p>
<p>Gained a broad understanding of System Design, Agile Methodologies, Database Techniques, and Data Mining.</p>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<article>
<div class="sectionTitle">
<h1>Interests</h1>
</div>
<div class="sectionContent">
<p>I closely follow the latest developments in the Tech industry, particularly regarding cloud architecture and PC components. I am an avid player of CCGs, regularly enjoying games like Hearthstone and MTG Arena. I also have a deep passion for continuous learning, often reading about the world of psychology.</p>
</div>
</article>
<div class="clear"></div>
</section>
</div>
</div>
</body>
</html>