blob: 4de55c3b8e1a3359f497abb682266f98159ec5d5 (
plain)
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
|
<!doctype html>
<html lang="fr">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Joris Guyonvarch">
<meta name="description" content="See my resume and projects.">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="data:,">
<title>Joris Guyonvarch</title>
<header>
<a href="/" class="current">Resume</a>
<a href="/projects.html">Projects</a>
</header>
<ol class="sections">
<li>
<h1>Experience</h1>
<ol class="sub-sections">
<li>
<h2>Dividat since 2019</h2>
<p>
Prevent falls with technology-based training therapy which promotes
autonomous mobility and functional independence in old age, after an
accident or illness:
</p>
<ul class="bullets">
<li>
frontend application with games and assessments,
<ul class="technos">
<li>Elm
<li>Sass
</ul>
<li>
web server API,
<ul class="technos">
<li>Scala
<li>Http4s
<li>PostgreSQL
</ul>
<li>
auto-upgradable Operating System with a controller, a kiosk browser and drivers,
<ul class="technos">
<li>Nix
<li>Ocaml
<li>Python
<li>Go
</ul>
<li>
WebSocket relay.
<ul class="technos">
<li>Rust
</ul>
</ul>
</li>
<li>
<h2>Zengularity for 5 years</h2>
<p>
Web Oriented Architecture (WOA) for information systems:
</p>
<ul class="bullets">
<li>training platform for the unemployed in Seine-Saint-Denis,
<li>file house insurance claims for Saretec,
<li>unit and automatic franking of Colissimo labels for La Poste,
<li>participant’s pages for the Mutuelle Nationale Territoriale (MNT),
<li>food sample analysis with results visualization for Adisseo.
</ul>
<ul class="technos">
<li>Scala
<li>Scala.js
<li>Elm
<li>Akka
<li>Play!
<li>MongoDB
<li>PostgreSQL
<li>ElasticSearch
</ul>
</li>
<li>
<h2>IRISA Rennes for 5 months</h2>
<p>
Scalable query-based faceted search for guided and expressive
search on the semantic web.
</p>
<ul class="technos">
<li>Semantic Web
<li>Scala
<li>Java
<li>LaTeX
<li>GWT
<li>Jena
</ul>
</li>
<li>
<h2>Mission Critical IT for 3 months</h2>
<p>
Guided querying and edition of semantic web information.
</p>
<ul class="technos">
<li>Semantic Web
<li>Mercury
</ul>
</li>
</ol>
<li>
<li>
<h1>Educational background</h1>
<ol class="sub-sections">
<li>
<h2>Master of Science Computer Science at INSA Rennes</h2>
<ul class="bullets">
<li>Language
<li>System
<li>Network
</ul>
</li>
<li>
<h2>Master of Research Computer Science at University of Rennes I</h2>
<ul class="bullets">
<li>Machine learning
<li>Modelisation
<li>Data indexation
</ul>
</li>
</ol>
<li>
</ol>
|