aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: b53a6e5b686a7673a42f844cde953b226c067dbb (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
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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Joris Guyonvarch">
<meta name="description" content="See my experience, educational background and projects.">
<link rel="stylesheet" href="/main.css">

<title>Joris Guyonvarch</title>

<header>Joris Guyonvarch</header>

<main>
  <h1>Experience</h1>

  <section>
    <h2>
      Dividat
      <p class="subtitle">Prevent falls with technology-based training therapy.</p>
    </h2>

    <ul class="bullets">
      <li>
        develop a WebSocket relay
        <ul class="technos">
          <li>Rust
        </ul>

      <li>
        train balance with a game developed from a personal idea
        <ul class="technos">
          <li>Elm
          <li>WebGL
        </ul>

      <li>
        develop STROOP test discussing with researchers
        <ul class="technos">
          <li>Elm
          <li>CSS
        </ul>

      <li>
        present training activity with charts
        <ul class="technos">
          <li>Elm
          <li>SVG
        </ul>

      <li>
        support proxies and captive portals in custom Linux System
        <ul class="technos">
          <li>Ocaml
          <li>Python
          <li>Nix
          <li>Qt
        </ul>

      <li>
        maintain and add functionalities in Web Server
        <ul class="technos">
          <li>Scala
          <li>Http4s
          <li>PostgreSQL
        </ul>

      <li>
        migrate build from Webpack to Shake
        <ul class="technos">
          <li>Shake
          <li>Haskell
        </ul>
    </ul>
  </section>

  <section>
    <h2>
      Zengularity
      <p class="subtitle">
        Provide Web Oriented Architectures (WOA) for Information Systems.
      </p>
    </h2>

    <ul class="bullets">
      <li>
        lead development of a training platform for unemployed persons in Seine-Saint-Denis
        <ul class="technos">
          <li>Scala
          <li>Scala.js
          <li>Akka
          <li>MongoDB
          <li>ElasticSearch
        </ul>

      <li>
        lead development of internal projects visualization
        <ul class="technos">
          <li>Elm
          <li>CSS
        </ul>

      <li>
        develop the participant’s pages of the Mutuelle Nationale Territoriale (MNT)
        <ul class="technos">
          <li>Scala
          <li>Play
          <li>PostgreSQL
        </ul>

      <li>
        integrate step-by-step tutorials written with Prismic into Web applications
        <ul class="technos">
          <li>JavaScript
          <li>CSS
        </ul>
    </ul>
  </section>

  <section>
    <h2>IRISA Rennes</h2>

    <ul class="bullets">
      <li>
        Scale up guided query-based faceted search on the Semantic Web on any
        SPARQL endpoints, including DBpedia.
        <ul class="technos">
          <li>Semantic Web
          <li>Scala
          <li>Java
          <li>LaTeX
          <li>GWT
          <li>Jena
        </ul>
    </ul>
  </section>

  <section>
    <h2>Mission Critical IT</h2>

    <ul class="bullets">
      <li>
        Guide querying and edition of Semantic Web data with query-based faceted
        search.
        <ul class="technos">
          <li>Semantic Web
          <li>Mercury
        </ul>
    </ul>
  </section>

  <h1>Educational background</h1>

  <section>
    <ul class="bullets">
      <li>Master of Science in Computer Science, INSA Rennes
      <li>Master of Research in Computer Science, University of Rennes I
    </ul>
  </section>

  <h1>Personal Projects</h1>

  <section>
    <h2>
      Budget
      <p class="subtitle">Share payments within a group of people.</p>
    </h2>

    <img src="projects/budget.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Rust
        <li>SQLite
        <li>Tera
        <li>JavaScript
        <li>CSS
      </ul>
      <a href="https://git.guyonvarch.me/budget" target="_blank">code</a>
    </div>
  </section>

  <section>
    <h2>
      Todo
      <p class="subtitle">Organize todos.</p>
    </h2>

    <img src="projects/todo.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Python
        <li>Qt
        <li>SQLite
      </ul>
      <a href="https://git.guyonvarch.me/todo" target="_blank">code</a>
    </div>
  </section>

  <section>
    <h2>
      Calendar
      <p class="subtitle">Organize events.</p>
    </h2>

    <img src="projects/calendar.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Rust
        <li>Gtk 4
        <li>SQLite
      </ul>
      <a href="https://git.guyonvarch.me/calendar" target="_blank">code</a>
    </div>
  </section>

  <section>
    <h2>
      Flashcards
      <p class="subtitle">Learn with space repetition.</p>
    </h2>

    <img src="projects/flashcards.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Rust
        <li>SQLite
      </ul>
      <a href="https://git.guyonvarch.me/flashcards" target="_blank">code</a>
    </div>
  </section>

  <section>
    <h2>
      Cooking
      <p class="subtitle">Show recipes with adjustable ingredient portions.</p>
    </h2>

    <img src="projects/cooking.png">

    <div class="project-footer">
      <ul class="technos">
        <li>HTML
        <li>CSS
        <li>JavaScript
      </ul>
      <div>
        <a href="https://cooking.guyonvarch.me" target="_blank">website</a>,
        <a href="https://git.guyonvarch.me/cooking" target="_blank">code</a>
      </div>
    </div>
  </section>

  <section>
    <h2>
      Reading
      <p class="subtitle">Guide middle school students to find a book with faceted search.</p>
    </h2>

    <img src="projects/reading.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Scala.js
      </ul>
      <div>
        <a href="https://reading.guyonvarch.me" target="_blank">app</a>,
        <a href="https://git.guyonvarch.me/reading" target="_blank">code</a>
      </div>
    </div>
  </section>

  <section>
    <h2>
      Map
      <p class="subtitle">Put customized markers on a map.</p>
    </h2>

    <img src="projects/map.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Ocaml
        <li>BuckleScript
        <li>Leaflet
      </ul>
      <div>
        <a href="https://map.guyonvarch.me" target="_blank">app</a>,
        <a href="https://git.guyonvarch.me/map" target="_blank">code</a>
      </div>
    </div>
  </section>

  <section>
    <h2>
      cAtchVoid
      <p class="subtitle">Catch the points of your color, avoid the others.</p>
    </h2>

    <img src="projects/catchvoid.png">

    <div class="project-footer">
      <ul class="technos">
        <li>Elm
      </ul>
      <div>
        <a href="http://catchvoid.guyonvarch.me" target="_blank">game</a>,
        <a href="https://git.guyonvarch.me/catchvoid" target="_blank">code</a>
      </div>
    </div>
  </section>

  <section>
    <h2>
      Tabata
      <p class="subtitle">Configure and run tabata timers.</p>
    </h2>

    <img src="projects/tabata.png">

    <div class="project-footer">
      <ul class="technos">
        <li>TypeScript
        <li>CSS
      </ul>
      <div>
        <a href="http://tabata.guyonvarch.me" target="_blank">app</a>,
        <a href="https://git.guyonvarch.me/tabata" target="_blank">code</a>
      </div>
    </div>
  </section>

  <h1>Contact</h1>

  <section class="contact">
    <a href="mailto:contact@guyonvarch.me">
      <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z"></path></svg>
      contact@guyonvarch.me
    </a>
  </section>
</main>