@main
defwelcome():Unit= {
valme=SoftwareEngineer(
name ="Timo Erdelt",
role ="Full Stack Software Engineer",
company ="Hula Earth",
languages =Seq("de-DE", "en-US", "es-ES"),
technologies =Seq("Scala", "TypeScript", "React", "Rust", "Go")
)
me.sayHi()
me.introduce()
me.sayGoodbye()
}
classSoftwareEngineer(name: String,
role: String,
company: String,
languages: Seq[String],
technologies: Seq[String]) {
defsayHi():Unit=
println(s"Hi there, thank you for dropping by!")
defintroduce():Unit= {
println(s"My name is $name.")
println(s"I'm a $role @ $company.")
println(s"I speak the following languages: ${languages.mkString(", ")}.")
println(s"My favorite technologies include: ${technologies.mkString(", ")}.")
}
defsayGoodbye():Unit= {
println(s"Feel free to connect or explore some of my repositories. Until next time!")
}
}Full Stack Software Engineer @hulaearth
- Munich, Germany
-
10:08
(UTC +02:00) - in/timoerdelt
- @tmrldt@mastodon.social
Highlights
- Pro
Pinned Loading
- masterthesis-khipu-frontend
masterthesis-khipu-frontend PublicKanban board-based application built with React and Next.js
TypeScript 2
- masterthesis-khipu
masterthesis-khipu PublicBackend for Kanban board-based application written in Scala.
Scala 2
- ndrsllwngr/ffp
ndrsllwngr/ffp PublicMinesweepskell - a fun(ctional) Web Minesweeper written in Haskell. Advanced Functional Programming - Group project (2020)
Haskell 4
- ndrsllwngr/hll-rust
ndrsllwngr/hll-rust PublicP2P application based on Chord algorithm (by MIT) in Rust. High-level languages: Rust - Group project (2018/2019)
Rust 5
- ndrsllwngr/hll-prolog
ndrsllwngr/hll-prolog PublicTesting Interaction Scenarios - Classified Information System (CIS). High-level languages: Prolog - Group project (2019/2020)
Prolog 3
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.
Uh oh!
There was an error while loading. Please reload this page.




