Skip to content
View kikukafandi's full-sized avatar

Highlights

  • Pro

Block or report kikukafandi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
kikukafandi/README.md

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

Pinned Loading

  1. donat donat Public

    Donat (Do Not Accept Trash) - A lightweight CLI tool to generate disposable email addresses instantly from your terminal.

    Go 1

  2. nest-zero nest-zero Public template

    TypeScript 6 1