const myself = {
firstName: "Lorenzo",
lastName: "Fratus",
country: "Italy",
contact: "[email protected]",
website: "https://lorenzofratus.it",
workStatus: [
{
role: "Founder",
company: "Teapot Labs",
},
{
role: "SAP Cloud Application Developer",
company: "Syscons Futura",
}
],
education: () => {
const expectedGraduation = new Date(2023, 05, 04);
return Date.now() < expectedGraduation
? {
major: "Computer Science",
degree: "Ingegneria Informatica",
level: "Bachelor",
university: "Politecnico di Milano"
}
: {
major: "Computer Science",
degree: "Computer Science and Engineering",
level: "Master",
university: "Politecnico di Milano"
}
},
languages: {
favorite: "TypeScript",
oftenUsed: [
"JavaScript",
"Python",
"Java",
"HTML",
"CSS/SCSS"
],
occasional: [
"C++",
"C"
]
},
frameworks: [
"React",
"Next.js",
"SAP CAP"
],
runtimes: [
"Node.js",
"Kyma"
],
cloudPlatforms: [
"SAP BTP",
"Google Cloud Platform"
],
tools: [
"TailwindCSS",
"Figma",
"Adobe Illustrator",
"Adobe Photoshop",
"Affinity Designer",
"Affinity Photo",
"Affinity Publisher"
]
}
-
Syscons Futura
- Bergamo, Italia
- lorenzofratus.it
- in/lorenzo-fratus
Highlights
- Pro
Popular repositories Loading
-
maptoposter
maptoposter PublicForked from originalankur/maptoposter
Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.
Python 1
-
-
ImageGallery
ImageGallery Public archiveProject developed for the final exam of the course named Information Technology for the Web (Tecnologie Informatiche per il Web) held by Professor Piero Fraternali at Politecnico di Milano.
Java
-
ImageGalleryRIA
ImageGalleryRIA Public archiveProject developed for the final exam of the course named Information Technology for the Web (Tecnologie Informatiche per il Web) held by Professor Piero Fraternali at Politecnico di Milano.
Java
-
secure-network-rebrand
secure-network-rebrand Public archiveProject developed for the final exam of the course named Hypermedia Applications held by Professor Franca Garzotto at Politecnico di Milano.
Vue
If the problem persists, check the GitHub status page or contact support.



