Hey there 👋
struct Developer {
let name = "Lukas Pistrol"
let pronouns = "he/him/his"
let age = 25
let role = "iOS & macOS 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.
- SwiftLintPlugin A SPM Plugin for SwiftLint.
- 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_
- LinkedIn: https://www.linkedin.com/in/lukas-pistrol/
- Mastodon: @mastodon.social@lukeeep






