/** Heya this is Yen, I code backend for problem solving */
sealed trait Skill {
def description: String
}
case class BackendDevelopment(name: String) extends Skill {
def description: String = s"$name involves building backend services with JVM and Python."
}
case class DataEngineering(name: String) extends Skill {
def description: String = s"$name focuses on big data, streaming, and data platform development."
}
case class SystemArchitecture(name: String) extends Skill {
def description: String = s"$name includes system design and product ownership."
}
object SkillApp extends App {
val skills: List[Skill] = List(
BackendDevelopment("Backend Development"),
DataEngineering("Data Engineering"),
SystemArchitecture("System Architecture")
)
skills.foreach(s => println(s.description))
}
🍣
shushi
AI, Backend, Infra, FullStack, Data | JVM, Python, JS | Hack everything* 🎸
Pinned Loading
-
InvestSkill
InvestSkill PublicUS stock analysis skills for LLMs (Claude code, Gemini ...) | #AI
-
agent_ticket_system
agent_ticket_system PublicAgent-powered task ticket manager (Jira, Trello...)
-
ai_experiment
ai_experiment PublicAI exp : Agent system, LLM apps, prompts, MLOps, MCP, tooling ...| #AI
-
SpringPlayground
SpringPlayground PublicBackend playground with Java Spring boot | #SE
-
cdk-playground
cdk-playground PublicVarious cloud infra built with AWS CloudFormation | #SE
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.





