diff options
Diffstat (limited to '')
| -rw-r--r-- | talks/index.html | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/talks/index.html b/talks/index.html deleted file mode 100644 index e60ce32..0000000 --- a/talks/index.html +++ /dev/null @@ -1,77 +0,0 @@ ---- -layout: default ---- -<div id="page"> -<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 — Developers, developers, developers, developers</em> - <p itemprop="description" class="talkdesc"> - A presentation of <a href="http://www.stargit.net">StarGit</a> with <a href="https://twitter.com/jacomyal">Alexis Jacomy</a>. (<a href="http://dl.dropbox.com/u/970181/talks/developers/index.html">Slides</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="http://www.slideshare.net/franckcuny/sporefosdem">Slides</a>, - <a href="http://franck.lumberjaph.net/blog/slides/SPORE.pdf">PDF</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="http://www.slideshare.net/franckcuny/spore">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="http://www.slideshare.net/franckcuny/plack-et-les-middleware">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="http://www.slideshare.net/franckcuny/github-explorer">Slides</a>, <a href="http://franck.lumberjaph.net/blog/slides/github-explorer.pdf">PDF</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="http://www.slideshare.net/franckcuny/introduction-a-plack">Slides</a>, <a href="http://franck.lumberjaph.net/blog/slides/introduction_a_plack.pdf">PDF</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="http://www.slideshare.net/franckcuny/introduction-a-moose">Slides</a>, <a href="http://labs.linkfluence.net/osdcfr09/Introduction_a_Moose.pdf">PDF</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="http://www.slideshare.net/franckcuny/map-of-the-perl-and-cpan-community">Slides</a>, <a href="http://labs.linkfluence.net/yapceu09/talk.pdf">PDF</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="http://www.slideshare.net/franckcuny/cartographie-du-cpan-et-de-sa-communaut">Slides</a>, <a href="http://labs.linkfluence.net/fpw09/resources/slides/">PDF</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> |
