Hi, I'm Engine Bai. Developer, Athlete, Learner.
Languages and Tools:
- With 5 years' experiences of
Android app
development. Interested in mobile full stack. - Start developing in
Flutter
and learnFrontend
/Backend
. - Read more about
Investment
,Finance Independence
,Learning How to Learn
andLeadership & Management
. - Write Personal Technical Blog to share my knowledge.
object EngineBai {
val learning: Learning by inject()
val projects: Project by inject()
private val experiences = Experience()
fun startMyJourney() {
while (live) {
try {
learning.keep(efforts, time)
assets += investment(money)
} catch (e: Exception) {
correctMyself(e)
}
// TODO:
travel(listOf(countries))
}
}
}