Skip to content
View Yusufibin's full-sized avatar
🀭
Focusing
🀭
Focusing

Block or report Yusufibin

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
Yusufibin/README.md
Typing SVG
Profile Views Followers
class FullStackDeveloper:
    def __init__(self):
        self.name = "Yusuf"
        self.role = "Full Stack Developer"
        self.location = "🌍"
        self.experience = {
            "years_coding": 5,
            "projects_completed": "50+"
        }
        
    @property
    def current_adventures(self) -> dict:
        return {
            "πŸ”­ Current": "Working on AI-powered applications",
            "🌱 Learning": "Advanced Reverse Engineering techniques",
            "πŸ‘― Looking": "To collaborate on innovative projects",
            "πŸ’¬ Ask me": "About Python, ML, and Reverse Engineering"
        }
    
    @property
    def tech_stack(self) -> dict:
        return {
            "languages": {
                "expert": ["Python 🐍", "Bash πŸ’»", "Julia πŸ“Š", "R πŸ“ˆ"],
                "intermediate": ["Go πŸ”„", "C/C++ ⚑", "Rust πŸ¦€"],
                "learning": ["JavaScript 🌐", "C# πŸ’«", "Assembly πŸ”§", "Java β˜•"]
            },
            "specialities": {
                "main": ["Web/App Development 🎯", 
                        "Reverse Engineering πŸ”",
                        "Machine Learning πŸ€–"],
                "tools": ["VSCode", "Jupyter", "Android Studio"],
                "frameworks": ["TensorFlow", "PyTorch", "Flask", "Docker"]
            }
        }
    
    def get_contact(self) -> dict:
        return {
            "twitter": "@kazu_rms",
            "facebook": "aenir02",
        }

me = FullStackDeveloper()

πŸ› οΈ Technology Arsenal

πŸ”₯ Expert Level

πŸ“š Currently Learning

🎯 Core Skills

πŸ“Š GitHub Statistics

Contribution Graph

🀝 Connect & Collaborate


"Code is like humor. When you have to explain it, it's bad." – Cory House

Pinned Loading

  1. AI-Nscanner AI-Nscanner Public

    AI-ScanPro is a revolutionary tool that combines the power of artificial intelligence with the well-known security tool, Nmap. Thanks to this innovative fusion, AI-ScanPro offers an unparalleled ap…

  2. github2pdf github2pdf Public

    Python

  3. morpheuslord/GPT_Vuln-analyzer morpheuslord/GPT_Vuln-analyzer Public

    Uses ChatGPT API, Bard API, and Llama2, Python-Nmap, DNS Recon, PCAP and JWT recon modules and uses the GPT3 model to create vulnerability reports based on Nmap scan data, and DNS scan information.…

    Python 491 56