Some info about me... 
//usr/bin/javascript
function Person(firstName, lastName) {
this.firstName = firstName;
this.lastName = lastName;
}
const member = new Person("Rodney", "Hammad");
Person.prototype.getFullName = function() {
return `${this.firstName} ${this.lastName}`;
};
console.log(`π Hi, Iβm ${member.getFullName()}`);
Output: π Hi, Iβm Rodney Hammad#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.Who_Am_I = {
"A self Learned Programmer",
"Full-Stack Sππππ πππ Dππππππππ",
"Cybersecurity Guy (Ethical Hacker)"
}
me = SoftwareEngineer()
#! Output:
#! 1. A self Learned Programmer
#! 2. Full-Stack Sππππ πππ Dππππππππ
#! 3. Cybersecurity Guy (Ethical Hacker)-
π 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
π§ Technologies & Tools
Back-end Languages:
Front-end Languages:
Databases:
DevOps:
Systems:
π§ Quick overview
π GitHub stats:




