-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (144 loc) · 5.7 KB
/
index.html
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>
<head>
<meta charset="utf-8">
<title>Alexandre Turpin</title>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro|Merriweather:400,900,700|Merriweather+Sans:400,300" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<section class="row">
<h1>Alexandre Turpin</h1>
<div id="contact">
<div><a href="http://alexturpin.net">alexturpin.net</a></div>
<div><a href="mailto:[email protected]">[email protected]</a></div>
</div>
</section>
<section class="row">
<h2><span>B</span>io</h2>
<div class="content">
<p>Self taught web developer with 9 years of experience as a hobyist and 4 years of professional experience. Resourceful and possess excellent problem solving abilities. Eager to learn and to share knowledge. Particular interests include game development and development of learning tools.</p>
</div>
</section>
<section class="row">
<h2><span>S</span>kills</h2>
<div class="content">
<ul class="skills">
<li>Node.js</li>
<li>Express</li>
<li>MongoDB</li>
<li>AngularJS</li>
</ul>
<ul class="skills">
<li>JavaScript</li>
<li>HTML5</li>
<li>CSS3</li>
<li>jQuery</li>
</ul>
<ul class="skills">
<li>C#</li>
<li>PHP</li>
<li>MySQL</li>
<li>Git</li>
</ul>
</div>
</section>
<section class="row">
<h2><span>E</span>ducation</h2>
<div id="education" class="content">
<h3><span>Diploma of College Studies</span> in Multimedia Integration Techniques</h3>
<p>CÉGEP de l'Outaouais</p>
<div class="row details">
<div class="left">Gatineau, QC, Canada</div>
<div class="right">May 2011</div>
</div>
<h3><span>Certificate</span> in Information Technology</h3>
<p>Université du Québec en Outaouais</p>
<div class="row details margin-bottom-small">
<div class="left">Gatineau, QC, Canada</div>
<div class="right">May 2015</div>
</div>
</div>
</section>
<section class="row">
<h2><span>E</span>xperience</h2>
<div id="experience" class="content">
<h3>Centre de Formation Professionnelle et Technique Sénégal-Japon</h3>
<p>Interning Full Stack Web Developer</p>
<div class="row details">
<div class="left">Dakar, Senegal</div>
<div class="right">April 2011</div>
</div>
<ul>
<li>Developed a web application to manage students, courses and grades</li>
<li>jQuery UI and AJAX interfaces</li>
<li>Server-side API using PHP and MySQL</li>
<li>Worked around the technological challenges of a developing country</li>
</ul>
<h3>Axial Développement / Ekomobi</h3>
<p>Full Stack Web Developer</p>
<div class="row details">
<div class="left">Gatineau, QC, Canada</div>
<div class="right">July 2011 - March 2014</div>
</div>
<ul>
<li>Developed a complete software as a service web application from scratch (<a href="http://ekomobi.com">ekomobi.com</a>)</li>
<li>Application allows users to create and resell responsive websites</li>
<li>Heavy use of AJAX interactions with a server-side REST API</li>
<li>Integration with the Chargify recurring payment platform</li>
<li>Technologies: Node.js, Express, Handlebars, MongoDB, jQuery, Bootstrap, Amazon Web Services</li>
</ul>
<h3>SpeakUp</h3>
<p>Full Stack Web Developer</p>
<div class="row details">
<div class="left">Remote work - Company based in California</div>
<div class="right">April 2014 - June 2015</div>
</div>
<ul>
<li>Worked on a software as a service web application (<a href="http://getspeakup.com">getspeakup.com</a>)</li>
<li>AngularJS single page app frontend</li>
<li>Backend in Node.js using MongoDB with a CQRS data model</li>
<li>Integration with the Stripe recurring payment platform</li>
<li>Technologies: AngularJS, Node.js, Express, MongoDB, Redis, Amazon Web Services, Mailgun</li>
</ul>
<h3>Simply Accessible</h3>
<p>Full Stack Web Developer</p>
<div class="row details">
<div class="left">Remote work - Company based in Ottawa</div>
<div class="right">July 2015 - Now</div>
</div>
<ul>
<li>Worked on JavaScript overlays to improve accessibility on major airline websites</li>
<li>Implement overlay rules that modify existing web pages according to accessibility guidelines</li>
<li>Test that all rules behave correctly together during aggregation process</li>
<li>Make improvements as needed to overall unit testing infrastructure</li>
</ul>
<h3>CEGEP de l'Outaouais (College)</h3>
<h3>La Cité (College)</h3>
<p>Lecturer</p>
<div class="row details">
<div class="left">Gatineau, QC, Canada</div>
<div class="right">January 2012 - Now</div>
</div>
<div class="row details">
<div class="left">Ottawa, ON, Canada</div>
<div class="right">January 2015 - Now</div>
</div>
<ul class="margin-bottom-small">
<li>Plan and prepare course syllabus and course content</li>
<li>Lecture students in class and ensure that the course content is well understood by everyone</li>
<li>Create and grade evaluations</li>
<li>Grading the quality of French language in evaluations</li>
<li>Manage class dynamics and interactions with students</li>
</ul>
</div>
</section>
<section class="row">
<h2><span>R</span>eferences</h2>
<div class="content">
<p><a href="http://stackoverflow.com/users/104999/alex-turpin">Stack Overflow profile</a></p>
<p>Professional references available upon request.</p>
</div>
</section>
</body>
</html>