Personal details

Roberto T. - Remote full-stack developer

Roberto T.

Timezone: Rome (UTC+2)

Summary

I love solving problems and getting in touch with new people.
I believe that quality means to do your best even when no one is watching and this is what I do in my work.
I have worked in a startup-driven translation agency for the last years and I improved my hard and soft skills a lot.
Recently I'm studying concepts of Growth hacking, marketing and business to widen my knowledge: it will be very useful in my teaching sessions!

Ready for learning?

PS: I have taken some tests too that certify my skills!
Here a non-complete list:

Work Experience

Freelance Software Engineer
Roberto Tucci | Mar 2018 - Present
PHP
MySQL
Git
HTML
Bash
GitHub
Symfony
CSS
JavaScript
PHP 7
I work for private customers and agencies. I offer to customers over a decade of experience, total focus on the needs developed with hand-crafted code, readable and usable for other developers, too. During these years I've also worked on freelance job dashboards such as Freelancer and Codementor. My latest projects involve: - an IVR assistant for a health insurance company which easen users the experience of asking for a refund on the medical services they've received - A dashboard for police departments that allows to: manage speed cameras (single camera, tutor clearance, red light cameras), create sanction policies, generate PDF documents for sanctioned transits - A dashboard that automates the on/offboarding process of an employee regarding all the digital assets that the company provides. Other services I offers are: Technical SEO website optimization, wordpress theme development, website development from scratch, Facebook marketing technical integrations (pixel installation, custom events, audience creation, data analysis on a funnel)
Software Engineer and Head of Customer Service
Translated S.r.l | Apr 2013 - Sep 2017
HTML/CSS
PHP
Python
MySQL
LAMP Stack
I started working here when I was finishing my last year at university. Since then, my performances and skills brought me to autonomously develop some projects, from design to implementation, to talking with the end user and customer.

Personal Projects

Peg game AI solverIconOpenNewWindows
2015
AI (artificial intelligence)
A javascript AI that solves the peg game using A* algorithm
Genetic BitmapIconOpenNewWindows
2019
Machine Learning
JavaScript
AI (artificial intelligence)
Genetic Bitmap is an artificial intelligence that copies a goal image using a genetic algorithm approach. A genetic algorithm creates a population of individuals and then uses a "natural selection" mechanism to improve the population fitness with respect to a specific criteria. At every new generation: The worst performing individuals are replaced by the children of the best performing individuals Every new individual has a random chance to be mutated. This helps finding new solutions. In this case, each picture is an individual (a possible copy of the sample image) and the fitness is measured as the number of pixels that are equal to the corresponding ones in the sample image.