data class Info(
val name = "Pedro Teles",
val age = 22,
val nationality = "Brazillian",
val languages = listOf("Portuguese", "English"),
val college = "InfoSec - FATEC São Caetano do Sul",
val occupation = "Software Engineer",
val hobbies = listOf("Programming", "Reading", "Writing", "Travel"),
val skills = Programming(),
val socialInfo = Social()
)
data class Programming(
val languages = listOf("Kotlin", "Java"),
val platforms = listOf("Android", "Backend"),
val frameworks = listOf("Spring Boot"),
val databases = listOf("MySQL", "SQL Server"),
val learning = listOf("Python", "Kafka", "Machine Learning Concepts"),
val projects = listOf("Helppet")
)
data class Social(
val website = "https://pedroteles.dev",
val linkedin = "https://br.linkedin.com/in/pedro-teles-developer",
val medium = "https://medium.com/@pedroateles",
val github = "https://github.com/PedroRTeles"
)
It is not about work, fun or any kind of hobby. People write code because it satisfies them, because it is open source.
- Brazil
- https://pedroteles.dev
Popular repositories Loading
-
MusicLinkConverter
MusicLinkConverter PublicA Python script to convert a Spotify music link to a Deezer music link
Python 2
-
ScanduinoBox
ScanduinoBox PublicProjeto de Arduino com Shield Ethernet | N2 - Arquitetura e Organização de Computadores | Profº Ismael Moura Parede
-
-
Android-Clean-Arch-Github-API
Android-Clean-Arch-Github-API PublicKotlin android project with Coroutines, Koin and Retrofit using Clean Architecture
Kotlin 1
-
CommuniPy
CommuniPy PublicForked from RafaelBroseghini/CommuniPy
📚 ✏️ Python Practice Problems
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.