package com.github.jtschwartz.profile
class About:Me {
companion object {
val almaMater = "University of Dayton"
var company = "Wells Fargo"
var position = "Lead Software Engineer"
}
fun techStack() {
val languages = arrayOf(
"Kotlin",
"Java",
"JavaScript",
"Python",
"Go"
)
return languages + platforms()
}
private fun platforms() {
return arrayOf(
"Android",
"Linux",
"Windows",
"Web"
)
}
}
Android to Web | Frontend to Backend
\n
If it's code, I enjoy it
-
Ford Motor Company
- Metro Detroit
- jtschwartz.com
- @DevSchwartz
Highlights
- Pro
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.