aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: 1df14196c4d9c0c26b8cc025d3dff2ae684b3d5e (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
<!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="I am a developer using functional programming. View my resume and projects.">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="/icon.png">

<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="technos">
          <li>Elm
          <li>Scala
          <li>Nix
          <li>Python
          <li>Ocaml
          <li>Rust
          <li>PostgreSQL
        </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>

  <li>
    <h1>Skills</h1>

    <ol class="sub-sections">
      <li>
        <h2>Technical lead</h2>

        <ul class="bullets">
          <li>Create tasks and subtasks from functional needs.
          <li>Optimise task order for the development team.
        </ul>
      </li>

      <li>
        <h2>Developer</h2>

        <ul class="bullets">
          <li>Program with functional languages (Haskell, Scala, Elm).
          <li>Build web applications (HTTP protocol; HTML, CSS, Javascript and JSON languages).
          <li>Interact with data (SQL, MongoDB, SPARQL).
          <li>Work with versioning (Git).
          <li>Review code and test functionalities.
          <li>Write bash and Python scripts.
        </ul>
      </li>

      <li>
        <h2>Researcher</h2>

        <ul class="bullets">
          <li>Conduct a bibliographic research.
          <li>Build a prototype and experiment from it.
          <li>Analyse the results from an experimentation and check the hypotheses.
          <li>Present a research study through an article and a slideshow (LaTeX).
        </ul>
      </li>
    </ol>
  <li>

  <li>
    <h1>Hobbies</h1>

    <ul class="bullets">
      <li>Tune my workstation (NixOS, i3, bépo keyboard layout).
      <li>Create video games (SDL, Elm).
    </ul>
  <li>
</ol>