-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (68 loc) · 2.45 KB
/
config.toml
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
title = "Valérian Rousset"
subtitle = "creative, logical, social"
profile = """\
Software engineer (M.Sc. in computer science), result-oriented, used to
fast-cycle projects, in any programming language, \
with focus on code quality, modularity and standards compliance\
"""
[urls]
"valerian.rousset@proton.me" = "mailto:valerian.rousset@proton.me"
"github.com/tharvik" = "https://github.com/tharvik"
"linkedin.com/in/valerianrousset" = "https://linkedin.com/in/valerianrousset"
[competences]
_ = [
"Strong skills in software design and coding",
"Very fast understanding of concepts",
"Team worker as well as autonomous",
"Reliable and predictable",
"Analytical and detail-oriented",
"Deep understanding of computer systems",
]
["professional curriculum"]
"2024" = """\
_MLO (Machine Learning and Optimization Laboratory)_, systems specialist; \
structured decentralized and federated machine learning projects; \
used Typescript, Docker, Vue.js\
"""
"2019 – 2023" = """\
_C4DT (Center for Digital Trust)_, systems specialist; \
brought projects from paper to production, creating reliable and usable programs out of research; \
used Python, Rust, Typescript, Docker, Ansible; \
participated in many open-source projects\
"""
"2018" = """\
_ELCA Informatique SA_, trainee, master thesis; \
built distributed and massively scalable load tester using cloud providers to uncover performance issues; \
used Python, AMQP, Docker, Kubernetes, Terraform\
"""
"2016" = """\
_Nagravision SA (Kudelski Security)_, trainee; \
built vulnerability scanner aggregator to increase productivity of security specialists; \
used Python, Celery, Elastic, Django; wrote own open-source libraries when needed\
"""
["diplomas"]
"2016 – 2018" = """\
_Master_ in Computer Science, EPFL; \
grade: 5/6, thesis: 5.5/6\
"""
"2012 – 2016" = """\
_Bachelor_ in Computer Science, EPFL; \
grade: 5/6\
"""
["computer science skills"]
"Operating systems" = "_Linux_ (Gentoo, Debian, Ubuntu)"
"Languages" = """\
_Rust_, _Python_, _go_, Typescript, \
sh/bash, Scala, C/C++\
"""
"Technologies" = "_Docker_, _Grafana_, _Kubernetes_, _WebAssembly_, Terraform, Yew, Ansible, Angular"
[languages]
"Mother tongue" = "_French_, C2, native speaker"
"Foreign languages" = """\
_English_, C1, fluent communication
_German_, B1, understanding of basic discussions\
"""
[contact]
Address = "Avenue du Silo 34, 1020 Renens, Switzerland"
Telephone = "+41 77 463 50 14"
Email = "valerian.rousset@proton.me"