summaryrefslogtreecommitdiffstats
path: root/cv/jeremy.zurcher-CV.lou
blob: 5f6363e6558e824e6ee5dd84dabf7b6c17df9056 (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
# encoding : iso-8859-1
#
@Include { cvdocng }
@SysInclude{ tbl }

def @MyBg       { rgb 0.96 0.96 0.96 }  # very light grey
def @MyColour   { rgb 0.53 0.0 0.0 }    # red
def @MyHeader right x { @MyColour @Colour { @B { x } } }

# Box
def @MyBorder right t { white @Colour t }
def @MyBox right x { white @Colour @CurveBox margin {0.3c} paint { @MyBg } 5c @Wide black @Colour { x } }
def @MyBoxHeader right x { @MyColour @Colour { @B { x } } }

@Document
@InitialSpace { lout }
//
@Text @Begin

@RightDisplay {
  #@NL # for no indent
  @MyColour @Colour { 16p } @Font @B{ Jérémy Zurcher }
  @NL
  14p @Font @B{ Software Engineer }
}

@LeftDisplay @MyHeader { PERSONAL PROFILE }
Jérémy is a confident, enthousiastic and hard working developer.
Possessing extensive knowledge in various domain,
as well as a strong experience in autonomous and collaborative project achieving.
He also is experienced in IT infrastructure design and maintenance.
@LP

@LeftDisplay @MyHeader { WORK EXPERIENCES }
@B { Work duties }
@LeftDisplay @Tbl
    rule { no }
    aformat { @StartVSpan @Cell A | @Cell @B B }
    bformat { @VSpan | @Cell  mb { 1f } C }
{
@Rowa
    A { Present @LLP 2007{@Char slash}05 }
    B { Software developer @Char slash IT manager - Heraeus MCD-HMSA - Yverdon }
@Rowb
    C { Desktop, web, mobile applications development using various technologies.
    @LLP IT Infrastructure management (servers and workstations).
    }
@Rowa
    A { 2007{@Char slash}03 @LLP 2006{@Char slash}09 }
    B { Software developer - NSA Technologies - Cossonay }
@Rowb
    C { Desktop application development, used to visualy supervise the construction process of racing boat sail construction process.
    }
@Rowa
    A { 2006{@Char slash}08 @LLP 2006{@Char slash}01 }
    B { Automation - Zedem Sàrl - Pampigny }
@Rowb
    C { Industrial automation programming. Special industrial machines assembly. }
@Rowa
    A { 2005{@Char slash}10 @LLP 2005{@Char slash}08 }
    B { Mandat - Décision SA - Fenil }
@Rowb
    C { Programming the interface between Interfacage a C++ @Char slash OpenGL sailing navigation game and a 1:1 scale sail simulator for @I Alinghi site in @I Valence. }
@Rowa
    A { 2005{@Char slash}07 @LLP 2003{@Char slash}09 }
    B { Independant software engineer activity }
@Rowb
    C { Fiduciary reporting software development (java @Char slash iText).
    @LLP Infrastructure deployment for small buisinesses.
    @LLP Industrial automation programming.
    }
}
@B { Professionals Achievements }
@List
  gap { 0.4v }
  style { @MyColour @Colour {Times Base 14p} @Font @Bullet }
@ListItem { modbus communication between Alinghi OpenGL sailing simulation game and 1:1 scale simulator (C{@Char slash}C++). }
@ListItem { client{@Char slash}server application tracking an automated sail manufacturing process (wxPython).. }
@ListItem { parts quality constraints management and reports generation (java{@Char slash}vaadin{@Char slash}PostgreSQL). }
@ListItem { ERP data based key performance indicators reporting web application (ruby{@Char slash}Oracle). }
@ListItem { tactile tablet based prodution tracking application (C{@Char slash}EFL{@Char slash}SQLite). }
@EndList
@B { Open Source Projects Contributions }
@List
  gap { 0.4v }
  style { @MyColour @Colour {Times Base 16p} @Font @Bullet }
@ListItem { Enlightenment(C): various  patches and optimisations.}
@ListItem { Hydrogen(C++): build system migration from scons to cmake, low level structures rewrite.}
@ListItem { Rubinius(C++{@Char slash}ruby): FFI capabilities enhancement.}
@EndList
@B { Personal Projects }
@List
  gap { 0.4v }
  style { @MyColour @Colour {Times Base 16p} @Font @Bullet }
@ListItem { ffi-efl(ruby): an FFI binding to the Enlightenment Foundation Libraries.}
@ListItem { edoors-ruby(ruby): a ruby rewrite of evenja C++ application framework concepts.}
@EndList

@LeftDisplay @MyHeader { ACADEMIC QUALIFICATIONS }
@Tbl
    rule { no }
    aformat { @Cell A | @Cell @B B }
{
@Rowa
    A { 1999-2004 }
    B { HES Software Engineer formation - EIVD - Yverdon }
@Rowa
    A { 1998-1999 }
    B { Foundation Course - APA CEPNV - Yverdon }
@Rowa
    A { 1998 }
    B { Baccalauréat S (Science stream) - CESS Morges }
}

# RIGHT BOXES
@Place
x{right-xsize}
y{top-ysize-3.0c}
{
  @MyBorder @Box 6c @Wide {
    @MyBox {
      @MyBoxHeader { AREAS OF EXPERTISE }
      @BulletList
        gap { 0.6v }
      @ListItem { C, ruby, java, bash, python }
      @ListItem { scrum, git, svn }
      @ListItem { oracle, postgresql, nginx, postfix }
      @ListItem { linux internals and administration }
      @EndList
    }
  }
  @LP
  @MyBorder @Box 6c @Wide {
    @MyBox {
      @MyBoxHeader { PROFESSIONAL ABILITIES }
      @BulletList
        gap { 0.6v }
      @ListItem { Experience in achieving autonomous projects. }
      @ListItem { Experience in collaborative work. }
      @ListItem { Used to dive into unknown code base. }
      @ListItem { Server administration (VMware ESX, Equalogic, Debian). }
      @ListItem { Speaks and writtes english fluently. }
      @EndList
    }
  }
  @LP
  @MyBorder @Box 6c @Wide {
    @MyBox {
      @MyBoxHeader { PERSONAL SKILLS }
      @BulletList
        gap { 0.6v }
      @ListItem { High complexity problem comprehension. }  # appréhension des problèmes
      @ListItem { Problem sensitivity. }                 # appréhension des problèmes
      @ListItem { High level synthesis capabilities. }   # esprit de synthèse
      @ListItem { Communication skills. }                # communication et partage de connaissance
      @ListItem { Influencing skills. }                  # capable d'affirmer ces choix
      @ListItem { Efficiency seeking. }                  # recherche constante d'efficacité
      @ListItem { Knowledge thirst. }                    # soif de connaissance
      @EndList
    }
  }
  @LP
  @MyBorder @Box 6c @Wide {
    @MyBox {
      @MyBoxHeader { CONTACT DETAILS}
      @IndentedList
        gap { 0.6v }
      @ListItem { @B { Jérémy Zurcher } }
      @ListItem { Av. du Général Guisan 49 }
      @ListItem { 1400 Yverdon-les-Bains }
      @ListItem { @B email : "mailto://jeremy@asynk.ch" @URLLink { jeremy_admin{@Char at}asynk.ch } }
      @ListItem { @B mobile : 079"/"599.84.27 }
      @ListItem { @B www : "http://asynk.ch" @URLLink { http:{@Char slash}{@Char slash}asynk.ch } }
    }
  }
}

@End @Text