diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-23 15:06:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-23 15:06:16 -0800 |
| commit | 5346f7db2bfbeb920ffd3ca90312365fefa4e3cc (patch) | |
| tree | 5ae3991dfaaac8490f7fa28efcb4f68c3f9b4ff0 /projects | |
| parent | Add s3_website configuration. (diff) | |
| download | lumberjaph-5346f7db2bfbeb920ffd3ca90312365fefa4e3cc.tar.gz | |
Move some pages around to get better urls.
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/index.md | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/projects/index.md b/projects/index.md new file mode 100644 index 0000000..53ad0a3 --- /dev/null +++ b/projects/index.md @@ -0,0 +1,84 @@ +--- +layout: static +title: Projects +--- + +<div id='wrapper'> + +<h4>Previous and Upcoming Talks</h4> + +<ul> + <li><article itemscope itemtype="http://data-vocabulary.org/Event" class="talk"> + <em itemprop="summary">June 2011, FPW 2011 — 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 — 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 — 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 — 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 — 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 — 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 — 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 — 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 — 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> — <a href="http://www.catalystframework.org/calendar/2009/19">Writing REST services with Catalyst</a> + </li> +</ul> + +</div> |
