Skip to content
View jcordon5's full-sized avatar
๐Ÿ› ๏ธ
๐Ÿ› ๏ธ
  • Universidad de Salamanca
  • Salamanca

Highlights

  • Pro

Block or report jcordon5

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

Hi there! I'm Jose!

Researcher in Cybersecurity & AI at BISITE Research Group, University of Salamanca


๐Ÿš€ About Me

  • ๐Ÿซ PhD Candidate in Computer Engineering at University of Salamanca
  • ๐Ÿ”ฌ Expert in AI solutions for advanced cyber defense
  • ๐Ÿ’ก Co-founder & CTO of Transparenc-IA
  • ๐Ÿ’ป Passionate about personal projects
  • โœ๏ธ Tech blog & projects coming soon at yous.dev

My Tech Stack

fn main() {
    let jcordon5 = Profile {
        pronouns: ("He", "Him"),
        code: vec!["Python", "Shell", "Rust", "C"],
        expertise: vec!["Cybersecurity", "Machine Learning", "Generative AI"],
        technologies: Technologies {
            ai_ml: vec!["PyTorch", "TensorFlow", "Scikit-Learn"],
            cybersecurity: vec![
                "Anomaly Detection",
                "Threat Prediction",
                "AI Multi-Agent Systems",
                "Attack Mitigation",
            ],
            dev_ops: vec!["Docker", "CI/CD"],
            sys_admin: vec![ "Server Management", "Proxmox", "Cloudflare", "NGINX", "Apache", "Monitoring" ],
            databases: vec!["PostgreSQL", "MongoDB", "Redis"],
            misc: vec!["FastAPI", "Kafka", "Celery"],
        },
        current_focus: "Developing AI-driven solutions for cybersecurity",
        fun_fact: "AI is only as strong as the data it learns from!",
    };

    println!("{} is currently focused on: {}", jcordon5.pronouns.0, jcordon5.current_focus);
}

๐Ÿ“… Time Spent on Projects

๐Ÿ”ฌ Cybersecurity AI Research & Development: 40%
๐Ÿ“š PhD Studies: 30%
๐Ÿ›  Personal Projects: 20%
๐ŸŽฏ Other Contributions: 10%

๐ŸŒ Personal Projects & Initiatives

  • ๐Ÿ”น TransparencIA โ†’ AI-powered news analysis.
  • ๐Ÿ”น Cliply โ†’ Free Kindle highlights visualization tool.
  • ๐Ÿ”น Easy Kill Switch โ†’ A cross-platform VPN kill switch to prevent traffic leaks.
  • ๐Ÿ”น More projects & research coming soon on yous.dev!

โ˜• Let's Connect!

Want to chat about cybersecurity, AI, or cool tech? Feel free to connect! I love connecting with like-minded individualsโ€”don't hesitate to say hi! ๐Ÿ˜Š

X (formerly Twitter) URL

Popular repositories Loading

  1. habla_book habla_book Public

    Asistente inteligente de lectura

    Python 1

  2. DeepOD DeepOD Public

    Forked from xuhongzuo/DeepOD

    Deep learning-based outlier/anomaly detection

    Python

  3. GestuRead GestuRead Public

    Eye-tracking ARKit prototype to read PDF without hands

    Swift

  4. logparser logparser Public

    Forked from logpai/logparser

    A machine learning toolkit for log parsing [ICSE'19, DSN'16]

    Python

  5. jcordon5 jcordon5 Public

    This is me!

  6. easy-killswitch easy-killswitch Public

    The easiest way to enforce a VPN kill switch on any OS

    Shell