Skip to content
View dlwhdgus0810's full-sized avatar

Highlights

  • Pro

Block or report dlwhdgus0810

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
dlwhdgus0810/README.md
@Component
class HyunLee : BackendDeveloper {
    
    val info = mapOf(
        "name"      to "Hyun Lee",
        "education" to "University of Virginia (CS)",
        "focus"     to "Scalable Backend Systems",
        "portfolio" to "hyunlee.me"
    )

    val contact = listOf(
        "hyunlee.289@gmail.com",
        GitHub,
        LinkedIn
    )

    val techStack = mapOf(
        Category.BACKEND to listOf(
            ,
            ,
            ,
            
        ),
        Category.DATABASE to listOf(
            ,
            
        ),
        Category.CLOUD to listOf(
            ,
            ,
            
        ),
        Category.DEVOPS to listOf(
            ,
            
        )
    )
}

"Do not go gentle into that good night."

Pinned Loading

  1. FiveIdiotss/back-end-api FiveIdiotss/back-end-api Public

    Service that matches mentors and mentees within a university

    Java

  2. HospitaIProject/back-end HospitaIProject/back-end Public

    Patient managing system used in St. Mary's Hospital

    TypeScript 1 1