Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | 8x | export const experiences = [
{
role: "exp_intesa_role",
company: "Intesa Sanpaolo",
period: "12/2025 – Present",
description: "exp_intesa_description",
tech: "RPG, AS400, MySQL, Java, Angular, JavaScript, Framework Spring, Maven, HTML5, CSS, Server Windows, JSON, Node.js, Docker, XML, Git, jQuery"
},
{
role: "exp_rgi_role",
company: "RGI Group",
period: "09/2021 – 12/2025",
description: "exp_rgi_description",
tech: "Enterprise architecture, MySQL, JavaScript, Docker, JSON, REST APIs, HTML5, Node.js, XML, CSS, HTML, OOP, Openapi, AngularJS, Git, Mapstruct"
},
{
role: "exp_iol_role",
company: "Italiaonline",
period: "05/2019 – 09/2021",
description: "exp_iol_description",
tech: "Spring, JavaScript, Docker, Hibernate, JSON, Java, JBoss Application Server, MySQL, REST APIs, Eclipse, HTML5, JEE, Node.js, XML, Machine learning, CSS, Tomcat, HTML, OOP, AngularJS, Maven, Git",
},
{
role: "exp_tecnavia_role",
company: "Tecnavia Apps",
period: "07/2018 – 05/2019",
description: "exp_tecnavia_description",
tech: "jQuery, React Native, JavaScript, JSON, Java, SQL, REST APIs, Eclipse, HTML5, XML, CSS, Android, HTML, OOP, SQLite, MySQL, PHP, Git",
},
{
role: "exp_teoresi_role",
company: "Teoresi",
period: "10/2017 – 07/2018",
description: "exp_teoresi_description",
tech: "jQuery, JavaScript, Hibernate, JSON, JBoss Application Server, SQL, REST APIs, HTML5, JEE, Node.js, XML, CSS, Tomcat, HTML, OOP, AngularJS, Maven, MySQL, Git"
},
{
role: "exp_hpe_role",
company: "Hewlett Packard Enterprise",
period: "09/2016 – 10/2017",
description: "exp_hpe_description",
tech: "jQuery, JavaScript, PostgreSQL, Hibernate, JSON, JBoss Application Server, SQL, REST APIs, Eclipse, HTML5, JEE, Node.js, XML, CSS, Tomcat, HTML, OOP, AngularJS, Maven, MySQL, Git"
},
{
role: "exp_digiCamere_role",
company: "DigiCamere",
period: "06/2016 – 09/2016",
description: "exp_digiCamere_description",
tech: "Server Windows, Bash, XML, Linux, Tomcat, Active Directory"
},
{
role: "exp_piksel_role",
company: "Piksel",
period: "10/2015 – 04/2016",
description: "exp_piksel_description",
tech: "Server Windows, Bash, XML, Linux, Tomcat, Active Directory"
},
{
role: "exp_coach_role",
company: "-",
period: "01/2009 – 10/2015",
description: "exp_coach_description",
tech: "Framework Spring, jQuery, C#, VBA, x86 Assembly, Bash, Matlab, .NET, HTML5, XML, C, PhpMyAdmin, CSS, HTML, Cisco Technologies, MySQL, PHP, Git, C++"
},
{
role: "exp_salesiani_role",
company: "Salesiani Sesto San Giovanni",
period: "2005 - 2010",
description: "exp_salesiani_description",
tech: "C, C++, C#, Assembly x86, PHP, MySQL, HTML, CSS, Matlab"
},
{
role: "exp_polimi_role",
company: "Politecnico di Milano",
period: "2010 - 2014",
description: "exp_polimi_description",
tech: "Java, C, C++, Android, STM32, USB communication, Embedded systems, Linux"
}
];
|