package luanloose
class About : Me() {
fun getCurrentJob(): Map<String, String> {
return mapOf(
"company" to "Mercado Livre",
"position" to "Software Engineer"
)
}
fun getSkills(): Map<String, List<Class<*>>> {
return mapOf(
"php" to listOf(
Laravel::class.java,
Lumen::class.java,
Hyperf::class.java
),
"java" to listOf(
Spring::class.java,
Kotlin::class.java
),
"database" to listOf(
MongoDB::class.java,
Postgre::class.java,
MySQL::class.java
),
"dev-ops" to listOf(
Aws::class.java,
Kubernetes::class.java
)
)
}
fun getFutureGoal(): String {
return "To contribute to open source."
}
}
👨💻
I am with the force.
Pinned Loading
-
-
-
controle-series
controle-series PublicSistema para controle de seriados assistidos, desenvolvido para estudos em laravel.
PHP 1
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.


