https://github.com/enginebai/enginebai
https://github.com/enginebai/enginebai
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enginebai/enginebai
- Owner: enginebai
- Created: 2021-01-14T14:53:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T07:17:47.000Z (about 5 years ago)
- Last Synced: 2025-03-01T19:25:47.418Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there
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 learn `Frontend` / `Backend`.
* Read more about `Investment`, `Finance Independence`, `Learning How to Learn` and `Leadership & Management`.
* Write [Personal Technical Blog](https://enginebai.com/) to share my knowledge.
```kotlin
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))
}
}
}
```