Skip to content
View lorenzofratus's full-sized avatar

Highlights

  • Pro

Block or report lorenzofratus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lorenzofratus/README.md

Hi, there! ✌️

πŸ‘¨β€πŸ’» Anything you need to know about me...

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"
    ]
}

Popular repositories Loading

  1. delibrary delibrary Public archive

    Project developed for the final exam of the course named Design and Implementation of Mobile Applications held by Professor Luciano Baresi at Politecnico di Milano.

    Dart 1

  2. maptoposter maptoposter Public

    Forked 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

  3. lorenzofratus lorenzofratus Public

  4. ImageGallery ImageGallery Public archive

    Project 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

  5. ImageGalleryRIA ImageGalleryRIA Public archive

    Project 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

  6. secure-network-rebrand secure-network-rebrand Public archive

    Project developed for the final exam of the course named Hypermedia Applications held by Professor Franca Garzotto at Politecnico di Milano.

    Vue