summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--codex/index.html19
-rw-r--r--projects/index.md84
-rw-r--r--resume/index.html61
-rw-r--r--static/fonts/cabin.ttfbin188320 -> 0 bytes
4 files changed, 0 insertions, 164 deletions
diff --git a/codex/index.html b/codex/index.html
deleted file mode 100644
index 29c19d6..0000000
--- a/codex/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
-layout: static
-title: Codex
----
-
-<h1><a href='/codex.html'>Codex</a></h1>
-
-<div id='wrapper'>
- <ul>
- {% for post in site.posts %}
- {% if post.type == "codex" %}
- <li>
- <a href="{{ post.url }}">{{ post.title }}</a>
- <span class="date">{{ post.date | date_to_string }}</span>
- </li>
- {% endif %}
- {% endfor %}
- </ul>
-</div>
diff --git a/projects/index.md b/projects/index.md
deleted file mode 100644
index 1aaf253..0000000
--- a/projects/index.md
+++ /dev/null
@@ -1,84 +0,0 @@
----
-layout: static
-title: Projects
----
-
-<section>
-
-<h2>Previous and Upcoming Talks</h2>
-
-<ul>
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">June 2011, FPW 2011 &#8212; Developers, developers, developers, developers</em>
- <p itemprop="description" class="talkdesc">
- A presentation of Stargit with <a href="https://twitter.com/jacomyal">Alexis Jacomy</a>.
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">February 2011, FOSDEM 2011 &#8212; SPORE</em>
- <p itemprop="description" class="talkdesc">
- A talk about SPORE: Specification to a POrtable Rest
- Environment. I present the framework and the Perl
- implementation. (<a href="https://docs.google.com/presentation/d/1JpDz3F9K41KVFQ878IEFAnHQZ05BpGJz6dpdPi21tjU/present">Slides</a>).
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">Octobre 2010, OSDC.fr 2010 &#8212; SPORE</em>
- <p itemprop="description" class="talkdesc">
- A talk about SPORE: Specification to a POrtable Rest Environment. I present the framework and the Perl implementation. (<a href="https://docs.google.com/presentation/d/1JpDz3F9K41KVFQ878IEFAnHQZ05BpGJz6dpdPi21tjU/present">Slides</a>)
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">Octobre 2010, OSDC.fr 2010 &#8212; Plack</em>
- <p itemprop="description" class="talkdesc">
- Introduction à Plack: présentation de la spécification PSGI, des Handles, des Middlewares. Il s'agit de la même présentation réalisée au FPW 2010, avec une mise à jour des slides. (<a href="https://docs.google.com/presentation/d/1rFEzMMaJrU82xO1AKDw6mKbjLceu9HfMdmu5KMhtfyo/present#slide=id.i0">Slides</a>).
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">June 2010, FPW 2010 &#8212; Github Explorer</em>
- <p itemprop="description" class="talkdesc">
- Présentation de github-explorer (<a href="https://docs.google.com/presentation/d/1N4JOYnFmxEm0CI72DRLxSe5CvtXd9r7iZgvhTra8HMw/present#slide=id.i0">Slides</a>)
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">June 2010, FPW 2010 &#8212; Introduction à Plack</em>
- <p itemprop="description" class="talkdesc">
- Introduction à Plack: PSGI, les Handlers, les Middlewares, ... (<a href="https://docs.google.com/presentation/d/1rFEzMMaJrU82xO1AKDw6mKbjLceu9HfMdmu5KMhtfyo/present#slide=id.i0">Slides</a>)
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">October 2009, OSDC.fr &#8212; Introduction à Moose</em>
- <p itemprop="description" class="talkdesc">
- Introduction à Moose: survol rapide des roles, du MOP, ... (<a href="https://docs.google.com/presentation/d/1NJlk5cCx_YiCpdEspsZQVt7BTzfnLvimqXjXL_LGbtc/present#slide=id.i0">Slides</a>)
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">August 2009, YAPC::EU 2009 &#8212; CPAN Explorer</em>
- <p itemprop="description" class="talkdesc">
- A talk about the shape of the CPAN, and a map of his community. (<a href="https://docs.google.com/file/d/0B81G5HXVrnzLS1lnTF9CcVNONFU/present">Slides</a>)
- </p>
- </article></li>
-
- <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk">
- <em itemprop="summary">June 2009, FPW 2009 &#8212; CPAN Explorer</em>
- <p itemprop="description">
- Présentation réalisée au FPW09, sur la communauté des developpeurs Perl via le CPAN et le web. (<a href="https://docs.google.com/file/d/0B81G5HXVrnzLSW8welF2cjJySmM/present">Slides</a>)
- </p>
- </article></li>
-</ul>
-
-<h2>Articles</h2>
-<ul>
- <li>
- <em>Catalyst Advent Calendar</em> &#8212; <a href="http://www.catalystframework.org/calendar/2009/19">Writing REST services with Catalyst</a>
- </li>
-</ul>
-
-</section>
diff --git a/resume/index.html b/resume/index.html
deleted file mode 100644
index 4dcc6c1..0000000
--- a/resume/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
----
-layout: static
-title: Résumé
----
-
-<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'>
- <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>
- <h3>Work Experience</h3>
-
- <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>
-
- <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>
-
- <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>
-
- <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>
-
- <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>
-
- <p><a href='https://www.cmb.fr'>Crédit Mutuel de Bretagne</a>, Brest, France [April 2004- January 2005]<p>
- </div>
-
- <div>
- <h3>Other</h3>
- <p>Self-taught (no college degree).</p>
- <p> Native French speaker, fluent in English.</p>
- </div>
-
-</div>
diff --git a/static/fonts/cabin.ttf b/static/fonts/cabin.ttf
deleted file mode 100644
index 7c57306..0000000
--- a/static/fonts/cabin.ttf
+++ /dev/null
Binary files differ