π₯ Vibing in the code dimension fr fr
π§ Always in my debugging era, no cap
π€ Refactoring legacy code? I stay winning
β¨ Pushing atomic commits that's giving MC energy
π Ping me anytime at mathi.raja.333@gmail.com
π― Let's cook some open source heat that passes all the CI/CD checks
class MathiRaja {
constructor() {
this.name = "MathiRaja";
this.role = "Web Dev & Software Tester";
this.education = "MCA Student";
this.vibes = ["Innovation", "Adaptability", "Creativity"];
this.skills = ["JavaScript", "React", "Testing", "Automation"];
}
sayHi() {
console.log("Yo, thanks for dropping by! Let's build something dope together.");
}
}
const me = new MathiRaja();
me.sayHi();

