Skip to content
View tmrdlt's full-sized avatar

Highlights

  • Pro

Organizations

@onandoff-dev@unit214

Block or report tmrdlt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tmrdlt/README.md

Hi 👋

@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!")
}
}

Pinned Loading

  1. masterthesis-khipu-frontendmasterthesis-khipu-frontendPublic

    Kanban board-based application built with React and Next.js

    TypeScript 2

  2. masterthesis-khipumasterthesis-khipuPublic

    Backend for Kanban board-based application written in Scala.

    Scala 2

  3. ndrsllwngr/ffpndrsllwngr/ffpPublic

    Minesweepskell - a fun(ctional) Web Minesweeper written in Haskell. Advanced Functional Programming - Group project (2020)

    Haskell 4

  4. ndrsllwngr/hll-rustndrsllwngr/hll-rustPublic

    P2P application based on Chord algorithm (by MIT) in Rust. High-level languages: Rust - Group project (2018/2019)

    Rust 5

  5. ndrsllwngr/iosndrsllwngr/iosPublic

    Practical Course: iOS - Group project (2019/2020)

    Swift 3

  6. ndrsllwngr/hll-prologndrsllwngr/hll-prologPublic

    Testing Interaction Scenarios - Classified Information System (CIS). High-level languages: Prolog - Group project (2019/2020)

    Prolog 3