Hey there 👋
struct Developer {
let name = "Lukas Pistrol"
let pronouns = "he/him/his"
let age = 25
let role = "Swift Frontend Developer"
let location = "Vienna 🇦🇹"
let languages = ["de_DE", "en_US"]
let skills = ["Swift", "JavaScript", "Python"]
func sayHi() {
print("Hey, thanks for dropping by, feel free to have a look at my work!")
}
}
let me = Developer()
me.sayHi()Highlights
- CodeEdit A native open-source IDE for macOS
- Pexels-Swift Pexels API client library for the Swift programming language.
- Kraken-API Swift wrapper for the Kraken Digital Asset Trading Platform REST API.
Links
- Website: https://lukaspistrol.com
- Blog: https://lukaspistrol.com/blog
- Twitter: @lukeeep_
