Skip to content
View Lijucay's full-sized avatar

Block or report Lijucay

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 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
Lijucay/README.md

Hi 👋, I'm Luca

typealias songTitle = String
typealias singer = String

class Lijucay() {
    var age = 21
    val name = "Luca",
    val nationality = "German"
    var currentJob: String? = "Student"
    var jobLocation = "Carl von Ossietzky Universität Oldenburg"
    var hobbies = listOf(
        "Coding",
        "Music",
        "Story-writing"
    )
    var favoriteSongs = mapOf<songTitle, singer>(
        "I can do it with a broken heart" to "Taylor Swift",
        "What was I made for" to "Billie Eilish",
        "My boy only breaks his favorite toys" to "Taylor Swift"
    )
}

My work:

import de.lijucay.Repository;

public class MyWork() {
    public ArrayList<Repository> getRepositories() {
        ArrayList<Repository> repositories = new ArrayList();

        repositories.add(Repository("Qwotable", "https://github.com/Lijucay/Qwotable"));
        repositories.add(Repository("My website","https://www.lijucay.de"));

        return repositories;
    }
}

My skills:

class MySkills() {
  val java = Pair("Java", Level.COMPETENT)
  val kotlin = Pair("Kotlin", Level.COMPETENT)
  val python = Pair("Python", Level.NOVICE)
  val html = Pair("HTML", Level.FAMILIAR)
  val css = Pair("CSS", Level.FAMILIAR)
}

enum class Level(val value: Int, val description: String) {
  EXPERT(5, "Mastering intricate concepts effortlessly."),
  PROFICIENT(4, "Confidently solving complex problems daily."),
  COMPETENT(3, "Skilled in various practical applications."),
  FAMILIAR(2, "Understands basics, can navigate tasks."),
  NOVICE(1, "Learning foundations, exploring possibilities.")
}

I have worked with:

My skills

ko-fi

Static Badge

Pinned Loading

  1. Qwotable Qwotable Public

    The app for Quotes and Wisdom

    Kotlin 34 1