-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
451 lines (397 loc) · 17.5 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
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Karim Benbourenane</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<style>
html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: 'Open Sans', 'sans-serif';
font-size: 14px;
line-height: 1.4;
margin: 0; padding: 0;
display: block;
}
::selection {
color: #fff;
background: #e48a8a; /* WebKit/Blink Browsers */
}
::-moz-selection {
color: #fff;
background: #e48a8a; /* Gecko Browsers */
}
p::selection {
color: #fff;
}
a {
color: #C00000;
text-decoration: none;
}
a:visited {
color: #7B0796;
}
a:hover {
text-decoration: underline;
}
h1 {
text-transform: uppercase;
font-size:
}
h2 {
text-transform: uppercase;
color: #898989;
font-size: 2em;
position: relative;
font-weight: 400;
}
h3, .tenure {
font-size: 1.5em;
font-weight: 400;
}
h3 {
margin-top: 0;
margin-bottom: 5px;
/*width: 85%;*/
float: left;
}
table {
width: 100%;
text-transform: uppercase;
}
td:first-child {
letter-spacing: 2px;
color: #bd5b5b;
font-size: 20px;
}
td:last-child {
text-align: justify; /* HTML justification sucks, but in this case... */
}
hr {
display: none;
}
main {
padding: 15px;
max-width: 800px;
margin: 0 auto;
}
section {
margin-top: 2em;
}
section > div {
margin-top: 2em;
overflow: hidden; /* Clear floated children */
}
section > div p {
clear: both;
}
section > header {
position: relative;
}
p + ul {
margin: 1em;
}
ul {
clear: both;
}
li {
margin-left: 2em;
}
p, li {
text-align: justify;
}
.tenure {
float: right;
color: #6F6F6F;
background-color: #F5F5F5;
border-radius: 6px;
padding: 4px 6px;
font-size: 85%;
font-weight: 600;
margin-top: 3px;
}
.location {
border: #e2aaaa dashed 1px;
background-color: #ffffff;
padding: 3px 6px;
border-radius: 6px;
float: right;
margin-right: 5px;
float: right;
font-size: 85%;
color: #717171;
font-weight: 600;
margin-top: 3px;
}
span.keywords {
font-size: 12px;
color: #B16666;
}
thead {
display: none;
}
main > header {
width: 100%;
float: left;
margin-bottom: 1em;
}
h1 {
float: left;
}
h1, h2, .label {
font-size: 2.5em;
text-transform: uppercase;
font-weight: 300;
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Lato', 'sans-serif'
}
#contact {
clear: both;
float: right;
margin-top: 2px;
}
#contact span + span {
margin-left: 10px;
}
header > span.fa {
text-align: center;
margin-right: 3px;
position: absolute;
width: 40px;
top: 14px;
font-size: 30px;
/*transform: translateX(-110%); PDF no likey */
margin-left: -50px;
color: #DADADA;
}
.label {
float: right;
color: #DADADA;
}
#portrait {
text-align: center;
}
#summary {
color: #717171;
font-size: 1.25em;
margin-top: 6em;
}
#skills td {
padding-top: 7px;
padding-bottom: 7px;
}
#references > p, #references > p > a {
color: #961e1e;
text-align: center;
margin: 30px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
}
</style>
</head>
<body>
<main>
<header>
<h1>Karim <span style="color: #C00000;">Benbourenane</span></h1>
<span class="label">Software Engineer</span>
<p id="contact"> <span class="email"><a href="mailto:karim@benbourenane.com"><a href="mailto:karim@benbourenane.com">karim@benbourenane.com</a></a></span>
<span
class="phone">(415) 841-3499‬</span> <span class="website"><a href="https://www.benbourenane.com/"><a href="https://www.benbourenane.com/">www.benbourenane.com</a></a></span>
</p>
</header>
<section id="summary">My lifelong passions belong to the fields of mathematics, science, and
technology. I enjoy challenging problems that lie in the intersection of
those fields. Over a decade of technical experience, I've developed
creative and technical solutions to unsolved problems. I've worked
on how to process and analyze large datasets; how to make tedious computing
tasks easier for end users; and how to optimize existing software solutions
with limited computing resources.</section>
<hr>
<section id="skills">
<header> <span class="fa fa-lg fa-code"></span>
<h2>skills</h2>
</header>
<table>
<thead>
<tr>
<th>Skill</th>
<th>Keywords</th>
</tr>
</thead>
<tbody>
<tr>
<td style="width: 25%;">Languages</td>
<td class="keywords">Python JavaScript Ruby Java Go C C++ Bash</td>
</tr>
<tr>
<td style="width: 25%;">Frameworks</td>
<td class="keywords">Django Express.js React Bootstrap jQuery Ruby on Rails Spring Framework</td>
</tr>
<tr>
<td style="width: 25%;">Web</td>
<td class="keywords">HTML5 XML CSS</td>
</tr>
<tr>
<td style="width: 25%;">Tools</td>
<td class="keywords">PyCharm GitLab CI/CD Chrome Development Tools</td>
</tr>
<tr>
<td style="width: 25%;">Networking</td>
<td class="keywords">DHCP DNS IPAM SNMP InfoBlox Cisco Systems Aruba Networks F5 Networks</td>
</tr>
<tr>
<td style="width: 25%;">Systems</td>
<td class="keywords">UNIX Linux Docker VMWare Nginx Apache Server Puppet</td>
</tr>
<tr>
<td style="width: 25%;">Databases</td>
<td class="keywords">MySQL PostgreSQL SQLite Neo4j</td>
</tr>
<tr>
<td style="width: 25%;">Scientific</td>
<td class="keywords">NumPy SciPy matplotlib MATLAB</td>
</tr>
</tbody>
</table>
</section>
<hr>
<section id="employment">
<header> <span class="fa fa-lg fa-building"></span>
<h2>employment</h2>
</header>
<div>
<h3><em>Software Engineer</em>,
<a href="http://www.lbl.gov">Lawrence Berkeley National Laboratory</a>
</h3>
<span class="tenure">2020-12 — Present</span>
<p>
<p>Wrote software to support the US Department of Energy's research missions
by providing and maintaining tooling that supports the vast network that
connects all of its National Laboratories and partner research sites.</p>
</p>
<ul>
<li>Created new client application for data visualization of a pre-existing
network topology backend service, built using React, Bootstrap, and Vis.js.</li>
<li>Contributed features and bug fixes to two separate full-stack web applications;
one that acts as the network database of record, and another that performs
orchestration tasks for managing networked devices.</li>
<li>Provided support to network engineers by fulfilling requests for program
enhancements within our suite of software tools.</li>
<li>Improved end-user experience in applications by building new views and
API endpoints, as well as enhancements such as validations and mobile-friendly
web responses.</li>
<li>Wrote and maintained unit tests and fully leveraged our CI/CD pipeline
to identify implementation issues before code review.</li>
</ul>
</div>
<div>
<h3><em>Software Engineer</em>,
<a href="http://www.cmu.edu/computing/">Carnegie Mellon University</a>
</h3>
<span class="tenure">2012-04 — 2020-12</span>
<p>
<p>Designed and wrote software that provides support to the University's
network infrastructure (e.g., routers, switches, and wireless access points)
as well as network services (e.g., DHCP, DNS, and IP address management).</p>
</p>
<ul>
<li>Designed and implemented a web application for user self-service to register
devices on campus wired and wireless networks. Users can register a device
with minimal interactions by automating and predicting the network to which
the user belongs.</li>
<li>Maintained and updated an application that reports firewall rules. The
application logs into those firewalls, collects the running configuration,
processes it into a user-friendly format, and reports it to users based
on their search queries.</li>
<li>Wrote a set of SNMP Ruby libraries to query network devices for diagnostic
and identity information.</li>
<li>Implemented a new and adaptive inventory system for tracking network devices.</li>
<li>Wrote a Python library for making SOAP calls to a 3rd party wireless policy
manager to collect information on connected users for historical and legal
purposes.</li>
<li>Created a web application for registering users on the campus guest wireless
network.</li>
<li>Implemented a network crawling library that generates a layer 3 topology
map of wired networking devices on campus.</li>
<li>Wrote a Python library for consuming the InfoBlox DDI web API in an object-oriented
way.</li>
</ul>
</div>
<div>
<h3><em>Graduate Research Fellow</em>,
<a href="http://www.compbio.cmu.edu/">University of Pittsburgh</a>
</h3>
<span class="tenure">2008-08 — 2011-05</span>
<p>
<p>Conducted research in computational biology in an interdisciplinary program
that focused on computational methods to solve previously intractable biological
problems.</p>
</p>
<ul>
<li>Completed work towards solving a problem in immunology; specifically,
adapting a computational physical model of cytotoxic T cell morphology.</li>
<li>Simulated how the T cell changes its shape and orientation under the
influence of anticancer agents using only physical forces and dynamics.</li>
<li>Used mathematical computation techniques to solve a constrained optimization
problem to produce minimal energy cell morphologies.</li>
</ul>
</div>
<div>
<h3><em>Software Developer</em>,
Field Expert
</h3>
<span class="tenure">2006-09 — 2008-03</span>
<p>
<p>Worked with a startup company that focused on software consulting and
training.</p>
</p>
<ul>
<li>Developed a Java EE application to solve problems in inventory logistics.</li>
<li>Wrote modules to give customers access to manipulate supply inventory
data stored in MSSQL through a user-friendly web interface.</li>
<li>Created training tutorials to teach students how to install and use course
applications.</li>
<li>Composed introductory materials for students learning to write application
code with our course technologies.</li>
</ul>
</div>
</section>
<hr>
<section id="education">
<header> <span class="fa fa-lg fa-mortar-board"></span>
<h2>education</h2>
</header>
<div>
<h3><em>B.S. Applied Mathematics</em>, University of Pittsburgh</h3>
<span class="tenure">2004-08 — 2008-04</span>
</div>
</section>
<hr>
<section id="service">
<header> <span class="fa fa-lg fa-child"></span>
<h2>service</h2>
</header>
<div>
<h3><em>Undergraduate Research Assistant</em>,
<a href="http://www.mwdeem.rice.edu/djearl/">University of Pittsburgh</a>
</h3>
<span class="tenure">2007-02 — 2008-06</span>
<p>
<p>Trained as a practicing scientist in the David J. Earl Group at Pitt.
I wrote code to produce genomic simulations and utilized my expertise in
the statistical sciences to analyze the results and draw some new conclusions.</p>
</p>
<ul>
<li>Wrote a genetic reproduction simulation in C and C++ to explore a problem
in metagenetics.</li>
<li>Gained new insights to the question: Do traits that affect hereditary
processes (like mutation rates) spontaneously emerge and regulate their
own expression as an evolutionary process?</li>
</ul>
</div>
</section>
</main>
</body>
</html>