diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:34:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:34:43 -0700 |
| commit | 778544fc9318673ba8f24a267ab325646ea3bebd (patch) | |
| tree | b8251cef6fb84cbaebbfa3eaa07b0264983ba45e /talks.md | |
| parent | Remove more files. (diff) | |
| download | lumberjaph-778544fc9318673ba8f24a267ab325646ea3bebd.tar.gz | |
Add a page with my talks.
Diffstat (limited to 'talks.md')
| -rw-r--r-- | talks.md | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/talks.md b/talks.md new file mode 100644 index 0000000..9fd0519 --- /dev/null +++ b/talks.md @@ -0,0 +1,78 @@ +--- +layout: page +permalink: /talks/index.html +title: Talks +--- + +<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> |
