🔐 Can you decode this? (Click to reveal)
01001101 01101111 01101000 01100001 01101101 01100101 01100100
01010011 01101111 01101100 01100001 01101001 01101101 01100001 01101110
💡 Hint
Convert binary to ASCII — it's my name!🧩 Decode this Base64
SW1wYXNzaW9uZWQgYnkgY3liZXJzZWN1cml0eSwgZnVsZmlsbGVkIGJ5IGNvZGUu
💡 Answer
Impassioned by cybersecurity, fulfilled by code.|
Languages & Frameworks |
Tools & Security |
|
|
|
| Issuer | Certification |
|---|---|
| 🟦 Meta | Full Stack Developer Specialization |
| 🟦 Meta | Front-End Developer Professional Certificate |
| 🟦 Meta | React Specialization |
| IT Automation with Python Professional | |
| Cybersecurity Professional Certificate |
|
🛡️ NetSentry — Network Scanner Multithreaded ARP/TCP/UDP scanner with JSON export 🔨 HashForge — Hash Cracking Tool Multi-algorithm hash cracker with benchmark mode 📋 LogShield — Log Analyzer Security log analyzer with threat detection & alerting |
📝 NoteForge — Flask Web App Full-stack note-taking app with categories & search 🔧 PyToolkit — CLI Tools Python beginner CLI projects collection ⚙️ AutoPy — Automation Scripts 30+ Python automation scripts for daily tasks |
class MohamedSolaiman:
def __init__(self):
self.name = "Mohamed Solaiman"
self.role = "Full-Stack Developer & Cybersecurity Enthusiast"
self.learning = ["Advanced Penetration Testing", "Cloud Security (AWS)", "Malware Analysis"]
self.tools = ["Python", "TypeScript", "Next.js", "Nmap", "Wireshark", "Burp Suite"]
def current_goal(self):
return "OSCP Certification"
def fun_fact(self):
return "I automate everything. Even my coffee maker runs on Python"
me = MohamedSolaiman()

