███████╗██╗███╗ ██╗███████╗ ███████╗██████╗ ██████╗ ██╗███╗ ██╗███████╗
╚══███╔╝██║████╗ ██║██╔════╝ ██╔════╝██╔══██╗██╔══██╗██║████╗ ██║██╔════╝
███╔╝ ██║██╔██╗ ██║█████╗ █████╗ ██║ ██║██║ ██║██║██╔██╗ ██║█████╗
███╔╝ ██║██║╚██╗██║██╔══╝ ██╔══╝ ██║ ██║██║ ██║██║██║╚██╗██║██╔══╝
███████╗██║██║ ╚████║███████╗ ███████╗██████╔╝██████╔╝██║██║ ╚████║███████╗
╚══════╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝╚═╝ ╚═══╝╚══════╝
R O U A B A H
class Developer {
private:
std::string name = "Zine Eddine Rouabah";
std::string location = "Algeria 🇩🇿";
std::string distro = "Arch Linux"; // btw
bool caffeinated = true;
public:
std::vector<std::string> current_focus = {
"Systems Programming (C++17/20/23)",
"Linux Kernel Internals & Security",
"Network Engineering (CCNA Track)",
"Offensive & Defensive Cybersecurity",
"Performance Optimization & Memory Management"
};
std::string philosophy() {
return "Code is poetry. Security is art. Performance is discipline.";
}
void compile_life() {
while (alive) {
learn(); code(); optimize(); secure(); repeat();
}
}
};$ cat /home/zine/.security_tools
├── Wireshark # Network analysis & packet inspection
├── Nmap # Network reconnaissance & scanning
├── Metasploit # Penetration testing framework
├── Burp Suite # Web application security testing
├── John # Password cracking & analysis
└── Custom C++ exploits & security tools
missions = {
"systems": "Master low-level programming",
"security": "Build unbreakable systems",
"network": "Architect resilient infrastructure",
"web": "Craft performant & beautiful UIs",
"devops": "Automate everything"
} |
fn continuous_learning() {
loop {
study_kernel_internals();
practice_algorithms();
build_side_projects();
contribute_to_oss();
optimize_workflow();
}
} |
Life is a compilation of choices
Each function we write shapes reality
Security isn't optional — it's foundational
Performance optimization is a form of respect
Clean code is self-documenting poetry
Discipline breeds excellence"The best programs are those that don't just work—they inspire."
int main() {
std::cout << "Thanks for scanning my profile! ⚡" << std::endl;
std::cout << "Let's build something legendary together. 🚀" << std::endl;
std::cout << "Remember: Stay curious. Stay hungry. Stay secure." << std::endl;
return 0;
}⚡ POWERED BY PASSION • SECURED BY PARANOIA • OPTIMIZED BY OBSESSION ⚡



