diff options
Diffstat (limited to 'resume/index.html')
| -rw-r--r-- | resume/index.html | 49 |
1 files changed, 22 insertions, 27 deletions
diff --git a/resume/index.html b/resume/index.html index 665deca..4dcc6c1 100644 --- a/resume/index.html +++ b/resume/index.html @@ -3,64 +3,59 @@ layout: static title: Résumé --- -<section id='resume'> +<div id='resume'> <div id='interests'> <p style='clear: both'>My current interests are in <strong>Functional Programming</strong> and <strong>Operations</strong>.</p> </div> <div id='contributions'> - <h2>Free Software Contributions</h2> + <h3>Free Software Contributions</h3> I've contributed to <a hrefp="http://perldancer.org">Dancer</a>, a web framework in Perl. I also maintain and contribute to several CPAN modules and some Python modules. <p style='clear: both'>You can find more about my Open Source work and contributions <a href='/projects/'>over there</a>.</p> </div> <div> - <h2>Work Experience</h2> - <h3><a href='https://twitter.com'>Twitter</a>, San Francisco, CA [August 2014 - present]</h3> - <div class="exp"> - I'm a Site Reliability Engineer in the PubSub team. - </div> + <h3>Work Experience</h3> - <h3><a href='http://saymedia.com'>Say Media</a>, San Francisco, CA [August 2011 - August 2014]</h3> - <div class="exp"> - From August 2011 to December 2012 I was part of the platform team. Tasks included designing the internal APIs.<br /> + <p><a href='https://twitter.com'>Twitter</a>, San Francisco, CA [August 2014 - present]</p> + <ul> + <li>Site Reliability Engineer for the PubSub team</li> + </ul> - Starting December 2013 I joined a newly created team to improve developers efficiency by writing tools and providing a better infrastructure. Projects included setting up better monitoring with Graphite. - </div> + <p><a href='http://saymedia.com'>Say Media</a>, San Francisco, CA [August 2011 - August 2014]</p> + <ul> + <li>From August 2011 to December 2012 I was part of the platform team. Tasks included designing the internal APIs.</li> + <li>Starting December 2013 I joined a newly created team to improve developers efficiency by writing tools and providing a better infrastructure. Projects included setting up better monitoring with Graphite.</li> + </ul> - <h3><a href='https://developers.google.com/open-source/soc/'>Summer of Code Mentor</a>, Paris, France [May 2011 - August 2011]</h3> - <div class="exp"> - As part of the Summer of Code 2011, I mentored one student to work on the Perl Dancer web framework. My job was to set priorities, help with development practices and review the code. I was also involved in the evaluation process. - </div> + <p><a href='https://developers.google.com/open-source/soc/'>Summer of Code Mentor</a>, Paris, France [May 2011 - August 2011]</p> + <ul> + <li>As part of the Summer of Code 2011, I mentored one student to work on the Perl Dancer web framework. My job was to set priorities, help with development practices and review the code. I was also involved in the evaluation process.</li> + </ul> - <h3><a href='http://linkfluence.net'>Linkfluence (RTGI)</a>, Paris, France [August 2007 - July 2011]</h3> - <div class="exp"> - Linkfluence is a social media research company. Projects I've been involved on: + <p><a href='http://linkfluence.net'>Linkfluence (RTGI)</a>, Paris, France [August 2007 - July 2011]</p> <ul> <li>Set up procedures for development practices and software deployment (git, unit testing, how and what to document, etc)</li> <li>Lead developer of the backend used to aggregate data from various sources (feeds, web pages, external API, etc)</li> <li>Defined the architecture and designed the ReST API for most of the internal backend</li> <li>Wrote many libraries for accessing various webservices, data storage (Riak, CouchDB). Most of them have been open sourced</li> </ul> - </div> - <h3>Axe Media Direct, Brest, France [January 2005 - August 2007]</h3> - <div class="exp"> + <p>Axe Media Direct, Brest, France [January 2005 - August 2007]</p> <ul> <li>Development of an online customer loyalty program (consultation, listing, statistics, etc.) (Catalyst Framework)</li> <li>PDF documents generation with XSLT</li> <li>Web server configuration and maintenance for database consulting</li> </ul> - </div> - <h3><a href='https://www.cmb.fr'>Crédit Mutuel de Bretagne</a>, Brest, France [April 2004- January 2005]<h3> - <div class="exp" /> + <p><a href='https://www.cmb.fr'>Crédit Mutuel de Bretagne</a>, Brest, France [April 2004- January 2005]<p> </div> <div> - <h2>Other</h2> + <h3>Other</h3> <p>Self-taught (no college degree).</p> <p> Native French speaker, fluent in English.</p> </div> -</section> + +</div> |
