-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (130 loc) · 5.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Resume</title>
<meta name="description" content="This is a personal resume website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>Robert Adrian Umbres</h1>
<hr />
<ul id="info">
<li>
<img src="./assets/images/placeholder.png" alt="map location">
<a href="https://maps.app.goo.gl/9HaLoav3PDBufWAK7">Floresti, PH, Romania</a>
</li>
<li>
<img src="./assets/images/phone-call.png" alt="telephone">
<a href="tel:+40750424885">0750424885</a>
</li>
<li>
<img src="./assets/images/mail.png" alt="mail">
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<img src="./assets/images/linkedin.png" alt="linkedin">
<a href="https://www.linkedin.com/in/umbres-robert/">umbres-robert</a>
</li>
</ul>
<h2>Professional Objective</h2>
<p>Electrician and technology enthusiast with over 9 years of experience in electrical
installations and extensive skills in programming, self-hosted servers, and modern
technologies. By combining knowledge in the electrical field with IT expertise, I aim to
contribute to complex projects and implement innovative solutions that optimize processes
and resources.</p>
<hr />
<h2>Professional Experience</h2>
<p><b>Electrician</b>
<br>
<i>Caverion, Norway — 2018 - 2024</i></p>
<ul>
<li>Installation, maintenance, and repair of electrical systems in compliance with safety
standards.</li>
<li>Diagnosing and solving complex electrical problems.</li>
<li>Collaborating with engineers and other teams to ensure timely project delivery.</li>
<li>Monitoring and controlling the quality of the executed work.</li>
<li>Training and guiding apprentices and new staff.</li>
</ul>
<p><b>Apprentice Electrician</b>
<br>
<i>Ovesen Elektriske, Norway— 2015 - 2018</i></p>
<ul>
<li>Assisting the lead electrician with residential and industrial projects.</li>
<li>Learning and implementing strict safety standards.</li>
<li>Contributing to the preparation of technical documentation for electrical work.</li>
<li>Acquiring basic knowledge in diagnosing and installing electrical equipment.</li>
</ul>
<hr>
<h2>Education and Courses</h2>
<p>
<b>Electrician Diploma</b> <br>
<i>Bodø VGS (Vocational High School), Norway — 2013 - 2015</i> <br>
<i>Apprenticeship, Norway — 2015 - 2018</i>
</p>
<p>
<b>CYBER501x: Cybersecurity Fundamentals</b> <br>
<i>Part of a Bachelor's Program, edX (2023)</i>
</p>
<ul>
<li>Fundamentals of cybersecurity, including cryptography, network security, and
identifying vulnerabilities.</li>
</ul>
<p>
<b>Fullstack Development Course</b> <br>
<i>Udemy Course (2024)</i>
</p>
<ul>
<li>Full development of web applications using front-end technologies (HTML, CSS,
JavaScript) and back-end technologies (Node.js, Express.js).</li>
<li>Database integration (PostgreSQL) and using RESTful APIs.</li>
</ul>
<hr>
<h2>Certifications</h2>
<ul>
<li>Authorized Electrician Certificate</li>
<li>Low Voltage Electrical System Installation Certificate</li>
<li>Occupational Safety Certificate (Electrical Safety Training)</li>
<li>Training in the use of electrical equipment (measuring tools, protective equipment)</li>
</ul>
<hr>
<h2>Technical Skills</h2>
<p><b>Electricity:</b></p>
<ul>
<li>Installation and maintenance of low-voltage electrical systems.</li>
<li>Diagnosing and solving electrical problems.</li>
<li>Adhering to safety standards and regulations.</li>
</ul>
<p><b>IT and Technology:</b></p>
<ul>
<li><b>Programming languages:</b> HTML, CSS, JavaScript, Node, React, PostgreSQL, Web3 and DApps.</li>
<li><b>Self-Hosted Servers:</b> Creation and maintenance of servers for various
applications.</li>
<li><b>Docker:</b> Managing and implementing container-based solutions.</li>
<li><b>Microsoft Office Pack:</b> Basic knowledge (Word, Excel, PowerPoint).</li>
<li><b>3D Programs:</b> Using Sketch-Up for technical projects and simulations.</li>
</ul>
<hr>
<h2>Technological Achievements</h2>
<ul>
<li>Configuring and managing self-hosted servers for data storage and web
applications.</li>
<li>Developing a simple web application using full-stack development knowledge.</li>
<li>Creating an energy consumption monitoring system using open-source
technologies.</li>
<li>Optimizing electrical projects through 3D simulations in Sketch-Up.</li>
</ul>
<hr>
<h2>Languages</h2>
<ul>
<li><b>Romanian:</b> Native</li>
<li><b>English:</b> B2</li>
<li><b>Norwegian</b> B2</li>
</ul>
<footer class="footer">
<p>Robert Adrian Umbres - 2024</p>
</footer>
</body>
</html>