My name is Athul Prakash. I am 18 year old cyber security engineer at hackerone π¨βπ». I currently work for many private programs as well as public ones. I've been in the field of computer science for almost 6 years (at the time of writing) and had really gone through a lot. My experience made me who I am right now.
I am self learner and learned everything without spending a penny. I know that sounds weird π but I believe that if you really wanted something, theres nothing to stop you.
function whoAmI() {
const details = {
Full_name: "Athul Prakash",
Age: 18,
Email: "[email protected]",
Location: "Kannur, Kerala, India",
Working: false,
Available_for_hire: true,
Status: "Focusing on UI development",
Currently: "Student",
Joined_github: 2021,
Favorite_language: ["Python", "Javascript"],
};
return details;
}