-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
371 lines (362 loc) · 14.1 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
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<title>Diente de León</title>
<link rel="icon" href="assets/dandelion16.png" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="" />
<meta property="og:type" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<!-------------------------- ICONS -------------------------->
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<!-------------------------- 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=Ubuntu+Condensed&family=Ubuntu:wght@500;700&display=swap"
rel="stylesheet"
/>
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/style.scss" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<div class="site-wrapper">
<div class="side-nav-bar">
<div class="link-wrapper">
<a href="#home" class="icon-link">
<i class="bx bx-home-alt"></i>
</a>
<p class="link-description">Home</p>
</div>
<div class="link-wrapper">
<a href="#about" class="icon-link">
<i class="bx bx-user"></i>
</a>
<p class="link-description">About</p>
</div>
<div class="link-wrapper">
<a href="#experience" class="icon-link">
<i class="bx bx-briefcase"></i>
</a>
<p class="link-description">Experience</p>
</div>
<div class="link-wrapper">
<a href="#education" class="icon-link">
<i class="bx bxs-school"></i>
</a>
<p class="link-description">Education</p>
</div>
</div>
<div class="content">
<!-- HOME PAGE -->
<div class="section home" id="home">
<img
class="profile-picture"
src="img/dylan.jpeg"
alt="Dylan Hamersztein"
/>
<div class="home-content">
<div class="home-text-content">
<h1>Dylan Hamersztein</h1>
<h2>Software Developer</h2>
<div class="icon-row">
<a
title="Download my CV"
class="home-link"
href="assets/CV.pdf"
download="Dylan Hamersztein CV.pdf"
>
<i class="icon-link bx bx-detail"></i>
</a>
<a
title="Send me an Email"
class="home-link"
href="mailto:dylan@dientedeleon.co.uk"
target="_blank"
>
<i class="icon-link bx bx-envelope"></i>
</a>
<a
title="View my GitHub"
class="home-link"
href="https://github.com/dylanhamersztein"
target="_blank"
>
<i class="icon-link bx bxl-github"></i>
</a>
<a
title="Find me on LinkedIn"
class="home-link"
href="https://www.linkedin.com/in/dylanhamersztein"
target="_blank"
>
<i class="icon-link bx bxl-linkedin-square"></i>
</a>
</div>
</div>
</div>
</div>
<!-- ABOUT PAGE -->
<div class="section about" id="about">
<h1>About</h1>
<p>
Problem solver with an ability to learn and implement new practices
quickly. Capable of working as part of a larger team, but also
accepting of responsibility to complete projects in more independent
settings. Primarily interested in object-oriented programming; JVM
languages; writing robust, efficient, and performant code; and
algorithm design.
</p>
<p>
Based in NW London and enjoy playing golf, drums, and working on pet
programming projects in my spare time. Native speaker of English,
Spanish, and Hebrew.
</p>
<div class="divider"></div>
<div class="about-icon-row">
<svg
xmlns="http://www.w3.org/2000/svg"
class="about-icon icon icon-tabler icon-tabler-brand-kotlin"
width="16"
height="16"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M20 20h-16v-16h16"></path>
<line x1="4" y1="20" x2="20" y2="4"></line>
<path d="M4 12l8 -8"></path>
<line x1="12" y1="12" x2="20" y2="20"></line>
</svg>
<i class="bx bxl-java"></i>
<i class="bx bxl-spring-boot"></i>
<i class="bx bxl-kubernetes"></i>
<i class="bx bxl-docker"></i>
<i class="bx bxl-postgresql"></i>
<i class="bx bxl-javascript"></i>
<i class="bx bxl-typescript"></i>
<i class="bx bxl-git"></i>
<i class="bx bxl-github"></i>
<svg
xmlns="http://www.w3.org/2000/svg"
class="about-icon icon icon-tabler icon-tabler-brand-bitbucket"
width="16"
height="16"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path
d="M3.648 4a0.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a0.644 .644 0 0 0 .642 -.539l3.35 -14.71a0.641 .641 0 0 0 -.64 -.744l-16.704 -.007z"
></path>
<path d="M14 15h-4l-1 -6h6z"></path>
</svg>
<i class="about-icon bx bxl-angular"></i>
<i class="bx bxl-aws"></i>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-brand-ubuntu"
width="12"
height="12"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<circle cx="12" cy="5" r="2"></circle>
<path
d="M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m3.998 -.003a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203"
></path>
<circle cx="5" cy="17" r="2"></circle>
<circle cx="19" cy="17" r="2"></circle>
</svg>
</div>
</div>
<!-- EXPERIENCE PAGE -->
<div class="section experience" id="experience">
<h1>Experience</h1>
<div class="right-align">
<h2>Policy Expert</h2>
<h3>2023 - Present</h3>
<p>
Senior fullstack role involving greenfield development of
front-end solutions, and integration of existing backend systems
with those of external vendors.
</p>
<ul>
<li>
Creating a CRM system to handle new products being rolled out to
market.
</li>
<li>
Integrating our policy lifecycle management system with new
third-party vendors.
</li>
<li>Writing tooling to improve developer workflows.</li>
</ul>
</div>
<div class="left-align">
<h2>10x Banking</h2>
<h3>2021 - 2022</h3>
<p>
Maintaining and developing a set of microservices responsible for
storing and publishing customer data through restful HTTP
endpoints or Kafka topics.
</p>
<ul>
<li>Maintaining legacy APIs used by clients.</li>
<li>Designing and implementing new APIs.</li>
<li>Out of hours support.</li>
<li>Improving code quality by addressing technical debt.</li>
</ul>
</div>
<div class="right-align">
<h2>CMC Markets</h2>
<h3>2020 - 2021</h3>
<p>
Working within the Java Core Services team to maintain and upgrade
microservices responsible for payments, compliance and
internationalisation of the main Trading Application.
</p>
<ul>
<li>
Integrating with an external provider of PRIIPs financial
analysis data for compliance purposes.
</li>
<li>
Overhauling trading platform's onboarding process and creating
an application form management tool.
</li>
<li>
Integrating with an external provider of Address and Identity
Verification services.
</li>
<li>
Maintaining and improving the payments system used by clients to
deposit and withdraw trading account funds.
</li>
<li>
Various changes to administration tools used by non-technical
employees to manage and configure services relevant to their
work.
</li>
</ul>
</div>
<div class="left-align">
<h2>Caplin Systems</h2>
<h3>2017 - 2020</h3>
<p>
I joined Caplin Systems to participate in their graduate developer
program, during which I spent time rotating several teams in the
company undertaking tasks such as
</p>
<ul>
<li>
Integrating functionality from external providers of trading
data/services into the Caplin stack.
</li>
<li>
Improving and maintaining the main mock trading platform used by
the front-end teams.
</li>
<li>
Maintaining and creating new JavaScript components for
BladeRunnerJS, a proprietary library for creating FX trading
platforms.
</li>
<li>
Contributing to the DevOps effort by creating new Chef recipes,
Packer templates, Docker containers, and slack bots.
</li>
</ul>
</div>
</div>
<!-- EDUCATION PAGE -->
<div class="section education" id="education">
<h1>Education</h1>
<div class="left-align">
<h2>University of Nottingham</h2>
<h3>MSc Computer Science (Distinction)</h3>
<p>
For my thesis I explored the role of a chatbot as an assistant to
first year students in their daily lives. I
<a
href="https://github.com/dylanhamersztein/UoN-Bot"
target="_blank"
>built a simple web-based service</a
>
which could scrape information from several University web-pages
to provide information relating to bus schedules, contact
information and office hours for lecturers, library computer
availability, and campus shop opening times.
</p>
<ul>
<li>
Modules Taken:
<ul>
<li>Mobile Device Programming (Android).</li>
<li>Linear and Discrete Optimisation.</li>
<li>Fuzzy Logic and Fuzzy Systems.</li>
<li>Advanced Computer Networks.</li>
<li>Game Design Theory.</li>
</ul>
</li>
</ul>
</div>
<div class="right-align">
<h2>University of Leicester</h2>
<h3>BSc Computing (2:1)</h3>
<p>
In my dissertation I was tasked with creating an algorithm which
could solve levels of a ‘Candy Crush’-like game while maximising
the player score.
<a
href="https://github.com/dylanhamersztein/DoggyMania"
target="_blank"
>After creating my own clone</a
>
of the game in Java, I used dynamic programming to reduce the
NP-Hard problem of solving a Candy Crush board to a series of
smaller subproblems which were solved in tractable time.
</p>
<ul>
<li>
Modules Taken:
<ul>
<li>Internet Computing and Web Technologies.</li>
<li>Multimedia and Computer Graphics.</li>
<li>
Operating Systems, Networking, and Distributed Systems.
</li>
<li>Communication and Concurrency.</li>
<li>Analysis and Design of Algorithms.</li>
<li>Cryptography and Information Security.</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>