Welcome to my GitHub repository! Feel free to explore the code and contribute.
#!/usr/bin/python class DeveloperInfo: def __init__(self, title, description=""): self.title = title self.description = description class SoftwareEngineer: def __init__(self): self.who_am_i = [ DeveloperInfo("A self Learned Programmer", "Passionate about learning and coding on my own."), DeveloperInfo("Full-Stack Software Developer", "Experienced in developing end-to-end web applications."), DeveloperInfo("Cybersecurity Guy (Ethical Hacker)", "Focused on cybersecurity practices and ethical hacking.") ] def print_who_am_i(self): for index, info in enumerate(self.who_am_i, start=1): print(f"{index}. {info.title}") print(f" {info.description}") me = SoftwareEngineer() me.print_who_am_i()
#Output: 1. A self Learned Programmer Passionate about learning and coding on my own. 2. Full-Stack Software Developer Experienced in developing end-to-end web applications. 3. Cybersecurity Guy (Ethical Hacker) Focused on cybersecurity practices and ethical hacking. ...Program finished with exit code 0
-
๐ Iโm interested in ...
Cybersecurity,Ethical Hacker,OpenSource,Part Time Bug Bounty Hunter, andDoing Competitive Programming.
Other than that, I read a lot, and to stay up to date with the latest features, I regularly check the communities related to the tech stacks in use. -
๐ฑ Iโm currently learning ...
Microsoft AZ-303 Certification: Azure Architect Technologie, andEthical Hacking Mastery. -
๐ฌ Ask me about anything here
-
๐ Resume
๐ GitHub Trophies
๐ง Technologies & Tools
๐ Back-end Languages:
๐จ Front-end Languages:
๐งช Testing:
๐ Web Accessibility:
๐ ๏ธ Accessibility Tools:
โก Performance Improvement:
๐ Web Core Vitals:
๐ข๏ธ Databases:
๐ ๏ธ DevOps:
๐ป Systems:
๐ GitHub Stats & Activity
๐ค Connect With Me



