I'm INTJ - The Architect.
Passionate about Apple ecosystem & Vision of Tesla & music
Drawn to timeless, classic vibes
Love diving deep into ideas, documenting thoughts, and bringing them to life
Inspired by Jesus Christ βοΈ, I believe in creating positive impact through code
Committed to using my God-given talents to serve and transform the world for better.
But he knows the way that I take;
when he has tested me, I will come forth as gold. (Jobs 23:10)
More about me...
function thisIsNuga() {
const nugaBox = {};
nugaBox.job = "π‘ Web Developer, Engineering Staff";
nugaBox.pronouns = "π§π½βπ» He/Him";
nugaBox.specialMove = "π Exceptional Documentation & Organization Skills";
nugaBox.mainWeapon = ["β‘οΈ Mac Studio", "π₯ HHKB", "βοΈ Razer Pro Click"];
nugaBox.favoriteLanguage = ["π Javascript", "πΉ Golang", "π₯Έ Python"];
// Use spread operator to avoid modifying the original array
nugaBox.lovedLanguage = [...nugaBox.favoriteLanguage, "π Crystal"];
return nugaBox;
}
// Example to see the output. Remove this line if you just need the function.
console.log(thisIsMe());