-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
776 lines (766 loc) · 38.4 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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Andrea Cognolato</title>
<meta name="theme-color" content="#322F7C" />
<link rel="manifest" href="/manifest.json" />
<meta name="Description"
content="Andrea Cognolato's personal website and portfolio, contains his personal projects, resume and contact information." />
<link rel="stylesheet" href="index-style.out.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-FBTQYT7Z06"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-FBTQYT7Z06");
</script> -->
</head>
<body class="
container
mx-auto
max-w-screen-lg
px-4
font-sans
text-base
bg-white
text-gray-900
dark:bg-gray-900 dark:text-white
">
<header>
<h1 class="text-4xl font-bold text-center">
Andrea Cognolato
</h1>
<nav class="mb-3">
<ul class="flex flex-row flex-wrap justify-center gap-x-4">
<li class="inline">
<a class="no-underline hover:underline text-blue-500" href="https://github.com/mrandri19/">
<!-- Icons from https://icons.getbootstrap.com/ -->
<svg class="w-4 h-4 inline fill-blue-500">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
<span> github.com/mrandri19 </span>
</a>
</li>
<li class="inline">
<a class="no-underline hover:underline text-blue-500" href="/assets/pdf/AndreaCognolatoResume.pdf">
<svg class="w-4 h-4 inline fill-blue-500">
<path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
<path
d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5v2z" />
</svg>
<span> Resume </span>
</a>
</li>
<li class="inline">
<a class="no-underline hover:underline text-blue-500"
href="https://www.linkedin.com/in/andrea-cognolato">
<svg class="w-4 h-4 inline fill-blue-500">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>
<span> LinkedIn</span>
</a>
</li>
<li class="inline">
<a class="no-underline hover:underline text-blue-500" href="mailto:andrecogno@hotmail.it">
<svg class="w-4 h-4 inline fill-blue-500">
>
<path
d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z" />
</svg>
<span> andrecogno@hotmail.it </span>
</a>
</li>
<li class="inline">
<a class="no-underline hover:underline text-blue-500" href="blog">
<svg class="w-4 h-4 inline fill-blue-500">
>
<path
d="m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001zm-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708l-1.585-1.585z" />
</svg>
<span>Blog</span>
</a>
</li>
</ul>
</nav>
</header>
<main>
<section id="about_me">
<h2 class="text-2xl font-bold mb-2">About me</h2>
<p>
Machine Learning Engineer interested in Bayesian statistics,
programming languages, and quantitative finance.
</p>
<h2 class="text-2xl font-bold">
<a class="no-underline hover:underline text-blue-500"
href="/assets/pdf/AndreaCognolatoResume.pdf">Resume</a>
</h2>
</section>
<section id="projects">
<h2 class="text-2xl font-bold mb-2">Projects</h2>
<section>
<h3 class="text-xl font-bold mb-1">2022</h3>
<ul>
<li>
<h4 class="font-bold mb-1">Ma chi voto? (Who to vote?)</h4>
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2" src="./index-images/machivoto.jpeg" />
<p>
In September 2022, Italy had its 19th
national political election.
I have built, along with Augusto Colongo, and Pietro
Valfrè, "Ma chi voto?" a website that allows users
to discover how much their opinions align with each
political party.
</p>
<p>
We launched the website in collaboration with
Will, an instagram-based newspaper highly popular
among the Italian youth.
Despite the record-low voter turnout, the
websited launch has been wildly successfull
with almost half a million users interacting
with the website and completing the poll
over 10 days.
</p>
<p>
The website was powered with a cloud-native
architecture, leveraging the scalability of
GCP's Cloud Functions and PostgreSQL via
GCP Cloud SQL.
At its peak, it handled over 200 requests
per second.
</p>
</li>
<li>
<h4 class="font-bold mb-1">Kaggle competitions</h4>
<p>
In this year, I have participated to a bunch of Kaggle
competitions (in reverse chronological order):
<br>
• Tabular Playground Series - Sep 2022, (519/1381, Top 38%)
<br>
• Tabular Playground Series - Aug 2022, (384/1888, Top 21%)
<br>
• American Express - Default Prediction, (1789/4874, Top 37%)
<br>
• Tabular Playground Series - Mar 2022, (84/956, Top 9%)
</p>
</li>
<li>
<h4 class="font-bold mb-1">M.Sc. Thesis</h4>
<a href="/assets/pdf/AndreaCognolatoMscThesis.pdf">
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2"
src="./index-images/msc-thesis-cover.jpg" />
</a>
<a href="/assets/pdf/AndreaCognolatoMscThesis.pdf">
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2" src="./index-images/msc-thesis.jpg" />
</a>
<p>
I spent the first six months of 2022 researching
Gaussian Processes and their applications to
pharmacodynamics as part of my master's thesis.
</p>
<p>
Together with Pekka Marttinen and Chaglar Hizli,
my supervisors from Aalto University and Mauro
Gasparini, my supervisor from Politecnico di
Torino, we analyzed and developed state-of-the-art
techniques for estimating treatment response curves
for blood glucose levels.
</p>
<p>
Honestly, we did so much work and the thesis
contains 40% of it, most of it is unwritten knowledge.
I will just leave some keywords:
Gaussian Processes (GPs), custom GP kernels, gpflow,
conjugate priors,
Tensorflow, Pytorch, Julia, JAX,
Multi-Output Gaussian Processes (MOGPs),
matrix-valued kernels, time-limited signals,
Ordinary Differential Equations (ODEs),
Latent Force Models (LFMs), Nonparametric Bayesian Statistics,
Variational Inference (VI), Markov Chain Monte Carlo (MCMC),
Probabilisti Propgrammign (PP), Surrogate Models, ...
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2021</h3>
<ul>
<li class="clear-both cf">
<h4 class="font-bold mb-1">Cyclone: self-retraining ML model platform</h4>
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2"
src="./index-images/cyclone-high-level-architecture.png" />
<p>
<a href="https://github.com/mrandri19/cyclone">
Cyclone
</a>
is a software system that performs
serving, monitoring, and automatic
retraining of ML models. This is a
proof-of-concept implementation of it,
created as the final project for Aalto
University's CS-E4660:
<a href="https://avehtari.github.io/BDA_course_Aalto/Aalto2021.html">Advanced Topics
in Software
Systems</a>.
</p>
<p>
It was built on Google Cloud Platform,
using several technologies such as:
scikit-learn, mlflow, GCP Cloud Run, GCP
Cloud SQL & PostgreSQL, GCP Artifact
Registry, Grafana, Docker.
</p>
</li>
<li class="clear-both cf">
<h4 class="font-bold mb-1">Multi-level Bayesian time-series forecasting</h4>
<a class="bg-white w-1/4 lg:w-1/6 float-left mr-2" href="/assets/pdf/BDA_Project.pdf">
<img src="./index-images/BDA_report.jpg" />
</a>
<p>
Built, for Aalto university's
<a href="https://avehtari.github.io/BDA_course_Aalto/Aalto2021.html">Bayesian Data
Analysis course</a>, an hierchical model for time series
forecasting.
</p>
<p>
My teammate (Constantin Merbecks) and I,
reimplemented and extended
<a href="https://facebook.github.io/prophet/">Facebook's Prophet</a>
framework in R and Stan. On top of
Prophet, we added a hierarchical
structure to improve predictive
performance on a sales forecasting task.
</p>
</li>
<li class="clear-both" class="clear-both">
<h4 class="font-bold mb-1">Open Source</h4>
<p>
Participated to Hacktoberfest 2021, mainly
working on
<a href="https://github.com/mindsdb/lightwood">mindsdb/lightwood</a>.
</p>
</li>
<li class="clear-both cf">
<h4 class="font-bold mb-1">Internship</h4>
<p>
In the summer, I was a software engineer intern
at
<a href="https://www.optiver.com/">Optiver Amsterdam</a>.
</p>
</li>
<li class="clear-both cf">
<h4 class="font-bold mb-1">Bayesian hierarchical models</h4>
<div class="flex flex-row flex-wrap">
<a href="/assets/pdf/MAML Report.pdf" class="w-1/4 lg:w-1/6 pr-2">
<img src="./index-images/MAML-report.jpg" />
</a>
<div class="w-3/4 lg:w-5/6">
<p>
Chose Hierarchical Bayesian Modeling as
the topic of the final project for my
Mathematics in Machine Learning course.
</p>
<p>
I replicated the
<code>stackloss</code> and
<code>alligators</code>
WinBUGS examples using JAGS and the R
language.
</p>
</div>
</div>
</li>
<li class="clear-both cf">
<h4 class="font-bold mb-1">ML Challenges: RecSys21, SemEval21 WiC</h4>
<p>
Participated in the
<a href="https://competitions.codalab.org/competitions/27054">
Twitter RecSys Challenge 2021
</a>
competition with MALTO.
</p>
<p>
We ran our distributed training on an Apache
Spark cluster. The inference was done inside a
Docker container, shipping and embedded Spark
environment.
</p>
<p>
<a href="https://github.com/MAL-TO/recsys-2021">Link</a>
to the code.
</p>
<p>
Participated in the
<a href="https://competitions.codalab.org/competitions/27054">
SemEval-2021 Word-in-Context Disambiguation
</a>
competition with MALTO.
</p>
</li>
<li class="clear-both cf">
<p>
Made a
<a href="https://www.youtube.com/watch?v=O7KXJfrs2FA">
video presentation
</a>
of the computer vision paper "Unsupervised
Representation Learning with DCGANs" for my
<a
href="https://didattica.polito.it/pls/portal30/gap.pkg_guide.viewGap?p_cod_ins=01TXFSM&p_a_acc=2021&p_header=S&p_lang=IT">
deep learning course.
</a>
</p>
</li>
<li class="clear-both cf">
<a
href="https://github.com/mrandri19/polito-numerical-optimization/blob/main/Relazione_Stochastic_Optimization.pdf">
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2"
src="./index-images/stochastic-optimization-report.jpg" />
</a>
<a
href="https://github.com/mrandri19/polito-numerical-optimization/blob/main/Relazione_Unconstrained_Optimization.pdf">
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2"
src="./index-images/unconstrained-optimization-report.jpg" />
</a>
<p>
Implemented several unconstrained and
constrained optimization algorithms in
Julia.
</p>
<p>
This was part of my homework for the
Numerical optimization for large scale
problems and Stochastic Optimization
course.
</p>
</li>
<li class="clear-both cf">
<a
href="https://github.com/mrandri19/polito2020-data-science-lab/blob/main/Final%20Project/DSL_Project_Report.pdf">
<img class="bg-white w-1/4 lg:w-1/6 float-left mr-2" s
src="./index-images/dsl-report.jpg" />
</a>
<p>
Built, for my Data Science Lab exam, a
pipeline for predicting the quality of a
wine from its reviews.
</p>
</li>
<li class="clear-both cf">
<div class="flex flex-row flex-wrap">
<div class="pr-2 w-1/4 lg:w-1/6">
<img src="./index-images/raytracer.jpg" />
</div>
<div class="w-3/4 lg:w-5/6">
<p>
Wrote a
<a
href="https://gist.github.com/mrandri19/0c58e108bb3021132ad1487210d4b6ce#file-raytracer-jl">tiny
raytracer in Julia</a>, following Peter Shirley's Ray Tracing
in One Weekend
</p>
</div>
</div>
</li>
<li class="clear-both cf">
<p>
Wrote a Tensorflow-like
<a
href="https://github.com/mrandri19/cpp-autodiff-experiments/blob/main/CHandle/CHandle.cpp#L302">computation
graph framework in C++</a>
with reverse-mode automatic-diferentiation
support.
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2020</h3>
<ul>
<li>
<p>
Joined my university's machine learning
competition team: MALTO (MAchine Learning at
poliTO)
</p>
</li>
<li>
<p>
Started working on a
<a href="https://github.com/mrandri19/neural-networks-from-scratch-in-julia">Neural Network
framework in Julia</a>
</p>
</li>
<li>
<p>
Graduated with 110/110 from Politecnico di
Torino, earning a Bachelor's Degree in Computer
Engineering.
</p>
</li>
<li>
<p>
Contributed to
<a href="https://github.com/SciML/Surrogates.jl">Surrogates.jl</a>, a Julia package for
surrogate modeling.
</p>
</li>
<li>
<p>
Started building a quadcopter from scratch,
writing the PID control system in C using a
ESP32-WROOM.
</p>
</li>
<li>
<div class="flex flex-row flex-wrap">
<div class="pr-2 w-1/4 lg:w-1/6">
<img src="./index-images/datathon.jpg" />
</div>
<div class="w-3/4 lg:w-5/6">
<p>
Competed in Citadel 2020 Data Open
Datathon, where my team used the
Synthetic Control technique to estimate
the effect of the 2012 London Summer
Olympics on the Growth Boroughs.
</p>
</div>
</div>
</li>
<li>
<p>
Started working for Uffizio.ch as a Haskell and
Purescript Software Engineer.
</p>
</li>
<li>
<p>
Helped to write
<a href="https://dl.acm.org/doi/abs/10.1145/3318464.3384710">X-PLAIN</a>, an interactive
tool for inspection and
interpretation of classifer predictions. This
work was accepted in the Proceedings of the 2020
ACM SIGMOD International Conference on
Management of Data.
</p>
</li>
<li>
<p>
Wrote
<a href="https://github.com/mrandri19/i2c_accelerometer_MMA7455L">a gui </a>for an
accelerometer usign the ESP32-WROOM,
esp-idf, and python.
</p>
</li>
<li>
<p>
Taught myself various automatic differentiation
techniques and
<a href="https://github.com/mrandri19/automatic-differentiantion">implemented</a>
them in python
</p>
</li>
<li>
<p>
<a href="https://github.com/mrandri19/opengl-compute-shaders">Implemented various
algorithms</a>
from coursera's CS344 in modern OpenGL using
compute shaders
</p>
</li>
<li>
<p>
Started working through
<a href="http://jeapostrophe.github.io/courses/2019/spring/406/notes/book.pdf">Essentials of
Compilation: An Incremental
Approact</a>
and implementing it in Haskell.
<a href="https://github.com/mrandri19/Essentials-of-Compilation">The code</a>
</p>
</li>
<li>
<p>
Implemented the Discrete Fourier Transform (DFT)
and Cooley-Tukey FFT algorithms.
<a href="https://gist.github.com/mrandri19/d0f2716ea221ea277377f0a987a63a92">The code</a>
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2019</h3>
<ul>
<li>
<div class="flex flex-row flex-wrap">
<div class="w-1/4 lg:w-1/6 pr-2">
<img src="./index-images/voxels.jpg" />
</div>
<div class="w-3/4 lg:w-5/6">
<p>
Implemented a voxel engine in modern
OpenGL (4.5).
<a href="https://github.com/mrandri19/voxel">The code</a>
</p>
</div>
</div>
</li>
<li>
<div class="flex flex-row flex-wrap">
<div class="w-1/4 lg:w-1/6 pr-2">
<img src="./index-images/druid.jpg" />
</div>
<div class="w-3/4 lg:w-5/6">
<p>
Contributed to the
<a href="https://github.com/xi-editor/druid/pull/152">Linux</a>
<a href="https://github.com/xi-editor/druid/pull/211">port</a>
of the druid ui toolkit.
</p>
</div>
</div>
</li>
<li>
<p>
Attended Campus Party Italy 2019 and
partecipated to Eni and Illimity Hackatons
</p>
</li>
<li>
<p>
Wrote a series of blog posts on text rendering
which routinely got on the front page of Hacker
News and reddit programming. These posts were
read by more than 10,000 unique visitors.
</p>
</li>
<li>
<p>
Wrote a tool to convert Notability's .notability
notes into SVG files.
</p>
<p>
I initially
<a href="https://github.com/mrandri19/notability2svg-python">wrote it in Python</a>, then
optimized it until I was satisfied with
its performance, and then
<a href="https://github.com/mrandri19/notability2svg-rust">rewrote it in Rust</a>
</p>
</li>
<li>
<p>
Wrote
<a href="https://github.com/mrandri19/AlgoritmiEProgrammazionePolito20182019">several
thousand lines of C</a>
for my Data Structures and Algorithms course.
</p>
</li>
<li>
<p>
Wrote
<a
href="https://github.com/mrandri19/Wand87-A-Simple-Algorithm-and-Proof-for-Type-Inference">an
OCaml implementation</a>
of Mitchell Wand's 1987 paper: "A Simple
Algorithm and Proof for Type Inference".
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2018</h3>
<ul>
<li>
<p>
(Unfinished) Wrote
<a href="https://mrandri19.github.io/react-parser-viz/">react-parser-viz</a>: a react based
web application to visualize
how a recursive descent parser works.
</p>
</li>
<li>
<p>
Implemented
<a href="https://github.com/mrandri19/test-lang">test-lang</a>: a programming language based
on lambda
calculus in both Ocaml and Haskell.
</p>
</li>
<li>
<p>
Worked as a freelancer on Upwork.com
<a href="https://www.upwork.com/o/profiles/users/_~018ea18d1e57db6ffa/">(my profile)</a>
</p>
<p>
A large section of my work consisted in working
with cryptocurrencies and porting software such
as blockchain explorers and mining pools to new
currencies, ensuring that the compatibility
issues between implementations were fixed.
</p>
</li>
<li>
<p>
Contributed to
<a href="https://github.com/facebook/reason">
facebook/reason</a>.
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2017</h3>
<ul>
<li>
<p>
Wrote
<a href="https://github.com/mrandri19/channed">channed</a>: an small 4chan client built with
ReactJS.
</p>
</li>
<li>
<p>
Wrote
<a href="https://github.com/mrandri19/rust-editorconfig">rust-editorconfig</a>: a Rust
library which implemented the
editorconfig file format for text editor
plugins.
</p>
</li>
<li>
<p>
Tinkered with the ESP8266 and wrote a
<a href="https://github.com/mrandri19/cWebsocketLed">custom web UI</a>
to control my IKEA led strips.
</p>
</li>
<li>
<p>
Competed at regional level in flatwater
kayaking.
</p>
</li>
<li>
<p>
Read
<a
href="http://neuralnetworksanddeeplearning.com/index.html">neuralnetworksanddeeplearning.com</a>
and implemented my neural network to learn on
the MNIST digit dataset in numpy+pandas and
Tensorflow.
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2016</h3>
<ul>
<li>
<p>Wrote an online shopping list for my family.</p>
</li>
<li>
<p>
Wrote a
<a href="https://github.com/mrandri19/crawler_latino">
crawler
</a>
in F# for the latin dictionary
www.dizionario-latino.com.
</p>
</li>
<li>
<p>
Wrote for a friend
<a href="https://github.com/mrandri19/magicBot">magicBot</a>: a python crawler with a web UI
which parsed
an online market of Magic: The Gathering cards
to show the average price of a card between
various editions.
</p>
</li>
<li>
<p>
Tinkered with elm and wrote a
<a href="https://github.com/mrandri19/elm-remote-api-data">simple web app</a>
to show data from a local api.
</p>
</li>
<li>
<p>
Competed at regional level in flatwater
<a href="https://www.youtube.com/watch?v=8U0U-GijrOU"
onclick="alert('You provably dont wanna see this, I wonder if you will be my next employer.')">kayaking</a>.
</p>
</li>
<li>
<p>
Read
<a href="http://book.realworldhaskell.org/">Real World Haskell</a>
and
<a href="https://realworldocaml.org/">Real World OCaml</a>
which sparked my interest in functional
programming and compilers.
</p>
</li>
</ul>
</section>
<section>
<h3 class="text-xl font-bold mb-1">2015</h3>
<ul>
<li>
<p>
Wrote
<a href="https://github.com/mrandri19/xresthemechanger">xresthemechanger</a>: a python
script to change the
<code>.Xresources</code> color theme.
</p>
</li>
<li>
<p>
Wrote a
<a href="https://github.com/mrandri19/tinyCserver">tiny TPC server</a>
in C using the unix system calls.
</p>
</li>
<li>
<p>
Wrote
<a href="https://github.com/mrandri19/Drinkcraft">Drinkcraft</a>: a simple Minecraft mod in
Java.
</p>
</li>
<li>
<p>
Switched to Archlinux and installed and
configured it.
</p>
</li>
<li>
<p>
Won my school's Informatics Olympiad and
competed in the regional selections.
</p>
</li>
<li>
<p>
Won, along with two other students, the science
fair with a project on the effects of exposure
to non ionizing radiations.
</p>
</li>
</ul>
</section>
</section>
</main>
</body>
</html>