-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
426 lines (426 loc) · 25.5 KB
/
resume.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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="cache-control" content="no-cache">
<meta name="author" content="Salaheddin AbuEin">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="color-scheme" content="light dark" />
<meta name="robots" content="all">
<!-- Start of Favicons code -->
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favicon/favicon.ico">
<!-- End of Favicons code -->
<link rel="stylesheet" type="text/css" href="https://api.tomtom.com/maps-sdk-for-web/cdn/6.x/6.23.0/maps/maps.css">
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/resume.css" />
<title>Salaheddin AbuEin ‐ Résumé</title>
</head>
<body class="resume">
<header class="flexy">
<div><a href="/index.html" title="Go back to the homepage" target="_top">Go back to the homepage</a></div>
<nav>
<h2>Contact details</h2>
<menu>
<li><a href="tel:+447930120661" target="_blank" title="Call my mobile!">07930 120 661</a></li>
<li><a href="mailto:sabuein@gmail.com" target="_blank" title="Send me an email!">sabuein@gmail.com</a></li>
<li><a href="https://goo.gl/maps/LBdwAGh8MWHwP7cQ8" target="_blank" title="Locate me on Google Maps!">London E10 7LZ</a></li>
<li><a href="https://w3w.co/sport.lined.cross" target="_blank" title="Locate me on what3words!">/// sport.lined.cross</a></li>
<li><a href="https://x.com/sabuein" target="_blank" title="Follow me on X!">x.com/sabuein</a></li>
<li><a href="https://github.com/sabuein" target="_blank" title="Follow me on GitHub!">github.com/sabuein</a></li>
<li><a href="https://www.linkedin.com/in/sabuein/" target="_blank" title="Connect with me on LinkedIn!">linkedin.com/in/sabuein</a></li>
<li><a href="https://sabuein.github.io/" target="_blank" title="Check my GitHub page!">sabuein.github.io</a></li>
</menu>
</nav>
<h1>Salaheddin AbuEin</h1>
<nav>
<h2>In this resume</h2>
<menu>
<li><a href="#profile">Profile</a></li>
<li><a href="#keySkills">Key Skills</a></li>
<li><a href="#employmentHistory">Employment History</a></li>
<li><a href="#previousSkills">Previous Skills and Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#interestsHobbies">Interests and Hobbies</a></li>
<li><a href="#references">References</a></li>
</menu>
</nav>
</header>
<main id="content">
<section id="profile">
<header><h2>Profile</h2></header>
<div>
<p>Experienced professional with a diverse background across industries such as startups, media, retail, e-commerce, and finance. Bilingual in Arabic and English with strong communication skills and technical competencies in software engineering and web development. Seeking an IT role to utilise coding and problem-solving skills to drive impact and further career growth in the tech industry. Continuously learning and seeking new challenges.</p>
</div>
</section>
<section id="keySkills">
<header><h2>Key Skills</h2></header>
<div>
<h3>Communication skills</h3>
<ul>
<li>Adept communicator with excellent team collaboration skills.</li>
<li>Skilled in active listening and supporting diverse stakeholders.</li>
<li>Successfully delivered live presentations and one-on-one training.</li>
</ul>
<h3>Digital skills</h3>
<ul>
<li>Experienced graphic designer delivering successful projects for clients.</li>
<li>Skilled in managing social media profiles, increasing engagement and brand recognition.</li>
<li>Strong front-end web development expertise.</li>
</ul>
<h3>Technical skills</h3>
<ul>
<li>Proficient in full-stack development using modern technologies.</li>
<li>Experienced in server and database management.</li>
</ul>
</div>
</section>
<section id="employmentHistory">
<header>
<h2>Employment History</h2>
<div>
<span>/* permanentRoles();</span>
<span>fullTimeJobs(); */</span>
</div>
</header>
<article>
<header>
<h3>Rapid Information Systems (Welwyn Garden City, England, UK), Web application developer</h3>
<div>
<span>Mar 2023</span>
<span>‐</span>
<span>Present</span>
</div>
</header>
<ul>
<li>Led the design, development, and management of the company website for Rapid at <a href="https://rapid-is.co.uk/" target="_blank" title="Rapid Information Systems">https://rapid-is.co.uk/</a>, utilizing Ghost, a Node.js-based open-source CMS, to ensure optimal performance and user experience.</li>
<li>Collaborating with clients to deliver optimal solutions using HTML, CSS, and JavaScript.</li>
<li>Developing intuitive UIs and integrating data processing with Java, SQL, and jQuery library.</li>
<li>Creating reusable components to extend Rapid, the open-source low-code platform.</li>
</ul>
</article>
<article>
<header>
<h3>Suade Labs (London, England, UK), Front-end web developer & designer</h3>
<div>
<span>April 2022</span>
<span>‐</span>
<span>November 2022</span>
</div>
</header>
<ul>
<li>Participated in a successful re-branding project.</li>
<li>Expertly translated Figma designs into functional templates.</li>
<li>Developed high-quality, responsive, and semantic web pages using HTML5, CSS3, and JavaScript ES6.</li>
<li>Managed Ghost open-source CMS, integrating with various SaaS solutions and web analytics apps.</li>
<li>Skilled in using Node.js, gulp.js, Handlebars.js, Sass, and Cypress technologies.</li>
<li>Demonstrated expertise in web scraping through implementation in JavaScript.</li>
<li>Advised marketing team on technical SEO issues to improve website performance.</li>
</ul>
</article>
<article>
<header>
<h3>Vubiquity (London, England, UK), Graphic editor</h3>
<div>
<span>July 2019</span>
<span>‐</span>
<span>November 2021</span>
</div>
</header>
<ul>
<li>Coordinated poster art for movies and TV digital content.</li>
<li>Managed image production and delivery with Adobe Photoshop, Jira, and other software.</li>
<li>Built relationships with studios and content providers.</li>
<li>Improved image processing system efficiency.</li>
</ul>
</article>
<article>
<header>
<h3>Vubiquity (London, England, UK), Localisation coordinator</h3>
<div>
<span>January 2018</span>
<span>‐</span>
<span>July 2019</span>
</div>
</header>
<ul>
<li>Coordinated and processed client schedules.</li>
<li>Decreased outsourced subtitling and captioning costs.</li>
<li>Managed liaison with in-house teams.</li>
<li>Created synchronised Arabic and English subtitles.</li>
<li>Complied metadata, images, and asset files.</li>
<li>Published content on OTT and IPTV streaming services.</li>
<li>Efficiently managed clients, assets, issue tracking, and project progress using Jira.</li>
</ul>
</article>
<article>
<header>
<h3>Rosetta Stone Bookshop (London, England, UK), Sales specialist</h3>
<div>
<span>August 2017</span>
<span>‐</span>
<span>December 2017</span>
</div>
</header>
<ul>
<li>Assisted customers with book selections, answering inquiries and providing recommendations.</li>
<li>Advised on new titles, both in English and Arabic, keeping up to date with latest releases.</li>
<li>Assisted with branding and event promotion, working with marketing team to increase visibility.</li>
<li>Analysed sales data, created reports and identified areas for improvement.</li>
<li>Expanded store offerings by initiating and ensuring the addition of art prints and postcards section.</li>
</ul>
</article>
<article>
<header>
<h3>BareedEE (Ramallah, occupied Palestine), Operations manager</h3>
<div>
<span>March 2016</span>
<span>‐</span>
<span>September 2016</span>
</div>
</header>
<ul>
<li>Led team to win the AngelHack Ramallah 2016 grand prize.</li>
<li>Co-developed foundation for a fleet of 50 drivers.</li>
<li>Assisted CEO in focusing on high-priority strategic issues.</li>
<li>Handled day-to-day administrative affairs of the office.</li>
<li>Set standards for performance and monitoring to serve 100 businesses.</li>
<li>Led team to optimise fleet operations and improve service quality.</li>
<li>Utilised data analysis and performance metrics to make strategic decisions.</li>
<li>Collaborated with stakeholders to identify and implement best practices.</li>
</ul>
</article>
<article>
<header>
<h3>Bank of Palestine (Ramallah, occupied Palestine), Senior credit officer</h3>
<div>
<span>November 2013</span>
<span>‐</span>
<span>June 2016</span>
</div>
</header>
<ul>
<li>Pioneered credit service at the Al-Irsal sub-branch.</li>
<li>Built and maintained strong relationships with key clients and stakeholders.</li>
<li>Obtained and analysed information for credit applications.</li>
<li>Consistently exceeded performance targets for loan approvals and client acquisition.</li>
<li>Prepared and delivered effective business presentations.</li>
<li>Represented the bank at major events.</li>
</ul>
</article>
<article>
<header>
<h3>Bank of Palestine (Ramallah, occupied Palestine), Bank teller</h3>
<div>
<span>April 2011</span>
<span>‐</span>
<span>October 2013</span>
</div>
</header>
<ul>
<li>Assisted customers with banking needs and processed transactions.</li>
<li>Provided excellent customer service and acted as liaison between customers and management.</li>
<li>Identified sales opportunities and referred additional bank products and services.</li>
<li>Focused on building trust and customer loyalty.</li>
<li>Consistently exceeded performance targets for sales and retention.</li>
<li>Adhered to bank policies, regulations and compliance.</li>
</ul>
</article>
<article>
<header>
<h3>Best Buy Palestine (Ramallah, occupied Palestine), Retail operations manager</h3>
<div>
<span>October 2010</span>
<span>‐</span>
<span>February 2011</span>
</div>
</header>
<ul>
<li>Managed supply chain and business relations for retail complex.</li>
<li>Organised data, managed accounts and implemented loyalty programmes.</li>
<li>Developed marketing strategy, prepared sales projections and selected vendors.</li>
<li>Recruited, trained, and evaluated staff, mentored new employees.</li>
<li>Monitored and analysed sales data to inform inventory, pricing, and promotions.</li>
</ul>
</article>
<article>
<header>
<h3>STIA (Ramallah, occupied Palestine), Assistant operations manager</h3>
<div>
<span>July 2008</span>
<span>‐</span>
<span>August 2010</span>
</div>
</header>
<ul>
<li>Developed and executed marketing strategies for family-owned business.</li>
<li>Managed all aspects of online presence for company.</li>
<li>Led product launches and promotional events for increased visibility.</li>
<li>Collaborated with teams to develop advertising campaigns.</li>
<li>Successfully managed supply chain and business relationships.</li>
<li>Managed bookkeeping, provided support to management.</li>
<li>Coordinated statements and tracked information.</li>
</ul>
</article>
</section>
<section id="previousSkills">
<header>
<h2>Previous Skills and Experience</h2>
<div>
<span><!-- sideHustles(); --></span>
<span>/* freelance(); */</span>
</div>
</header>
<article>
<header>
<h3>Ashaam (London, England, UK), Full-stack web developer & Project manager</h3>
<div>
<span>November 2016</span>
<span>‐</span>
<span>April 2022</span>
</div>
</header>
<ul>
<li>Managed all aspects of a successful project, including website design and development.</li>
<li>Implemented and managed the use of WordPress and WooCommerce.</li>
<li>Utilised AWS (Lightsail, S3, EC2) for hosting migration.</li>
<li>Leveraged SQL to manage databases and efficiently retrieve and manipulate data.</li>
<li>Successfully directed marketing campaigns with Mailchimp.</li>
<li>Led effective partnership development initiatives.</li>
<li>Organised "Palestine on the Thames ‐ Nakba in my Present" for the 70th Nakba commemoration.</li>
</ul>
</article>
<article>
<header>
<h3>PBC Palestine Broadcasting Corporation (London, England, UK), Cloud engineer</h3>
<div>
<span>January 2021</span>
<span>‐</span>
<span>February 2021</span>
</div>
</header>
<ul>
<li>Assisted in migrating on‐premise workloads to Amazon Web Services (Lightsail, S3, EC2).</li>
<li>Ensured smooth transition and seamless integration with minimal disruption.</li>
<li>Helped setup and configure new domain name <a href="https://pbc.ps/" target="_blank" title="Palestinian Broadcasting Corporation (PBC)">https://pbc.ps/</a>.</li>
<li>Provided training to employees on AWS usage.</li>
</ul>
</article>
<article>
<header>
<h3>The Association of the Palestinian Community in the UK (London, England, UK), Executive committee member</h3>
<div>
<span>May 2018</span>
<span>‐</span>
<span>April 2019</span>
</div>
</header>
<ul>
<li>Actively participated in meetings and provided input and suggestions for events.</li>
<li>Acted as a liaison between different stakeholders to ensure successful execution of events.</li>
<li>Assisted in organising events for the Palestinian community and general public in the UK.</li>
</ul>
</article>
<article>
<header>
<h3>Daughters Group (London, England, UK), Full-stack web developer</h3>
<div>
<span>April 2013</span>
<span>‐</span>
<span>October 2019</span>
</div>
</header>
<ul>
<li>Led the development of the company's website using WordPress as a CMS.</li>
<li>Implemented and customised themes and plug-ins for the CMS.</li>
<li>Delivered high-quality and custom web experiences.</li>
<li>Handled back-end development, including databases and server integration.</li>
<li>Utilised SQL to optimise database performance and to efficiently manage and manipulate data sets.</li>
<li>Managed the company's domain names: daughtersgroup.ps and hanes.ps.</li>
<li>Ensured high performance and managed technical aspects of the project.</li>
</ul>
</article>
<article>
<header>
<h3>Hayat Theatre (Ramallah, occupied Palestine), Full-stack web developer</h3>
<div>
<span>January 2013</span>
<span>‐</span>
<span>December 2015</span>
</div>
</header>
<ul>
<li>Led development of website using WordPress as CMS.</li>
<li>Implemented and customised themes and plug-ins.</li>
<li>Utilised best practices in website design and development.</li>
<li>Managed all technical aspects for high performance and availability.</li>
</ul>
</article>
</section>
<section id="education">
<header>
<h2>Education</h2>
<div>
<span># computerScience();</span>
<span>// businessAdministration();</span>
</div>
</header>
<ul>
<li>Birkbeck, University of London, PGCert in Computer science, September 2019 ‐ December 2023</li>
<li>Birzeit University, BA in Business administration (Achieved 2:1), September 2004 ‐ June 2008</li>
<li>Al-Hashemiya Secondary Boys School (Tawjihi scientific stream graduate), September 2002 ‐ June 2004</li>
</ul>
</section>
<section id="interestsHobbies">
<header>
<h2>Interests and Hobbies</h2>
<div>
<span># alwaysMove();</span>
<span># startAnjunadeep();</span>
</div>
</header>
<ul>
<li><strong>Music</strong>: Music is an outlet for my creativity and expression through sound and rhythm. I appreciate different musical styles and cultures and use it as a means to relax and unwind.</li>
<li><strong>Biking</strong>: I love exploring cities and nature through road and mountain biking.</li>
<li><strong>Hiking</strong>: I enjoy outdoor exploration and immersing myself in nature through hiking. Organising hikes for others allows me to showcase leadership and build community.</li>
<li><strong>Gardening</strong>: I spend time with my family at our allotment, growing ‐ or failing to! - vegetables, where we are an active part of the community.</li>
<li><strong>Photography</strong>: Photography is a means of self-expression and creativity for me.</li>
</ul>
</section>
<section id="references">
<header>
<h2>References</h2>
<div>
<span>// peopleToPeople();</span>
<span>// letMeKnow();</span>
</div>
</header>
<ul>
<li>Available upon request.</li>
</ul>
</section>
</main>
<hr />
<footer>
<p>Go to: <a href="./index.html">Homepage</a> • <a href="#content">Top</a>.</p>
<p><strong>Having trouble?</strong> Please poke <a href="https://x.com/sabuein" target="_blank" title="Poke me on X!">@sabuein</a> on X.</p>
<p><a href="https://github.com/sabuein/sabuein.github.io" target="_blank" title="View source code">View source code</a></p>
<p>This document has been updated on <span id="lastModified"></span>.</p>
<!-- script src="https://api.tomtom.com/maps-sdk-for-web/cdn/6.x/6.23.0/maps/maps-web.min.js"></script -->
<script defer type="text/javascript" src="/assets/js/logic.js?v=1.0"></script>
<noscript><p>Attention: You need to enable JavaScript to view the full site.</p></noscript>
<!-- Activate Clicky Website Analytics -->
<a title="Google Analytics Alternative" href="https://clicky.com/101394529"><img alt="Clicky" src="https://static.getclicky.com/media/links/badge.gif" style="border: 0;" /></a>
<script async src="https://static.getclicky.com/101394529.js"></script>
<noscript><p><img alt="Clicky" width="1" height="1" src="https://in.getclicky.com/101394529ns.gif" /></p></noscript>
</footer>
</body>
</html>