╔═════════════════════════════════════════════════════════════════╗
║ Ramzi Teber — RAMSEES ║
║ ING-4-J-SSIR @ TEK-UP University, Tunis ║
║ ║
║ Engineering student specializing in IT Systems Security & ║
║ Networks, with a strong background in full-stack development. ║
║ ║
║ I build things — then I break them to understand why they work. ║
╚═════════════════════════════════════════════════════════════════╝
I wear two hats: software developer who ships production-grade web/mobile apps, and a cybersecurity engineer studying how systems fail and how to make them resilient. Currently bridging both worlds through AI-powered security solutions and hardened infrastructure.
A Python chatbot powered by LLaMA + LangChain + Groq with RAG architecture. Query your own documents with natural language. |
Python-based facial recognition security system for access control using computer vision. |
Decentralized club management system built on Ethereum using Solidity smart contracts. |
Full-featured academic platform for managing student courses, grades, and scheduling. |
class CybersecurityEngineer:
def __init__(self):
self.role = "SOC Analyst (target) | Security Engineer"
self.program = "ING-SSIR @ TEK-UP — IT Security & Networks"
self.focus_areas = [
"Security Operations (SIEM/SOC)",
"Network Security & MPLS/VPN Architecture",
"Active Directory Hardening",
"AI-Powered Threat Detection",
"Penetration Testing (TryHackMe / HTB)",
]
self.projects = {
"AI-Powered SOC": "Wazuh + Machine Learning for threat detection",
"FaceLock" : "Biometric access control system",
"GNS3 MPLS Lab" : "IP/MPLS VPN topology with OSPF, MP-BGP VPNv4",
"AD Hardening" : "CentOS/Ansible automation + AD security policies",
}
self.certs_in_progress = ["eJPT", "CompTIA Security+", "-> OSCP"]
def mindset(self):
return "Build it. Break it. Harden it. Repeat."{
"status" : "actively building and learning",
"currently" : {
"studying" : ["Penetration Testing", "SOC Operations", "Cloud Security (AWS)"],
"building" : ["Cybersecurity-focused portfolio projects", "AI + Security integrations"],
"exploring" : ["Docker and Kubernetes hardening", "ML-based anomaly detection"]
},
"open_to" : ["SOC Analyst roles", "Cybersecurity internships", "Freelance dev projects"],
"location" : "Tunis, Tunisia"
}
