package com.github.jtschwartz.profile
class About:Me {
companion object {
val almaMater = "University of Dayton"
var company = "Ford Motor Company"
var position = "Software Developer"
}
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.