In my family, I'm the robot.
I seem to speak a language that nobody else understands: code. It looks a little something like this.
/**
* @returns {Object} An object with all things Aman.
* @author Aman Meherally
*/
function getAman() {
return {
name: "Aman Meherally",
role: "Full Stack Developer",
skills: ["Nest.js", "TypeScript", "Firebase", "React", "PostgreSQL"],
mission: "Build beautiful applications using big words",
};
}


