Skip to content
View raand0's full-sized avatar

Block or report raand0

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. raand0 raand0 Public

  5. PetShop-Website PetShop-Website Public

    Just a basic Pet Shop Website

    PHP

  6. Valtom Valtom Public

    Private Offline Password Manager

    JavaScript