Skip to content

kikukafandi/kikukafandi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

class AboutMe {
  constructor(icon, text) {
    this.icon = icon;
    this.text = text;
  }
}

console.log("Hi, I'm Tirta Afandi (a.k.a. Kikuk) 👋");
console.log("I'm a student and web/software developer.");

const aboutMeList = [
  new AboutMe("🌱", "Learning advanced backend (NestJS, Next.js, IoT)"),
  new AboutMe("🎓", "Computer Engineering Student & IT Programmer"),
  new AboutMe("🧠", "Love clean code & Clear Flow Programming Style"),
  new AboutMe("🛠️", "Using JavaScript, PHP, C++, and more"),
  new AboutMe("🎤", "Also into public speaking and mentoring coding"),
  new AboutMe("📍", "Based in East Java, Indonesia 🇮🇩"),
  new AboutMe("⚡", "Fun fact: I enjoy breaking things just to fix them better"),
];

aboutMeList.forEach(item => {
  console.log(`${item.icon} ${item.text}`);
});

🛠 Language and tools

JavaScript Node.js NestJS React Next.js Arduino Firebase Docker TypeScript C++ C PostgreSQL MySQL

pacman contribution graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published