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

Block or report realdavidvega

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
realdavidvega/README.md

Hi there πŸ‘‹

val `David πŸ‘¨β€πŸ’»`: Person =
    person {
        `from πŸ“` = "Madrid, Spain"
        `education πŸŽ“` = education {
            degree = "Computer Science"
            university = "Technical University of Madrid"
        }
        `occupation 🏒` = occupation {
            role = "Senior Software Engineer"
            at = "Xebia Functional (previously 47 Degrees)"
            exes = listOf("Deutsche Bank", "BBVA", "ONETEC", "BABEL")
            currentFocus = Areas("AI", "Microservices") {
                lang = setOf("Kotlin", "Scala", "Java", "JavaScript")
                ai = listOf("Generative AI", "LLM", "Finetuning", "GPT", "Prompt Engineering", "Assistants", "RAG")
                backend = listOf("Spring Boot", "R2DBC", "Ktor", "Coroutines", "http4s")
                libs = listOf("Xef.ai", "Arrow.kt", "Testcontainers", "Kotest", "Cats Effect")
            }
            expertiseOn = Technologies {
                backend = listOf("Kafka", "Hexagonal", "Event Sourcing", "CQRS", "Saga")
                frontend = listOf("TypeScript", "Angular", "WebComponents", "Microfrontends")
                testing = listOf("Unit Testing", "Integration Testing", "Property-based Testing", "TDD", "BDD")
                infra = listOf("Openshift", "GCP", "AWS", "Docker", "Kubernetes")
                cicd = listOf("GitHub Actions", "TeamCity", "Jenkins")
            }
        }
        `learning 🌱` = currentlyLearning {
            topics = buildList {
                add("AI")
                add("Scala")
                add("React")
            }
        }
        `interests πŸ’žοΈ` = interestedOn {
            topics = listOf(
                "Architecture",
                "AI",
                "FP",
                "Scala",
                "Fullstack",
                "React",
                "JVM"
            )
        }
        `contact πŸ“«` = contactMe {
            linkedIn = "linkedin.com/in/david-vega-lichacz"
            email = "davidvegalichacz@gmail.com"
        }
    }

Pinned

  1. xebia-functional/xef xebia-functional/xef Public

    Building applications with LLMs through composability, in Kotlin, Scala, ...

    Kotlin 164 16

  2. kotlin-playground kotlin-playground Public

    Playground for Kotlin code, learning and exercises

    Kotlin

  3. scala-playground scala-playground Public

    Playground for random Scala code, learning and exercises

    Scala

  4. rust-playground rust-playground Public

    Playground for random Rust code, learning and exercises

    Rust