summaryrefslogtreecommitdiff
path: root/about/index.html
blob: 9428702dc1382bcd771b44e093bcc98abf32c07b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
---
<div id="page">
<section itemscope itemtype="http://data-vocabulary.org/Person">
  <h2>About me</h2>
      <p>

        <img class="floatright" src="http://f.lumberjaph.net/me/hacking.png" alt="me" />

        My name is <span itemprop="name">franck cuny</span>, and I'm just another Perl hacker.

        <br /><br />

        I'm passionate about <a href="/graph/2010/03/25/github-explorer.html">graphs</a>, code, and web technologies.

        <br /><br />

        I write about technologies I like, software I use, code, or conferences I go.
    
        <br /><br />
    
        I'm a <span itemprop="title">software engineer</span> working at <a href="http://linkfluence.net/"><span itemprop="affiliation">Linkfluence</span></a>, where most of my time is spent working on our feed aggregator, collecting data from various web services, and handling the scalability of our architecture.

        <br /><br />

        I'm also a member
        of <a href="http://paris.mongueurs.net/">Paris.pm</a>, where I
        organize the technical meeting for the group.

        <br /><br />

        You can reach me via <a href="mailto:franck@lumberjaph.net">mail</a>, or irc (I'm franck) on <a href="irc://irc.perl.org">irc.perl.org</a>.

        <br /><br />
        Other places where you can find me:

        <ul>
          <li><a itemprop="url" href="http://github.com/franckcuny">github</a></li>
          <li><a itemprop="url" href="http://twitter.com/franckcuny">twitter</a></li>
          <li><a itemprop="url" href="http://search.cpan.org/~franckc/">CPAN</a></li>
          <li><a itemprop="url" href="http://pinboard.in/u:franck">pinboard</a></li>
          <li><a itemprop="url" href="http://fr.linkedin.com/pub/franck-cuny/1a/362/506">linkedin</a></li>
        </ul>
      </p>
</section>
</div>