Skip to content
View InfoSecNazir's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report InfoSecNazir

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

NAZEER AL-HABASH

LinkedIn Email GitHub


Digital Console

✨ ABOUT ME

A Computer Engineering student passionate about C++, Cyber Security, and Artificial Intelligence. I aim to master C++ and explore how AI interacts with information security. Curious by nature β€” I dig deep and avoid surface-level answers.

πŸŽ“ EDUCATION

  • Computer Engineering β€” Damascus University (ongoing)
  • Entrepreneurship β€” University of the People (ongoing)
  • Various Coursera specializations
  • Advanced OOP course with Dr. Mohammed Abu Hadhoud

🎯 INTERESTS

  • C++ & Python
  • Cyber Security
  • Artificial Intelligence
  • Object-Oriented Programming

πŸ”­ CURRENTLY WORKING ON

  • Deep analysis of malicious code β€” Studying and analyzing how malware operates and detection methods.

  • Building defensive and offensive cyber tools β€” Developing security tools for research and learning purposes.

  • Mastering Object-Oriented Programming β€” Through advanced projects and practical applications.

  • Understanding AI's role in information security β€” Exploring the intersection of these two important fields.


πŸ› οΈ SKILLS & TECHNOLOGIES

C++ Python VSCode Git OOP Cyber Security AI

Programming Languages

  • C++: Advanced object-oriented programming and system development
  • Python: Data processing, automation, and security scripting
  • C: Low-level programming and system architecture

Cyber Security

  • Malware Analysis: Reverse engineering and behavior analysis
  • Security Tools: Network security and intrusion detection
  • Penetration Testing: Application security and vulnerability assessment

Artificial Intelligence

  • Machine Learning: Security applications and pattern recognition
  • Data Processing: Analysis and visualization
  • AI Security: Exploring AI vulnerabilities and defenses

πŸš€ Featured Projects

🧩 StringForge

Advanced string manipulation library for C++ with an easy-to-use API
Tech: C++ OOP
GitHub Repo

⏱️ Chrono-Utils

Time and date management library for C++, designed with OOP principles for clean and modular code
Tech: C++ OOP Time Management
GitHub Repo

🏦 ATM Core System

Core system for ATMs built with C++, featuring advanced security modules
Tech: C++ Structured Banking GitHub Repo

πŸ’» Bank Management CLI

Command-line banking management system for financial operations
Tech: C++ Structured CLI
GitHub Repo

πŸ‘₯ OOP Personnel Management System

Demonstrates inheritance, polymorphism, and encapsulation through a personnel hierarchy
Tech: C++ OOP
GitHub Repo

πŸ”’ Interactive Calculator

Interactive console-based calculator implementing arithmetic operations with OOP design
Tech: C++ OOP Console App
GitHub Repo

πŸ“Š GITHUB STATS

GitHub Stats

Top Languages

GitHub Streak


πŸ† ACHIEVEMENTS & CERTIFICATES

  • Multiple Coursera Courses β€” Completed various specialized courses in programming, cybersecurity, and artificial intelligence.

  • Deep practical understanding of OOP β€” Developed expertise in object-oriented programming through real projects and practical applications.

  • Built and shipped academic & personal projects β€” Developed complete projects from concept to implementation, demonstrating full software development lifecycle skills.


🌐 LANGUAGES

  • Arabic β€” Native
  • English β€” Intermediate

πŸ’» FAVORITE CODE SNIPPET

#include <iostream>
#include <string>

class Nazeer {
private:
    std::string passion = "C++, Cyber Security, and AI";
    std::string university = "Damascus University";
    bool isLearning = true;

public:
    void displayInfo() {
        std::cout << "Name: Nazeer" << std::endl;
        std::cout << "Studying at: " << university << std::endl;
        std::cout << "Passionate about: " << passion << std::endl;
    }

    bool isStillLearning() {
        return isLearning;
    }
};

int main() {
    Nazeer me;
    me.displayInfo();
    
    if (me.isStillLearning()) {
        std::cout << "Always learning and growing!" << std::endl;
    }
    
    return 0;
}

πŸ“« CONTACT ME

LinkedIn Email Facebook Instagram ORCID


⭐ "I aim to master C++ and explore how AI interacts with information security" ⭐

Popular repositories Loading

  1. MY_WEB_NA MY_WEB_NA Public

    HTML

  2. grafeck grafeck Public

    C++

  3. skills-introduction-to-github skills-introduction-to-github Public

    My clone repository

  4. Bank-Management-CLI Bank-Management-CLI Public

    C++

  5. AhmedYaser-Mt AhmedYaser-Mt Public

    Forked from AhmedYaser-Mt/AhmedYaser-Mt

  6. ATM_Core_System ATM_Core_System Public

    C++