Skip to content
View Edwx's full-sized avatar
๐Ÿš€
๐Ÿš€
  • Cieneguilla, Lima, Perรบ
  • 09:57 (UTC -05:00)
  • LinkedIn in/edwx
Block or Report

Block or report Edwx

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
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

  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