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

Block or report Edwx

Report abuse

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

Report abuse
Edwx/README.md

Hi there 👋

## About Me ✨

class Edwx {
    val firstName = "Edwar A."
    val lastName = "Gaspar"
    val location = "Lima, Peru 🇵🇪"
-   val experience = 5
+   val experience = 6
    val role = "Mobile Android 📱 & Full-Stack Web Developer 💻"
    val majorProjects = listOf(
        "QW Proveedores (Android Native: Java)",
        "QW Reportes (Android Native: Kotlin)",
        "Aprendo en Casa (Full-Stack Web: NestJS & React)",
        "Ruta Digital (Full-Stack Web: .NET & Angular)",
+       "GeoMap (Android Native: Kotlin)"
+       "Sistema de Papeletas Electrónicas (Android Native: Kotlin)"
    )
}

## Proficiencies 💡

class Frontend {
    val mobile = listOf("Java ♨️", "Kotlin 🌟", "Dart 🚀")
    val web = listOf("JavaScript ⚡", "TypeScript 💎")
}

class Backend {
    val dotNet = listOf("C# 🔧", ".NET ⚙️")
+   val java = listOf("Java ☕️", "Spring Framework ⚙️")
}

class Databases {
    val sqlServer = "SQL Server 🛢️"
    val mongoDB = "MongoDB (NoSQL) 🍃"
}

class DevOpsCloud {
    val devOps = listOf("CI 🔄", "CD 🚀")
    val cloud = listOf("AWS ☁️", "Azure ☁️")
}

## Education Insights 🎓

class Education {
    val institution = "Universidad Tecnológica del Perú"
    val major = "Software Engineer"
    val graduationYear = "Class of 2016"
}

## Beyond Coding 💫

class Hobbies {
    val sports = listOf("Road Running enthusiast 🏃‍♂️", "Trail running explorer 🌲")
    val gaming = "Casual gaming 🎮"
}

Popular repositories Loading

  1. UTP-GPS-ALARM UTP-GPS-ALARM Public

    Proyecto Desarrollo de Software I

    1

  2. edwx.github.io edwx.github.io Public

  3. Edwx Edwx Public

  4. modhyobitto-angular modhyobitto-angular Public

    Forked from owrrpon/modhyobitto-angular

    Angular application architecture design in a non-redux modhyobitto approach.

    TypeScript