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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
tmrdlt/README.md

Hi 👋

@main
def welcome(): Unit = {
  val me = SoftwareEngineer(
    name = "Timo Erdelt",
    role = "Full Stack Software Engineer",
    company = "Unit 214 GmbH",
    languages = Seq("de-DE", "en-US", "es-ES"),
    technologies = Seq("Scala", "TypeScript", "React", "Rust", "Go")
  )
  me.sayHi()
  me.introduce()
  me.sayGoodbye()
}

class SoftwareEngineer(name: String,
                       role: String,
                       company: String,
                       languages: Seq[String],
                       technologies: Seq[String]) {
  def sayHi(): Unit =
    println(s"Hi there, thank you for dropping by!")

  def introduce(): 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(", ")}.")
  }

  def sayGoodbye(): Unit = {
    println(s"Feel free to connect or explore some of my repositories. Until next time!")
  }
}

Pinned Loading

  1. masterthesis-khipu-frontend masterthesis-khipu-frontend Public

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

    TypeScript 1

  2. masterthesis-khipu masterthesis-khipu Public

    Backend for Kanban board-based application written in Scala.

    Scala 1

  3. ndrsllwngr/ffp ndrsllwngr/ffp Public

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

    Haskell 4

  4. ndrsllwngr/hll-rust ndrsllwngr/hll-rust Public

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

    Rust 5

  5. ndrsllwngr/ios ndrsllwngr/ios Public

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

    Swift 3

  6. ndrsllwngr/hll-prolog ndrsllwngr/hll-prolog Public

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

    Prolog 3