╔══════════════════════════════════════════════════════════════════════╗
║ ║
║ ██╗███╗ ██╗██████╗ ██████╗ █████╗ ██╗██╗████████╗██╗ ██╗ ║
║ ██║████╗ ██║██╔══██╗██╔══██╗██╔══██╗ ██║██║╚══██╔══╝██║ ██║ ║
║ ██║██╔██╗ ██║██║ ██║██████╔╝███████║ ██║██║ ██║ ███████║ ║
║ ██║██║╚██╗██║██║ ██║██╔══██╗██╔══██║██ ██║██║ ██║ ██╔══██║ ║
║ ██║██║ ╚████║██████╔╝██║ ██║██║ ██║╚█████╔╝██║ ██║ ██║ ██║ ║
║ ╚═╝╚═╝ ╚═══╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ║
║ ║
║ Cybersecurity Advisor · Cisco Instructor ║
║ Cloud Trainer · Open Source Developer ║
║ ║
╚══════════════════════════════════════════════════════════════════════╝
guest@indrajith:~$ whoami
Indrajith Bandara
guest@indrajith:~$ cat role.txt
Advisor (ASC/IT)
Excellence Oriented Support & Training Center
Acting on behalf of Cisco Networking Academy
guest@indrajith:~$ cat mission.txt
Empowering students worldwide through Cybersecurity,
Networking, Cloud Computing, AI & Open Source Education.
guest@indrajith:~$ █
</div>
---
## 🛡️ About Me
```python
class IndrajithBandara:
def __init__(self):
self.name = "H. M. Indrajith Bandara"
self.location = "Diyathalawa, Sri Lanka 🇱🇰"
self.role = "Advisor (ASC/IT)"
self.org = "Excellence Oriented Support & Training Center"
self.on_behalf = "Cisco Networking Academy"
@property
def roles(self):
return [
"🛡️ Cybersecurity Advisor",
"🌐 Cisco Instructor Trainer",
"🔧 Networking Specialist",
"☁️ Cloud Computing Trainer",
"💻 Programming Educator",
"🎓 Technical Mentor",
"🐧 Open Source Developer",
]
@property
def mission(self):
return "Empowering students worldwide through Cybersecurity, Networking, Cloud & AI."
def __str__(self):
return f"{self.name} | {self.role} | {self.location}"
me = IndrajithBandara()
print(me)
| 🏅 Achievement | 📋 Details |
|---|---|
| 🎖️ CCEP | Certified Cybersecurity Educator Professional |
| ☁️ Oracle Cloud | Oracle Cloud Foundations Certified |
| 🔐 APIsec Ambassador | APIsec University Ambassador |
| 🤖 AI Frontier | AI Frontier Network Member |
| 🎓 CodePath Mentor | CodePath Mentor Network |
| 🏆 220+ Badges | Digital Credentials across Security, Cloud & Networking |
┌─────────────────────────────────────────────────────────────┐
│ 🔒 Privacy Lock App │
│ Android privacy app · Kotlin · Jetpack Compose │
│ Secure app locking with biometric authentication │
│ → github.com/indrajithbandara/Privacy-Lock-App │
├─────────────────────────────────────────────────────────────┤
│ 🛡️ Cybersecurity Dashboard │
│ Real-time threat monitoring & network health metrics │
├─────────────────────────────────────────────────────────────┤
│ ⌬ Network Tools │
│ CLI toolkit · ping sweeps · port scans · subnet calc │
├─────────────────────────────────────────────────────────────┤
│ 🐧 Linux Utilities │
│ Shell scripts for system hardening & log auditing │
└─────────────────────────────────────────────────────────────┘
╔═══════════════════════════════════════════════════════╗
║ "The best way to predict the future is to secure it" ║
║ ║
║ root@indrajith:~# shutdown -h never ║
╚═══════════════════════════════════════════════════════╝
⭐ If you find my work helpful, please star my repositories!






