Skip to content
View MrHays007's full-sized avatar

Block or report MrHays007

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MrHays007/README.md

👋 Hi, I'm PARADOX

Cybersecurity student | Secure AI Engineer in training | Java & MySQL learner

I'm currently building my foundation in software development, cybersecurity, and AI-powered applications. My long-term goal is to become a Secure AI Engineer: someone who can build intelligent applications while thinking like a security engineer.

🔐 What I'm Focused On

  • Learning Java as my main programming language
  • Building beginner-friendly cybersecurity and secure coding projects
  • Practicing MySQL database design and query writing
  • Preparing to learn Python, C, C++, JavaScript, HTML, and full-stack web development
  • Exploring how LLMs and AI systems can be built securely

🧠 Current Learning Roadmap

Programming

  • Java fundamentals
  • Object-Oriented Programming in Java
  • Data structures and algorithms
  • Python scripting
  • C and C++ fundamentals
  • JavaScript, HTML, and CSS

Cybersecurity

  • Secure coding basics
  • Authentication and password security
  • OWASP Top 10 concepts
  • Threat modeling
  • Basic network security
  • DevSecOps fundamentals

AI / LLMs

  • Prompt engineering basics
  • Building simple AI-powered tools
  • Understanding LLM security risks
  • Safe input handling for AI applications

🛠️ Tech Stack

Currently Using Java MySQL IntelliJ IDEA VS Code

Learning Next Python C C++ JavaScript HTML

🚧 Featured Projects Coming Soon

1. Secure Password Strength Checker

A Java CLI tool that checks password strength using length, entropy-style scoring, common password detection, and security recommendations.

Skills: Java, input validation, secure coding, CLI design


2. Student Login System with MySQL

A small Java + MySQL authentication system focused on safe database handling and clean project structure.

Skills: Java, MySQL, JDBC, authentication basics


3. OWASP Notes & Mini Labs

A beginner-friendly cybersecurity learning repository documenting secure coding concepts, OWASP Top 10 notes, and safe toy examples.

Skills: cybersecurity fundamentals, documentation, secure development


🎯 My Goal

I am building toward the intersection of:

Cybersecurity + Software Development + AI + DevSecOps

Popular repositories Loading

  1. MrHays007 MrHays007 Public

  2. secure-password-checker-java secure-password-checker-java Public

    Java CLI tool for checking password strength while practicing secure coding, input validation, and cybersecurity fundamentals.

    Java