#!/usr/bin/env kotlin
@file:Suppress("EXPERIMENTAL_API_USAGE")
import kotlinx.coroutines.*
object SoftwareEngineer {
val name = "Hari Srinivasan"
val role = "Software Developer"
val languagesUsed = listOf("Kotlin", "Python", "BASH", "C")
suspend fun sayHi() = coroutineScope {
launch {
delay(500)
println("Thanks for dropping by, hope you find some of my work interesting.")
}
}
fun showStack() {
println("Currently building cool things with: ${languagesUsed.joinToString(", ")}")
}
}
suspend fun main() {
SoftwareEngineer.sayHi()
SoftwareEngineer.showStack()
}
- Chennai, India
-
23:08
(UTC +05:30) - https://orcid.org/0009-0003-7886-8782
- in/hari-srinivasan-b0633a2b8
Highlights
- Pro
Pinned Loading
-
BlazeUp-AI/Observal
BlazeUp-AI/Observal PublicObserval is an observability platform and local registry for MCPs, hooks, skills, graphRAGs and more!
-
ankidroid/Anki-Android
ankidroid/Anki-Android PublicAnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
-
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.



