Skip to content
View khelli07's full-sized avatar

Highlights

  • Pro

Block or report khelli07

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

Hey everyone, I am Maria Khelli! 👋

"Ctak, ctak, ctak." That's the sound of my room 10PM in the evening, coding on my desk 💻. Growing to like drawing 🎨, I have never thought in my life that I will become a programmer 👨🏽‍💻. Yes, being able to create is what I have dreamed of, but as an artist, not a programmer. Oh, but programmers do create right? 🤘

public class Person {
    private String name;
    private String major;
    private int graduationYear;

    Person() {
        this.name = "Maria Khelli";
        this.major = "Computer Science/Informatics Engineering";
        this.graduationYear = "2025-01-21T23:59:59+07";
    }

    public void sayHello() {
        System.out.println("Hey, thank you for visiting my GitHub profile! I hope you find something in my work :)");
    }

    public void showAbilities() {
        /* Programming languages that I have ever learned */
        String[] programmingLanguages = {
            "Python", "Golang", "C/C++",
            "JavaScript/TypeScript", "Java", "SQL", "Ruby"
        };

        /* Tech stacks or packages that I have ever use */
        Map<String, String[]> techStacks = new HashMap<>();
        techStacks.put("Python", [
            "Django", "Flask",
            "HuggingFace", "PyTorch", "Sci-Kit", "Pandas", "Numpy"
            "BeautifulSoup", "Selenium"
        ]);
        techStacks.put("JavaScript/TypeScript", [
            "React.js",
            "Next.js",
            "Vue.js",
            "Express.js",
        ]);
        techStacks.put("Databases", [
            "PostgreSQL", "MySQL",
            "MongoDB",
            "BigQuery",
            "Milvus"
        ]);
        techStacks.put("Go", ["Go Gin"]);
        techStacks.put("Java", ["Spring Boot"]);
        techStacks.put("Ruby", ["Ruby on Rails"]);

        System.out.println(programmingLanguages);
        System.out.println(techStacks);
    }

    public ArrayList<String> getInterests() {
        ArrayList<String> interests = new ArrayList<>();

        /* I am interested in */
        interests.add("Software Engineering");
        interests.add("Artificial Intelligence / Machine Learning");
        interests.add("Distributed System");
        interests.add("Arts: visual, music, and literature");
        interests.add("MotoGP ;)");

        return interests;
    }

    public PriorityQueue<String> getHobbies() {
        PriorityQueue<String> hobbies = new PriorityQueue<>();

        /* In my spare time, I */
        hobbies.add("Watch YouTube: podcasts, entertainment, politics :D");
        hobbies.add("Running");
        hobbies.add("Work out");
        hobbies.add("Read books/articles");

        return hobbies;
    }
}

Thank you for scrolling down✨! Feel free to reach out for any opportunity from my LinkedIn 😉


Maria's GitHub stats

Maria's Stats

Shout out to Anurag, for providing GitHub stats card!

Pinned Loading

  1. RocketChat/Apps.Smart.Scheduler RocketChat/Apps.Smart.Scheduler Public

    AI powered meeting scheduling assistant

    TypeScript 1 1

  2. SEACrowd/seacrowd-datahub SEACrowd/seacrowd-datahub Public

    A collaborative project to collect datasets in SEA languages, SEA regions, or SEA cultures.

    Python 68 57

  3. cari-mentor cari-mentor Public

    Forked from acomarcho/carimentor

    Runner up of Garudahacks 4.0 hackathon: where dreams made guidance.

    TypeScript

  4. GenerasiGigih-BE-Final-Project GenerasiGigih-BE-Final-Project Public

    Ruby

  5. capstone-backend-go capstone-backend-go Public

    Go

  6. grafkom-webgl-3d grafkom-webgl-3d Public

    TypeScript