Skip to content
View itslucadiio's full-sized avatar

Block or report itslucadiio

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
itslucadiio/README.md

Hello, I'm Luca Di Iorio!

Twitter: itslucadiio Linkedin: Luca Di Iorio

struct Engineer {
    var name = "Luca Di Iorio"
    var age = 20
    var languages = [ "Python", "Swift", "VHDL", "Assembler" ]
    var knowledge = [
        "Industrial Electronics and Automatic Control Engineering",
        "Software development",
        "Video production"
    ]
}let luca = Engineer()
print("Hi, I'm \(luca.name). Let's code!")

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


📈 GitHub Stats

Luca's GitHub Stats

💾 Take a look at some of my projects:


Popular repositories Loading

  1. traffic-light-vhdl traffic-light-vhdl Public

    Traffic Light in VHDL using BASYS 3

    VHDL 1

  2. digital-chronometer-vhdl digital-chronometer-vhdl Public

    VHDL

  3. socket socket Public

    Python

  4. ws-tcp-bridge ws-tcp-bridge Public

    Python

  5. itslucadiio itslucadiio Public

  6. flask-login-roles flask-login-roles Public

    A simple Flask-Login backend with user roles

    Python