Skip to content
View alanZhang0813's full-sized avatar

Block or report alanZhang0813

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

Hi there! 👋

My name is Alan Zhang, and I am currently a third-year computer science student at Northeastern University.

A Little About Me...

class Alan {
    static String pronouns = "he/him";
    ArrayList<String> code = new ArrayList<>(
            Arrays.asList("Java", "C++", "JavaScript", "CSS", "HTML", "React", "TypeScript", "C", "Swift"));
    ArrayList<String> languages = new ArrayList<>(
            Arrays.asList("English", "Chinese", "Spanish"));
    ArrayList<String> software = new ArrayList<>(
            Arrays.asList("Intellij IDEA", "CLion", "WebStorm", "Visual Studio Code"));
    
    Book favoriteBook = new Book("The Dark Forest", "Cixin Liu");

    ArrayList<Language> nextToLearn = new ArrayList<>(
            Arrays.asList(new Language("Python"), new Language("MongoDB")));
    Project currentlyWorking = new Project("Full-Stack", "TypeScript", "MongoDB", "Python");
}

Find Me On:

Pinned Loading

  1. augment-images augment-images Public

    C++

  2. bullet-journal bullet-journal Public

    Making a bullet journal with JavaFX, with splash screen and privacy lock and able to store information

    Java

  3. kanbas-web-react-app kanbas-web-react-app Public

    HTML

  4. study-guide-maker study-guide-maker Public

    Given starting path, ordering flag, and destination path, creates a study guide using Markdown files

    Java

  5. under-the-weather under-the-weather Public

    HTML