struct Developer {
let name = "Kazuma Miura"
let location = "Aichi, Japan"
let role = "iOS / Mobile Developer"
var currentlyWorkingOn: [String] {
["ShieldApp", "design-bank", "atoyomi"]
}
var languages: [String] {
["Swift", "Dart", "Python", "TypeScript"]
}
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


