const arush = {
role: "Cybersecurity Student & Engineer",
location: "India 🇮🇳",
status: "Currently Active & Building 🚀",
portfolio: "arushisdumb.online",
expertise: [
"Cybersecurity & Threat Analysis",
"Security Tool Development",
"Full Stack Development",
"IoT Security Solutions"
],
currentlyLearning: ["Java", "C++", "Advanced Security Protocols"],
tools: ["Python", "JavaScript", "React", "Node.js", "MongoDB"],
getIntro: function() {
return `Thanks for dropping by! I'm passionate about securing digital spaces
and building tools that make the internet safer.`;
}
};
console.log(arush.getIntro());|
A custom tool for web vulnerability assessment |
|



