WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
View avidzcheetah's full-sized avatar
:octocat:
clonning into simple_life...
:octocat:
clonning into simple_life...

Highlights

  • Pro

Block or report avidzcheetah

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

Typing SVG

Cybersecurity AI Engineering

Profile Views


Coding

DIGITAL ARCHITECT

struct Developer {
    name: &'static str,
    location: &'static str,
    role: &'static str,
    mission: &'static str,
}

impl Developer {
    fn new() -> Self {
        Self {
            name: "Avidu Witharana",
            location: "Sri Lanka πŸ‡±πŸ‡°",
            role: "Computer Engineering Student",
            mission: "Building secure AI-powered systems",
        }
    }
    
    fn get_expertise(&self) -> Vec<&str> {
        vec![
            "Penetration Testing",
            "Machine Learning Security",
            "Full-Stack Development",
            "System Architecture",
        ]
    }
}


TECH STACK

πŸ’» Core Languages

Python Java C++ JavaScript C

🌐 Web & Mobile

React Node.js Flutter HTML5 CSS3 Android

πŸ€– AI/ML & Data

TensorFlow MySQL SQLite Pandas

βš™οΈ Systems & Tools

Linux Git Arduino MATLAB


GITHUB STATS


πŸ† ACHIEVEMENTS

trophy


🎯 CURRENT FOCUS

%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#B3F5FF','primaryTextColor':'#000000','primaryBorderColor':'#00FFF0','lineColor':'#00FFF0','secondaryColor':'#FFB3F7','tertiaryColor':'#B3FFD9','quaternaryColor':'#FFF9B3','noteBkgColor':'#E6F7FF','noteTextColor':'#000000','fontSize':'16px','fontFamily':'Arial'}}}%%
mindmap
  root((Avidu))
    Cybersecurity
      Penetration Testing
      Threat Analysis
      Security Auditing
    AI & ML
      Deep Learning
      ML Security
      AI Ethics
    Development
      Full Stack
      Mobile Apps
      System Design
    Learning
      Blockchain
      Cloud Security
      DevSecOps
Loading

🌐 CONNECT WITH ME

LinkedIn Facebook YouTube Gmail


πŸ’­ PHILOSOPHY

╔══════════════════════════════════════════════════════════╗
β•‘                                                          β•‘
β•‘  "Security by design, innovation by passion"            β•‘
β•‘                                                          β•‘
β•‘  πŸ† In the race between security and threats,           β•‘
β•‘     I choose to be the cheetah                          β•‘
β•‘                                                          β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

🌟 "Chasing miracles through cyberspace, one secure line of code at a time" 🌟

Wave

Made with πŸ–€ by Avidu Witharana

Visitor Badge

Popular repositories Loading

  1. FastLineFollower-Dextron FastLineFollower-Dextron Public

    This Fast Line Follower is an autonomous robot developed by Team MeowBotz for the Dextron Fast Line Following Competition organized by NDT-UOM. Powered by an Arduino Nano, it utilizes a 5-IR sensor…

    C++ 4

  2. bash-web-crawler bash-web-crawler Public

    This Bash script crawls webpages to extract key elements and identify security vulnerabilities like insecure forms and non-HTTPS links. It's a tool for analyzing and improving website security.

    Shell 3

  3. clothingweb clothingweb Public

    Just a very basic website design for a Clothing Store using HTML and CSS

    HTML 2

  4. CODSOFT CODSOFT Public

    Java 2

  5. iwb082-syntax-error iwb082-syntax-error Public

    This Ballerina program is a Weather Notification Service that allows users to subscribe to receive weather updates via email.

    Ballerina 2

  6. avidzcheetah avidzcheetah Public

    I am a passionate Computer Engineering undergraduate with a strong interest in technology and problem-solving. I enjoy exploring new advancements in computing and applying my knowledge to real-worl…

    2