Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.33 KB

README.md

File metadata and controls

45 lines (36 loc) · 2.33 KB

Hi there

Hi, I'm Engine Bai. Developer, Athlete, Learner.

abhisheknaiidu

Languages and Tools:

  • With 5 years' experiences of Android app development. Interested in mobile full stack.
  • Start developing in Flutter and learn Frontend / Backend.
  • Read more about Investment, Finance Independence, Learning How to Learn and Leadership & 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))
        }
    }
}