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!")
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! :)
- Traffic Lights in VHDL
- Digital Chronometer in VHDL
- Bridge between tcp and websocket
- Flask Login with User Roles