cv

My curriculum
git clone git://git.bitsmanent.org/cv
Log | Files | Refs | README

en.tex (4723B)


      1 \documentclass[]{friggeri-cv} % Add 'print' as an option into the square bracket to remove colors from this template for printing
      2 \begin{document}
      3 \header{claudio}{alessi}{1984-11-14}
      4 
      5 %----------------------------------------------------------------------------------------
      6 %	SIDEBAR SECTION
      7 %----------------------------------------------------------------------------------------
      8 
      9 \begin{aside} % In the aside, each new line forces a line break
     10 \section{contact}
     11 Via H. C. Andersen, 10
     12 90146 Palermo (PA)
     13 Italy
     14 ~
     15 \href{mailto:smoppy@gmail.com}{smoppy@gmail.com}
     16 \section{languages}
     17 italian mother tongue
     18 english good
     19 \section{programming}
     20 C, CSS3 \& HTML5, JavaScript, PHP, SQL, Python, unix shell, React, SolidJS
     21 \end{aside}
     22 
     23 %----------------------------------------------------------------------------------------
     24 %	EDUCATION SECTION
     25 %----------------------------------------------------------------------------------------
     26 \section{education}
     27 \begin{entrylist}
     28 %------------------------------------------------
     29 \entry
     30 {2002--2004}
     31 {Diploma {\normalfont of Business Administration}}
     32 {Ludovico Ariosto Institute}
     33 {}
     34 \end{entrylist}
     35 
     36 %----------------------------------------------------------------------------------------
     37 %	WORK EXPERIENCE SECTION
     38 %----------------------------------------------------------------------------------------
     39 \section{experience}
     40 \begin{entrylist}
     41 %------------------------------------------------
     42 \entry
     43 {2015--current}
     44 {Pixelo s.r.l.}
     45 {Palermo, Italy}
     46 {\emph{Software developer} \\
     47 I mantain and extend an online betting platform for our customers inside a big
     48 developers team. I also designed and implemented cross-platform mobile apps
     49 which I regularly mantain.
     50 
     51 I learned C\# to contribute on our server-side code and significantly improved
     52 my understanding of JavaScrpt while working on our large codebase. Finally, I
     53 learned React Native which I proeficiently use to develop mobile apps.
     54 }
     55 %------------------------------------------------
     56 \entry
     57 {2013--2015}
     58 {Wiralist}
     59 {Palermo, Italy}
     60 {\emph{Lead developer} \\
     61 Designed and developed a social network. We used MySQL to store data and redis for cache. This has been my first experience with the Laravel framework. \\
     62 Details:
     63 \begin{itemize}
     64 \item Learned how to use the Laravel framework
     65 \item Built a custom framework born from newly learned concepts
     66 \item Configured and mantained cloud-based servers and services
     67 \end{itemize}
     68 
     69 Responsive web site where I used the following technologies: HTML,
     70 JavaScript, AJAX, jQuery (plugins: fancybox, fileUpload), jQuery UI,
     71 CSS (bootstrap, normalize.css), fontello.
     72 }
     73 %------------------------------------------------
     74 \entry
     75 {2010--2013}
     76 {Pubblicarrello.com}
     77 {Palermo, Italy}
     78 {\emph{Lead developer} \\
     79 Designed and developed an e-commerce with plenty of automations. Rated "truly distinctive"
     80 for Conceptualizing, Problem Solving skills and Teamwork.
     81 
     82 In this work I used the following technologies: HTML,
     83 JavaScript, AJAX, jQuery (plugin: fancybox, tooltipster, fileUpload),
     84 jQuery UI, CSS (reset.css), fontello.
     85 }
     86 %------------------------------------------------
     87 \entry
     88 {2009-2010}
     89 {Learning Academy}
     90 {Palermo, Italy}
     91 {\emph{Professor in Computer Science} \\
     92 Course in advanced understanding of Unix-like operating systems, like GNU/Linux.
     93 }
     94 %------------------------------------------------
     95 \entry
     96 {2007-2009}
     97 {Freelance}
     98 {Palermo, Italy}
     99 {\emph{Freelancer} \\
    100 Web developer, analyst, system administrator, technical assistance and consulting
    101 }
    102 %------------------------------------------------
    103 \entry
    104 {2006-2007}
    105 {Civil Service}
    106 {Palermo, Italy}
    107 {\emph{Credited to the Civil Service} \\
    108 IT Manager
    109 }
    110 %------------------------------------------------
    111 \entry
    112 {2005-2006}
    113 {Achtiva s.r.l.}
    114 {Palermo, Italy}
    115 {\emph{IT Manager and Web master}
    116 }
    117 %------------------------------------------------
    118 \entry
    119 {2004-2005}
    120 {Mac\&Win s.r.l.}
    121 {Palermo, Italy}
    122 {\emph{Technical Manager} \\
    123 Tech support, customer relations and repair workshop.
    124 }
    125 %------------------------------------------------
    126 \entry
    127 {2001-2004}
    128 {Freelance}
    129 {Palermo, Italy}
    130 {\emph{Freelancer} \\
    131 Design and implementation of web sites, technical support, SEO.
    132 }
    133 %------------------------------------------------
    134 \end{entrylist}
    135 
    136 %----------------------------------------------------------------------------------------
    137 %	INTERESTS SECTION
    138 %----------------------------------------------------------------------------------------
    139 \section{interests}
    140 \textbf{professional:} web site, mobile app for Android and iOS, data analysis,
    141 software design, implementation and analysis, marketing, UNIX-like system
    142 administration \\
    143 \textbf{personal:} piano, mechanical keyboards, duck typing, software design
    144 and paradigms
    145 
    146 \end{document}