Skip to content
View Lijucay's full-sized avatar
💭
Dreaming of changes
💭
Dreaming of changes
Block or Report

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.

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

Hi 👋, I'm Luca

class Lijucay() {
  var age = 19
  val name = "Luca"
  val nationality = "German"
  var currentJob: String? = null
  var hobbies = listOf(
    "Programming",
    "Music",
    "Story-writing"
  )
  var favoriteSongs = listOf(
    Pair("I Can Do It With a Broken Heart", "Taylor Swift"),
    Pair("What was I made for?", "Billie Eilish"),
    Pair("My Boy Only Breaks His Favorite Toys", "Taylor Swift")
  )
}

My work:

import dev.lijucay.Repository;

public class CurrentWork() {
  public ArrayList<Repository> getRepositories() {
    ArrayList<Repositories> repos = new ArrayList();

    repos.add(Repository("Qwotable", "https://github.com/Lijucay/Qwotable"));

    repos.add(Repository("NoteHarmony", "https://github.com/Lijucay/NoteHarmony"));

    repos.add(Repository("lijucay.github.io", "https://lijucay.github.io/"))

    return repos;
  }
}

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.")
}

Enviroments, I work(ed) with:

My Skills

ko-fi

Popular repositories

  1. Qwotable Qwotable Public

    The app for Quotes and Wisdom

    Kotlin 9

  2. Lijucay Lijucay Public

    Config files for my GitHub profile.

  3. PrUp PrUp Public

    This repository exists to manage all important information and / or update data for existing applications.

  4. lijucay.github.io lijucay.github.io Public

    Personal website

    CSS

  5. CustomChat CustomChat Public

    Java

  6. NoteHarmony NoteHarmony Public

    Another notes app, written in Kotlin

    Kotlin