munjeongho - Overview

👋 Hi! Thank you for visiting my GitHub profile.

I'm a developer working for a Solution company.

Here you can find repositories that I'm personally interested in projects.

data class MyProfile(
    val github: String = "munjeongho",
    val techStack: List<String> = listOf( 
        "Java", "Spring Framework", "RDBMS", "Linux" 
    ),
    val interestStack: List<String> = listOf( 
        "Kotlin", "AWS"
    )
)