> Crafting digital experiences with code
> Breaking systems to build them better
> Always learning, always hacking
class Developer {
constructor() {
this.name = "ShivRaj";
this.role = "Web Developer";
this.location = "on internet";
this.languages = ["JavaScript", "Python", "Go", "Rust"];
this.interests = ["AI/ML", "Cybersecurity", "Open Source"];
}
getCurrentFocus() {
return "Building scalable web applications";
}
getGoals() {
return [
"Master system design",
"Contribute to open source",
"Learn quantum computing"
];
}
}
Full-stack e-commerce solution with React, Node.js, and PostgreSQL. Features include user authentication, payment processing, and admin dashboard.
Python-based network scanning tool for cybersecurity professionals. Includes port scanning, vulnerability detection, and reporting features.