Giter Site home page Giter Site logo

Hey everyone, I am Maria Khelli! πŸ‘‹

"Ctak, ctak, ctak." That's the sound of my room 10PM in the evening, studying for programming πŸ’». 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 = 2024;
    }

    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", "C/C++",
                "Java", "SQL",
                "JavaScript", "HTML/CSS", 
                "PHP", "Ruby"
        };

        /* Tech stacks or packages that I have ever use */
        String[] techStacks = {
                /* Python */ "Pandas", "NumPy", "Sci-Kit", "TensorFlow",
                             "BeautifulSoup", "Selenium", "Flask", 
                /* JavaScript */ "ReactJS", 
                /* PHP */ "Code Igniter 4",
                /* SQL */ "MariaDB"
        };
    }

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

        /* I am interested in */
        interests.add("Artificial Intelligence / Machine Learning");
        interests.add("Algorithm & Engineering");
        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");
        hobbies.add("Listen to music");
        hobbies.add("Work out");
        hobbies.add("Free write");
        hobbies.add("Read books");

        return hobbies;
    }
}

Thank you for scrolling down✨! I hope I can be a great developer, so I can help more people. πŸ˜‰


Maria's GitHub stats

Maria's Stats

Shout out to Anurag, for providing GitHub stats card!

Maria Khelli's Projects

Maria Khelli doesn’t have any public repositories yet.

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.