Skip to content
View PedroRTeles's full-sized avatar
Block or Report

Block or report PedroRTeles

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PedroRTeles/README.md
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"
)

Popular repositories Loading

  1. MusicLinkConverter MusicLinkConverter Public

    A Python script to convert a Spotify music link to a Deezer music link

    Python 2

  2. ScanduinoBox ScanduinoBox Public

    Projeto de Arduino com Shield Ethernet | N2 - Arquitetura e Organização de Computadores | Profº Ismael Moura Parede

    C++ 1 1

  3. QaRd-WebService QaRd-WebService Public

    PHP WebService for the QaRd Android app

    PHP 1

  4. Android-Clean-Arch-Github-API Android-Clean-Arch-Github-API Public

    Kotlin android project with Coroutines, Koin and Retrofit using Clean Architecture

    Kotlin 1

  5. CommuniPy CommuniPy Public

    Forked from RafaelBroseghini/CommuniPy

    📚 ✏️ Python Practice Problems

    Python

  6. QaRd QaRd Public

    Check in Android app with QR Code

    Java