]> git.llucax.com Git - personal/resume.git/blob - resume-en.rst
be37eb9ccbc5f0bb9e223e7ef7f48b9d869b4d13
[personal/resume.git] / resume-en.rst
1
2 ========================
3 Leandro Matías Lucarella
4 ========================
5
6 :E-Mail: luca@llucax.com.ar
7 :Web: http://www.llucax.com.ar/
8 :Location: Berlin, Germany
9 :Nationality: Argentine with Italian citizenship
10 :Birth: 1979-02-15
11 :Updated: |date|
12
13 .. |date| date:: %Y-%m
14
15
16 Profile
17 =======
18
19 Versatile developer with a wide range of application coverage (from base
20 library and system programming in low-level languages to graphic and web
21 applications in high-level languages; enjoying the most working in the
22 former).
23
24 Proactive self-taught, able to work on own motivation or as part of both
25 small or big teams, specially using FLOSS_ (Free *Libre* Open Source
26 Software) development methodologies and tools. Good skills and interest in
27 working on distributed and concurrent systems design and implementation.
28
29 .. _FLOSS: http://flossworld.org/
30
31
32 Skills
33 ======
34
35 - Programming languages theory with deep practical knowledge of modern
36   C++, C and Python.
37 - Concurrent and network programming, including POSIX threads, BSD
38   sockets, TCP/IP and TIPC_ (Transparent Inter Process Communication)
39   experience.
40 - VoIP knowledge (specially H.248).
41 - Object-oriented design and programming.
42 - Shell scripting and Linux system administration and performance tunning.
43 - Training people on programming topics.
44
45 .. _TIPC: http://tipc.sourceforge.net/
46
47
48 Achievements
49 ============
50
51 - Founding and actual member of LUGFI_ (2002) and LUGMEN_ (1998)
52   Linux/FLOSS_ users groups, making several conferences.
53
54 - Publication of several articles on the web (1999-2005). Two of them were
55   published on `Linux Free Magazine`_, year 1, number 1 (2003).
56
57 - Several collaborations to popular FLOSS_ projects including (but not limited
58   to):
59
60   - Linux_ (2001) [C]: Bugfix in ``bttv`` module for Leadtek WinView 601 TV
61     card.
62   - LIRC_ (2002) [C]: Debug of ``lirc_gpio`` module.
63   - xmi2code_ (2003) [C++]: Added PHP support and other minor features.
64   - dia2code_ (2003) [C]: Added PHP support.
65   - SQLObject_ (2006-2007) [Python]: Minor features and bugfixes.
66   - TurboGears_ (2006) [Python]: Minor features and bugfixes.
67   - Gnomad2_ (2005) [C]: Minor GUI improvements.
68   - DMD_ (2008-now) [C++/D]: Minor improvements to the compiler and runtime.
69
70 - Creation of several small/medium sized FLOSS_ projects as part of a team:
71
72   - Hooks_ framework for LUGFI_ and LUGMEN_ websites (1999-2004) [PHP, Apache,
73     MySQL]: Development and maintenance of both websites (programming and
74     sysadmin).
75   - Etherled_ (2005) [C, ASM]: A remote controlled, programmable stroboscopic
76     image projector device using a 8051-family micro-controller, including an
77     ISA NE2000 compatible network adapter driver and a small, custom IP/UDP
78     stack.
79   - Sercom_ (2004-2009) [Python, SQL]: An automated compilation and testing
80     system for programs written in C/C++, including a security-aware backend
81     process to compile and test in a sandbox.
82   - Pymin_ (2007) [Python]: A Linux_ router administration tool based on a
83     daemon server with client/server infrastructure.
84   - eventxx_ (2007) [C++]: A thin C++ wrapper for libevent_.
85   - ev.d_ (2008) [D]: A thin D wrapper for libev_.
86   - mutest_ (2008) [C, C++, Python]: A simple micro unit testing framework for
87     C and C++.
88
89 .. _Linux: http://www.kernel.org/
90 .. _LUGFI: http://www.lug.fi.uba.ar/
91 .. _LUGMEN: http://www.lugmen.org.ar/
92 .. _LIRC: http://www.lirc.org/
93 .. _PEAR: http://pear.php.net/
94 .. _xmi2code: http://xmi2code.sourceforge.net/
95 .. _dia2code: http://dia2code.sourceforge.net/
96 .. _SQLObject: http://www.sqlobject.org/
97 .. _TurboGears: http://www.turbogears.org/
98 .. _Gnomad2: http://gnomad2.sourceforge.net/
99 .. _Hooks: http://hooks.gforge.lug.fi.uba.ar/hooks/docs/html/index.html
100 .. _Linux Free Magazine: http://www.kernelproduktion.com/newfile24.htm
101 .. _Etherled: http://www.llucax.com.ar/proj/etherled/index.html
102 .. _Sercom: http://git.7542.fi.uba.ar/w/release/sercom.git
103 .. _eventxx: http://www.llucax.com.ar/proj/eventxx/
104 .. _libevent: http://monkey.org/~provos/libevent/
105 .. _Pymin: http://www.llucax.com.ar/proj/pymin/index.html
106 .. _ev.d: http://www.llucax.com.ar/proj/ev.d/index.html
107 .. _libev: http://software.schmorp.de/pkg/libev.html
108 .. _mutest: http://www.llucax.com.ar/proj/mutest/
109 .. _personal FLOSS projects: http://www.llucax.com.ar/proj/
110 .. _DMD: http://dlang.org/
111
112
113 Experience
114 ==========
115
116 1997-date:
117   Freelance independent professional. Later works include small websites
118   development and the backend deamon (written in Python) for a Linux_
119   router administration application.
120
121 2001-2004:
122   `Ministerio de Economía`_ - Internship - LAMP (Linux_, Apache, MySQL,
123   PHP) web development and some Linux_ system administration.
124
125 2004:
126   `My Way` - LAMP web development and some Linux_ system administration.
127
128 2004-2009:
129   FIUBA_ (Facultad de Ingeniería, `Universidad de Buenos Aires`_)
130   - Assistant teacher, teaching programming topics covering C, C++,
131   POSIX threads, BSD sockets and GTK+ GUI and more.
132
133 2006-2011:
134   `Integratech S.A.`_ - Development and maintenance of a monolithic (carrier
135   grade) *softswitch* (H.248 in particular). Design and development of a new
136   modular and distributed version of the *softswitch*.
137
138 2011-date:
139   `sociomantic labs GmbH`_ - Development of a high performance, distributed
140   real-time bidding platform. Linux server tunning for high load situations.
141
142 .. _Ministerio de Economía: http://www.mecon.gov.ar/
143 .. _FIUBA: http://www.fi.uba.ar/
144 .. _Universidad de Buenos Aires: http://www.uba.ar/
145 .. _My Way: http://www.myway.com.ar/
146 .. _Integratech S.A.: http://www.integratech.com.ar/
147 .. _NSN: http://www.nokiasiemensnetworks.com/
148 .. _sociomantic labs GmbH: http://www.sociomantic.com/
149
150
151 Education
152 =========
153
154 1992-1997:
155   Secondary school diploma, specialized in science, technology
156   and design - CNBA_ (Colegio Nacional de Buenos Aires), Argentina.
157
158 1998-2010:
159   Informatics Engineering - FIUBA_ (Facultad de Ingeniería, `Universidad de
160   Buenos Aires`_), Argentina. Thesis: `Garbage collection in the D programming
161   language`__.
162
163 __ http://www.llucax.com.ar/proj/dgc/index.html
164
165 .. _CNBA: http://www.cnba.uba.ar/
166
167 .. vim: set sw=2 sts=2 ts=2 et: