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

https://github.com/manuelernesto/manuelernesto


https://github.com/manuelernesto/manuelernesto

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

👋🏿 Hi there! I'm Manuel Ernesto



Linkedin
Twitter
Medium
Speaker Deck
Youtube

---

```kotlin
object Manuel {
val name = "Manuel Ernesto"

val primarySkillset = listOf("Back-End", "Android")
val languages = listOf("Kotlin", "Java")
val learning = listOf("Go", "Google Cloud", "K8s")

val contact = "@manuelernest0".apply {
twitter = this
instagram = this
medium = this
}

}
```