An open API service indexing awesome lists of open source software.

https://github.com/enginebai/enginebai


https://github.com/enginebai/enginebai

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

### 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](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))
}
}
}
```