-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (232 loc) · 15.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<title>My resume</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My resume">
<meta name="author" content="Ramdan El Jouhri">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Bootstrpa Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/risen.css">
</head>
<body>
<div class="container-fluid">
<div class="main-content-wrapper">
<div class="container-fluid">
<div class="top-bar text-center position-relative">
<div class="top-bar-inner">
<a class="btn btn-primary top-bar-cta" href="https://www.linkedin.com/in/ramdan-el-jouhri/">Hire Me</a>
<ul class="social-list list-inline mx-auto">
<li class="list-inline-item me-0 me-md-1 me-lg-2"><a href="#"><i class="fa-brands fa-github fa-fw"></i></a></li>
<li class="list-inline-item me-0 me-md-1 me-lg-2"><a href="https://www.linkedin.com/in/ramdan-el-jouhri/"><i class="fa-brands fa-linkedin-in fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//top-bar-inner-->
</div><!--//top-bar-->
<div class="resume-wrapper mx-auto rounded-2">
<div class="resume-header px-4 px-lg-5">
<div class="resume-profile-holder text-center">
<img class="resume-profile-pic rounded-circle" src="assets/images/profile.png" alt="image">
<h2 class="resume-name text-uppercase">Ramdan El jouhri </h2>
<div class="resume-role-title text-uppercase">Tech Lead / Senior Full-Stack developer</div>
<div class="resume-contact mt-4">
<ul class="resume-contact-list list-unstyled list-inline mb-0 justify-content-between">
<li class="list-inline-item me-md-3 me-lg-5"><i class="resume-contact-icon bi bi-telephone-inbound me-2"></i> +32 497 61 17 27</li>
<li class="list-inline-item me-md-3 me-lg-5"><i class="resume-contact-icon bi bi-envelope me-2"></i> [email protected]</li>
</ul>
</div><!--//resume-contact-->
</div><!--//profile-holder-->
</div><!--//resume-header-->
<div class="resume-body p-4 p-lg-5">
<div class="row">
<div class="col-main col-12 col-lg-8 pe-lg-4">
<section class="resume-summary-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-2 py-lg-3"><i class="resume-section-heading-icon bi bi-person me-2"></i>About Me</h3>
<div class="resume-summary-desc">
Senior fullstack developer with more than 12y of experience, I work on end to end solutions, from REST APIs secured with OAuth2 in SpringBoot to backoffice Angular applications, hosted on-premise or optimized for the Cloud using Docker or Clouder-specific features like Lambdas, API Gateway and ECS.
<br>
<br>
I automate the deployment of my work using Terraform for Infrastructure as Code (IaC), Continuous Integration (CI) for automated testing, and Continuous Deployment (CD) to ensure the reliability of releases, using tools like GitLab or GitHub Actions.
</div>
</section><!--//resume-section-->
<hr>
<section class="resume-experience-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-3"><i class="resume-section-heading-icon bi bi-briefcase me-2"></i>Professional Experience</h3>
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="resume-position-meta d-flex justify-content-between mb-1">
<div class="resume-position-time">06/2022 - Present</div>
<div class="resume-company-name">TotalEnergies</div>
</div>
<h3 class="resume-position-title mb-1">Tech Lead / Senior Java Developer</h3>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<ul class="resume-timeline-list">
<li>Build applications from scratch in Spring Boot/Angular. Design the solution for
stateless and scalable REST APIs. </li>
<li>Migrate and upgrade from legacy Karaf bundles to standalone Spring Boot
microservices. </li>
<li>In charge of the new solution design / architecture of existing application to
migrate on AWS, optimizing the architecture to be cloud-native respecting
FinOps principles.</li>
<li>Mentor offshore developers, conducting code reviews and fostering a culture of
knowledge sharing and continuous learning.</li>
<li>Collaborate with product owners and stakeholders to translate business
requirements into technical specifications.</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="resume-position-meta d-flex justify-content-between mb-1">
<div class="resume-position-time">07/2012 - 06/2022</div>
<div class="resume-company-name">ACIS asbl</div>
</div>
<h3 class="resume-position-title mb-1">Senior Java Developer</h3>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<ul class="resume-timeline-list">
<li>Analyzed and developed web applications using Play Framework.</li>
<li>Build applications from scratch in Java. Design the solution for stateless and
scalable REST APIs.</li>
<li>In charge of the new solution design / architecture for Android application.</li>
<li>Migrate and upgrade from legacy PL/SQL to java backend application.</li>
<li>Evolution/Technical maintenance on Delphi and java application.</li>
<li>Mentor junior developers, conducting code reviews and fostering a culture of
knowledge sharing and continuous learning.</li>
<li>Collaborate with product owners and stakeholders to translate business
requirements into technical specifications.</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</section><!--//resume-experience-section-->
</div><!--//col-8-->
<div class="col-12 col-lg-4 ps-lg-4">
<section class="resume-skills-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-3"><i class="resume-section-heading-icon bi bi-gear me-2"></i>Tech Stack</h3>
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-skill-name">Java/Spring</div>
<div class="progress resume-progress" role="progressbar" aria-label="Basic example" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar resume-progress-bar" style="width: 98%"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Angular</div>
<div class="progress resume-progress" role="progressbar" aria-label="Basic example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar resume-progress-bar" style="width: 95%"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">SQL/Hibernate/Liquibase</div>
<div class="progress resume-progress" role="progressbar" aria-label="Basic example" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar resume-progress-bar" style="width: 92%"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Devops/CICD</div>
<div class="progress resume-progress" role="progressbar" aria-label="Basic example" aria-valuenow="86" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar resume-progress-bar" style="width: 86%"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">AWS services</div>
<div class="progress resume-progress" role="progressbar" aria-label="Basic example" aria-valuenow="86" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar resume-progress-bar" style="width: 86%"></div>
</div>
</li>
</ul>
</section><!--//resume-section-->
<hr>
<section class="resume-skills-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-3"><i class="resume-section-heading-icon bi bi-person-gear me-2"></i>Soft Skills</h3>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge resume-skill-badge">Leadership</span></li>
<li class="list-inline-item"><span class="badge resume-skill-badge">Agile methodologies</span></li>
<li class="list-inline-item"><span class="badge resume-skill-badge">technical analysis</span></li>
<li class="list-inline-item"><span class="badge resume-skill-badge">Solution design</span></li>
</ul>
</section><!--//resume-section-->
<hr>
<section class="resume-educate-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-3"><i class="resume-section-heading-icon bi bi-book me-2"></i>Education</h3>
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">Bachelor's degree, Computer Programming in Business Informatics</div>
<div class="resume-degree-org">Haute Ecole de la Province de Liège 'Rennequin Sualem'</div>
<div class="resume-degree-time">2008 - 2012</div>
</li>
</ul>
</section><!--//resume-section-->
<hr>
<section class="resume-lang-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-3"><i class="resume-section-heading-icon bi bi-translate me-2"></i>Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">
<div class="resume-lang-name">French</div>
<div class="resume-level-indicator row gx-0 flex-nowrap">
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-half"></span></div>
</div><!--//resume-level-indicator-->
</li>
<li class="mb-2">
<div class="resume-lang-name">English</div>
<div class="resume-level-indicator row gx-0 flex-nowrap">
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item item-full"></span></div>
<div class="col"><span class="item"></span></div>
</div><!--//resume-level-indicator-->
</li>
</ul>
</section>
<hr>
<section class="resume-projects-section resume-section">
<h3 class="resume-section-heading text-uppercase py-2 py-lg-3 py-3"><i class="resume-section-heading-icon bi bi-code-slash me-2"></i>Interests</h3>
<div class="item">
<h4 class="item-heading"><i class="item-icon bi bi-square-fill me-2"></i><a href="#">Family</a></h4>
</div><!--//item-->
<div class="item">
<h4 class="item-heading"><i class="item-icon bi bi-square-fill me-2"></i><a href="#">Travels</a></h4>
</div><!--//item-->
<div class="item">
<h4 class="item-heading"><i class="item-icon bi bi-square-fill me-2"></i><a href="#">Gaming</a></h4>
</div><!--//item-->
</section>
</div><!--//col-side-->
</div><!--//row-->
</div><!--//resume-body-->
</div><!--//resume-wrapper-->
</div><!--//container-fluid-->
</div><!--//main-content-wrapper-->
</div><!--//row-->
</div><!--//container-->
<footer class="footer text-center py-4">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>
</body>