val dragneelfps = developer {
about {
name = "Sourabh"
company = "Uber"
role = "Software Developer 2"
description = "Building Places Platform"
}
tech("Kotlin", "Scala", "Spark", "Spring", "Aws")
links {
linkedin = "https://www.linkedin.com/in/sourabhsrawat/"
}
}
dragneelfps
Follow
💻
Developer @ Expedia
Pinned Loading
-
-
-
-
telegram-bot.kt
telegram-bot.kt PublicMultiplatform Telegram Bot Library written in Kotlin
-
Replicating `spring.active.profiles`
Replicating `spring.active.profiles` 1fun profileAwareConfig(): Config {
2val logger = LoggerFactory.getLogger("ProfileAwareConfig")
3val profiles = (System.getProperty("ktor.active.profiles") ?: "").split(",")
45val combinedConfig = profiles.fold(ConfigFactory.defaultApplication()) { config, profile ->
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.