Skip to content
View AdnanRohmatKurniansah's full-sized avatar
💤
I don't know
💤
I don't know

Block or report AdnanRohmatKurniansah

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Hi 👋! Welcome to my profile

interface MySelf {
  name: string;
  nickname: string;
  pronouns: string;
  skills: string[];
  sayHello: () => string;
}

const mySelf: MySelf = {
  name: "Adnan Rohmat Kurniansah",
  nickname: "Adnan",
  pronouns: "He/Him",
  skills: ["JS", "TS", "PHP", "MERN Stack", "Next.js", "Laravel", "MySQL", "PostgreSQL", "MongoDB"],
  sayHello: () => `Hello, my name is ${mySelf.name}. You can call me ${mySelf.nickname}`,
};

console.log(mySelf.sayHello());

🛠 My Development Tools

HTML5  CSS3  Bootstrap  Tailwind  Javascript  Typescript  PHP  MySQL  React  Node.JS  Express.JS  Next.JS  Laravel  Codeigniter  Mongo.DB  PostgreSQL  Supabase  Github  Prisma  JWT  Eslint  Prettier  Visual Studio Code  Vercel  Jest 
Git  Postman 

📈 Stats

AdnanRohmatKurniansah's github stats streak graph

Pinned Loading

  1. ImagineMate ImagineMate Public

    Create your imagination

    JavaScript

  2. Tic-Tac-Toe Tic-Tac-Toe Public

    Play it with your friends

    JavaScript

  3. mini-ecom mini-ecom Public

    Simple ecommerce with Rajaongkir Api integration and Midtrans payment gateway

    JavaScript

  4. E-Vote E-Vote Public

    Candidate election

    JavaScript