class Developer:
def __init__(self):
self.name = "Abhishek"
self.username = "Abhishek88788"
self.role = "Full Stack Developer & Security Researcher"
self.language_spoken = ["en_US", "hi_IN"]
self.code = ["Python", "JavaScript", "Java", "C", "C++", "SQL", "Bash"]
self.interests = ["Cybersecurity", "AI/ML", "Web Development", "Data Science"]
self.location = "Uttar Pradesh, India"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = Developer()
me.say_hi()mindmap
root((Abhishek))
Cybersecurity
Penetration Testing
Network Security
Vulnerability Assessment
Password Cracking
Full Stack Development
Frontend React
Backend APIs
Microservices
Data Science
Machine Learning
Data Visualization
Predictive Analytics
DevOps & Cloud
Docker
CI/CD
Cloud Infrastructure
β From Abhishek88788

