GithubHelp home page GithubHelp logo

Hi 👋, I'm Luca

class Lijucay() {
  var age = 20
  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

Lijucay (Luca)'s Projects

lijucay icon lijucay

Config files for my GitHub profile.

prup icon prup

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.