]> git.llucax.com Git - personal/resume.git/blobdiff - resume-en.rst
Update location to Berlin
[personal/resume.git] / resume-en.rst
index 21eb5aa2d99e32bfbabf76a71ed15b4ce9df86eb..83666b287be759c9441432dc09279e702faef60f 100644 (file)
@@ -3,7 +3,14 @@
 Leandro Matías Lucarella
 ========================
 
-:Contact: llucax+resume at gmail dot com
+:E-Mail: luca@llucax.com.ar
+:Web: http://www.llucax.com.ar/
+:Location: Berlin, Germany
+:Nationality: Argentine with Italian citizenship
+:Birth: 1979-02-15
+:Updated: |date|
+
+.. |date| date:: %Y-%m
 
 
 Profile
@@ -29,8 +36,9 @@ Skills
   C++, C and Python.
 - Wide range of web development knowledge.
 - Concurrent and network programming, including POSIX threads, BSD
-  sockets, TCP/IP and some TIPC_ (Transparent Inter Process Communication)
+  sockets, TCP/IP and TIPC_ (Transparent Inter Process Communication)
   experience.
+- VoIP knowledge (specially H.248).
 - GUI programming using GTK+ (glade/libglade included).
 - Object-oriented design and programming.
 - Shell scripting and Linux system administration.
@@ -44,49 +52,50 @@ Achievements
 
 - Founding and actual member of LUGFI_ (2002) and LUGMEN_ (1998)
   Linux/FLOSS_ users groups, making several conferences.
-- Several FLOSS_ projects collaborations:
-
-  Linux_:
-    Bugfix in ``bttv`` module for Leadtek WinView 601 TV card (2001).
-
-  LIRC_ (Linux Infrared Remote Control):
-    Debug of ``lirc_gpio`` module (2002).
-
-  PEAR_ (PHP Extension and Application Repository):
-    Added ``Date_Span`` class and bugfixes (2003).
-
-  xmi2code_ (a roundtrip code generator from XMI):
-    Added PHP support and other minor features and bugfixes.
-    Became project maintainer (2003).
-
-  dia2code_ (small utility used to generate code from a Dia diagram):
-    Added PHP support (2003).
 
-  SQLObject_ (object relational manager for Python):
-    Minor features and bugfixes (2006-2007).
-
-  TurboGears_ (rapid web development megaframework):
-    Minor features and bugfixes (2006).
-
-  Gnomad2_ (GTK+ music manager for devices using PDE protocol):
-    Minor GUI improvements (2005).
-
-- Hooks_, a PHP mini-framework for Unix-like console based website
-  administration, project founder and co-leader, mainly used for LUGFI_
-  and LUGMEN_ and related projects websites (2001-date).
-- Development and maintenance of LUGFI_ and LUGMEN_ websites
-  (1999-2004).
-- Developed an OO PHP framework based on PEAR_ and several applications
-  using it to build an intranet (2001-2004).
-- Published several articles on the web (1999-2005). Two of them were
+- Publication of several articles on the web (1999-2005). Two of them were
   published on `Linux Free Magazine`_, year 1, number 1 (2003).
-- Developed an ISA NE2000 compatible network adapter driver and a small,
-  custom IP/UDP stack for 8051 microcontrollers in C and ASM (2005).
-- Design, development and maintenance of an automated compilation and
-  testing system for programs written in C/C++ to speed up the correction
-  process of programming exercises (2004-date).
-- Development and maintenance of eventxx_, a thin C++ wrapper for
-  libevent_ (2007).
+
+- Several collaborations to popular FLOSS_ projects including (but not limited
+  to):
+
+  - Linux_ (2001) [C]: Bugfix in ``bttv`` module for Leadtek WinView 601 TV
+    card.
+  - LIRC_ (2002) [C]: Debug of ``lirc_gpio`` module.
+  - PEAR_ (2003) [PHP]: Added ``Date_Span`` class and bugfixes.
+  - xmi2code_ (2003) [C++]: Added PHP support and other minor features and
+    bugfixes.  Became project maintainer.
+  - dia2code_ (2003) [C]: Added PHP support.
+  - SQLObject_ (2006-2007) [Python]: Minor features and bugfixes.
+  - TurboGears_ (2006) [Python]: Minor features and bugfixes.
+  - Gnomad2_ (2005) [C]: Minor GUI improvements.
+
+- Creation of several small/medium sized FLOSS_ projects as part of a team:
+
+  - Hooks_ framework for LUGFI_ and LUGMEN_ websites (1999-2004) [PHP, Apache,
+    MySQL]: Development and maintenance of both websites (programming and
+    sysadmin).
+  - MECON Intranet (2001-2004) [PHP, MySQL]: A framework and
+    several applications using it done at Ministerio de Economía. The code was
+    freed (MECONlib_, SAMURAI_, YATTA_, AI_, Intranet_) but never released
+    properly.
+  - Etherled_ (2005) [C, ASM]: A remote controlled, programmable stroboscopic
+    image projector device using a 8051-family micro-controller, including an
+    ISA NE2000 compatible network adapter driver and a small, custom IP/UDP
+    stack.
+  - Sercom_ (2004-2009) [Python, SQL]: An automated compilation and testing
+    system for programs written in C/C++, including a security-aware backend
+    process to compile and test in a sandbox.
+  - Pymin_ (2007) [Python]: A Linux_ router administration tool based on a
+    daemon server with client/server infrastructure.
+
+- Development of several other `personal FLOSS projects`_ including (but not
+  limited to):
+
+  - eventxx_ (2007) [C++]: A thin C++ wrapper for libevent_.
+  - ev.d_ (2008) [D]: A thin D wrapper for libev_.
+  - mutest_ (2008) [C, C++, Python]: A simple micro unit testing framework for
+    C and C++.
 
 .. _Linux: http://www.kernel.org/
 .. _LUGFI: http://www.lug.fi.uba.ar/
@@ -100,8 +109,20 @@ Achievements
 .. _Gnomad2: http://gnomad2.sourceforge.net/
 .. _Hooks: http://hooks.gforge.lug.fi.uba.ar/hooks/docs/html/index.html
 .. _`Linux Free Magazine`: http://www.kernelproduktion.com/newfile24.htm
-.. _eventxx: http://www.llucax.com.ar/~luca/eventxx/
+.. _Etherled: http://www.llucax.com.ar/proj/etherled/index.html
+.. _Sercom: http://git.7542.fi.uba.ar/w/release/sercom.git
+.. _eventxx: http://www.llucax.com.ar/proj/eventxx/
 .. _libevent: http://monkey.org/~provos/libevent/
+.. _Pymin: http://www.llucax.com.ar/proj/pymin/index.html
+.. _ev.d: http://www.llucax.com.ar/proj/ev.d/index.html
+.. _libev: http://software.schmorp.de/pkg/libev.html
+.. _mutest: http://www.llucax.com.ar/proj/mutest/
+.. _personal FLOSS projects: http://www.llucax.com.ar/proj/
+.. _MECONlib: http://git.llucax.com.ar/w/mecon/meconlib.git
+.. _SAMURAI: http://git.llucax.com.ar/w/mecon/samurai.git
+.. _YATTA: http://git.llucax.com.ar/w/mecon/yatta.git
+.. _AI: http://git.llucax.com.ar/w/mecon/ai.git
+.. _Intranet: http://git.llucax.com.ar/w/mecon/intranet.git
 
 
 Experience
@@ -109,43 +130,47 @@ Experience
 
 1997-date:
   Freelance independent professional. Later works include small websites
-  development and the backend deamon (written in Python) for a Linux
+  development and the backend deamon (written in Python) for a Linux_
   router administration application.
 
 2001-2004:
-  `Ministerio de Economía`_ - Internship - LAMP (Linux, Apache, MySQL,
+  `Ministerio de Economía`_ - Internship - LAMP (Linux_, Apache, MySQL,
   PHP) web development and some Linux_ system administration.
 
 2004:
-  `My Way` - LAMP web development and some Linux_ system
-  administration.
+  `My Way` - LAMP web development and some Linux_ system administration.
 
-2004-date:
+2004-2009:
   FIUBA_ (Facultad de Ingeniería, `Universidad de Buenos Aires`_)
   - Assistant teacher, teaching programming topics covering C, C++,
   POSIX threads, BSD sockets and GTK+ GUI and more.
 
-2006-date:
-  `Integratech S.A.`_ - HA (High Availability) related programming for
-  a softswitch for Siemens (C/C++).
+2006-2011:
+  `Integratech S.A.`_ - Development and maintenance of a monolithic (carrier
+  grade) *softswitch* (H.248 in particular). Design and development of a new
+  modular and distributed version of the *softswitch*.
 
 .. _`Ministerio de Economía`: http://www.mecon.gov.ar/
 .. _FIUBA: http://www.fi.uba.ar/
 .. _`Universidad de Buenos Aires`: http://www.uba.ar/
 .. _`My Way`: http://www.myway.com.ar/
 .. _`Integratech S.A.`: http://www.integratech.com.ar/
+.. _NSN: http://www.nokiasiemensnetworks.com/
 
 
 Education
 =========
 
 1992-1997:
-  Secondary school diploma, specialized in exact sciences, technology
+  Secondary school diploma, specialized in science, technology
   and design - CNBA_ (Colegio Nacional de Buenos Aires), Argentina.
 
-1998-date:
-  Computer engineering - FIUBA_ (Facultad de Ingeniería, `Universidad de
-  Buenos Aires`_), Argentina. Working on the thesis.
+1998-2010:
+  Informatics Engineering - FIUBA_ (Facultad de Ingeniería, `Universidad de
+  Buenos Aires`_), Argentina. Thesis: `Garbage collection in the D programming
+  language`__.
+
+__ http://www.llucax.com.ar/proj/dgc/index.html
 
 .. _`CNBA`: http://www.cnba.uba.ar/