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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 experienceYears = 8
    val role = "Android Mobile 📱 & 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)",
        "Fichas Técnicas – Android Native (Kotlin)",
+       "Gestión de Lotes de Banca Comercial – Backend (Java Cloud)"
    )
}

## 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 Boot ⚙️")
}

class Databases {
+    val relational = listOf("SQL Server 🛢️", "Oracle 🧱")
    val noSql = listOf("MongoDB 🍃")
}

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

class Observability {
    val telemetry = listOf("Metrics 📊", "Logs 📜", "Distributed Tracing 🧭")

    val stacks = listOf(
        "ELK Stack (Elasticsearch, Logstash, Kibana)",
        "Grafana Stack (Prometheus, Loki, Tempo)",
        "New Relic (OpenTelemetry-based instrumentation)"
    )
}

## Engineering Practices 🧠

class Engineering {
    val architecture = listOf(
        "Clean Architecture",
        "Hexagonal Architecture",
        "Modular monoliths",
        "Microservices"
    )

    val practices = listOf(
        "Event-driven design",
        "Asynchronous messaging",
        "API-first design",
        "SOLID principles"
    )
}

## Education Insights 🎓

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

## Beyond Coding 💫

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

Popular repositories Loading

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

    Proyecto Desarrollo de Software I

    1

  2. demo_hexagonal demo_hexagonal Public

    Java 1

  3. edwx.github.io edwx.github.io Public

  4. Edwx Edwx Public

  5. modhyobitto-angular modhyobitto-angular Public

    Forked from owrrpon/modhyobitto-angular

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

    TypeScript

  6. swot swot Public

    Forked from JetBrains/swot

    Identify email addresses or domains names that belong to colleges or universities. Help automate the process of approving or rejecting academic discounts.

    Kotlin