val dragneelfps = developer {
about {
name = "Sourabh"
company = "Uber"
role = "SSE"
description = "Improving Earner Onboarding Process"
}
tech("Go", "Kafka", "Presto", "Kotlin", "Scala", "Spark", "Spring", "Aws")
links {
linkedin = "https://www.linkedin.com/in/sourabhsrawat/"
}
}
💻
Developer @ Uber
-
Uber
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.