forked from mikepqr/resume.md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
57 lines (57 loc) · 3.02 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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Alex Haim</title>
<link rel="stylesheet" type="text/css" href="resume.css">
</head>
<body>
<div id="resume">
<!-- The (first) h1 will be used as the <title> of the HTML page -->
<h1>Alex Haim</h1>
<!-- The unordered list immediately after the h1 will be formatted on a single
line. It is intended to be used for contact details -->
<ul>
<li><a href="mailto:alexhaimlx@gmail.com">alexhaimlx@gmail.com</a></li>
<li>054-7447270</li>
<li><a href="https://github.com/lxhaim">github.com/lxhaim</a></li>
</ul>
<!-- The paragraph after the h1 and ul and before the first h2 is optional. It
is intended to be used for a short summary. -->
<p>Seeking a challenging position in back-end software development.</p>
<h2>Experience</h2>
<!-- You have to wrap the "left" and "right" half of these headings in spans by
hand -->
<h3><span>Senior Software Developer & Scrum Master, Cellebrite</span> <span>2018 – Present</span></h3>
<ul>
<li>Development of the core distributed infrastructure for providing data ingestion, transformation/fusion and retrieval capabilities with big data loads and high-performance requirements.</li>
<li>Provide guidance on major technical decisions such as Architecture\Design\API as a tech-lead.</li>
<li>Working closely with product management staff on project planning and execution.</li>
<li>Leading clean code training sessions and defined the onboarding training process.</li>
</ul>
<h3><span>Senior Software Developer & Technological Lead, IDF – 8200</span> <span>2015 – 2018</span></h3>
<ul>
<li>Technological lead of a COMINT production system.</li>
<li>System architecture definition, design for scalability.</li>
<li>Implementation, testing, integration, deployment and maintenance.</li>
<li>Development of system performance and analysis tools.</li>
<li>Responsible for design\code reviews and technical guidance.</li>
</ul>
<h3><span>Software Developer, IDF – 8200</span> <span>2012 – 2015</span></h3>
<ul>
<li>Development and maintenance of ELINT systems and signal analysis tools.</li>
</ul>
<h2>Education</h2>
<h3><span>MSc in Computer Science, IDC Herzliya. Graduated with Excellence.</span> <span>2014 – 2017</span></h3>
<h3><span>BSc in Computer Science, Bar-Ilan University, via IDF’s Academic Reserve program.</span> <span>2009 – 2012</span></h3>
<h2>Skills</h2>
<ul>
<li>High proficiency with C# and .NET ecosystem.</li>
<li>Strong understanding of OOP, Design Patterns, SOLID and Clean Code principles.</li>
<li>High proficiency with TDD, BDD and other E2E testing approaches.</li>
<li>Git.</li>
<li>Familiar with Elasticsearch, Redis, PostgreSQL, MySQL, SQL Server.</li>
<li>Good understanding of Agile methodologies and practices.</li>
<li>Hebrew – native, Russian – native, English – fluent.</li>
</ul></div>
</body>
</html>