cv

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

en.tex (4690B)


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