Skip to content
View raand0's full-sized avatar

Block or report raand0

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

Hi there! πŸ‘‹ I'm Rand

Typing SVG

πŸš€ About Me

Java

public class Main {
    private String name = "Rand Jamal";
    private String location = "Kurdistan, Sulaymaniyah";
    private String role = "Programmer";
    private String[] languages = {"Java", "PHP", "C#", "MySQL", "JavaScript", "CSS and HTML"};
    
    private Technologies technologies = new Technologies();
    private String currentFocus = "Learning networking";
    private String funFact = "I debug with System.out.println() and I'm not ashamed! πŸ›";
    
    public class Technologies {
        private String[] frontend = {"SceneBuilder", "WinForms", "Bootstrap CSS"};
        private String[] backend = {"PHP", "Java"};
        private String[] databases = {"MySQL"};
        private String[] tools = {"WireShark", "Github", "Office"};
    }
    
    public void introduce() {
        System.out.println("Hello! I'm " + name + " from " + location);
        System.out.println("I work as a " + role);
        System.out.println("Currently focusing on: " + currentFocus);
        System.out.println("Fun fact: " + funFact);
    }
}

πŸ› οΈ Tech Stack

πŸ“Š GitHub Stats

GitHub Stats
Top Languages

πŸ† GitHub Trophies

GitHub Trophies

πŸ“ˆ Activity Graph

Activity Graph

πŸ”₯ Featured Projects

🎯 Current Goals

  • πŸ”­ I'm currently working on A KeyLogger
  • 🌱 I'm currently learning Networking & arch linux
  • πŸ“« How to reach me: imlrand12@gmail.com

🌐 Connect with Me

πŸ’‘ Random Dev Quote

Random Dev Quote

Profile Views

⭐ Star some repositories if you find them interesting! ⭐

Popular repositories Loading

  1. Word-Separator Word-Separator Public

    A lightweight script that seperates words to new lines

    Java

  2. CLI-Queue-Video-Player CLI-Queue-Video-Player Public

    Command Line Interface video player that plays videos in order of a list you made

    Java

  3. raand0.github.io raand0.github.io Public

    My portfolio

    HTML

  4. Rodder Rodder Public

    Minecraft macro for pvp

    Java

  5. raand0 raand0 Public

  6. PetShop-Website PetShop-Website Public

    Just a basic Pet Shop Website

    PHP