Skip to content
View suwankhp's full-sized avatar
🤮
🤮
  • ODDS|
  • BKK, Thailand
  • 22:34 (UTC +07:00)
  • LinkedIn in/suwankhp

Highlights

  • Pro
Block or Report

Block or report suwankhp

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
suwankhp/README.md

waving

Typing SVG

📫 How to reach me wan@odds.team

My web portfolio: https://my-wan.vercel.app/

⚡ Fun fact Co-Founder & COO @ Thaibioscience Co.,Ltd

🟡 Software Developer @ ODDS| 🟡

function sayHi(
    name: string = "Suwan Khieanpap",
    pronouns: string = "he/him/his",
    currentRole: string = "Software Developer",
    passions: string[] = ["Software Engineering", "Product Engineering", "Infrastructure as Code"]
): string {
    const greeting = `
    ┌───────────────────────────────────┐
    │        Greetings, visitor!        │
    └───────────────────────────────────┘
    Name: ${name}
    Pronouns: ${pronouns}
    Role: ${currentRole}
    Passions: ${passions.join(", ")}

    Have a great day! 😊
    `;
    return greeting;
}

console.log(sayHi());

Chris Bongers's Dev Card

Connect With Me

plustor9.ss wannoonce suwankhp

visitors


rwieruch's github stats

waving

Pinned

  1. javascript-algorithms javascript-algorithms Public

    Forked from trekhleb/javascript-algorithms

    📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

    JavaScript 1

  2. free-programming-books free-programming-books Public

    Forked from EbookFoundation/free-programming-books

    📚 Freely available programming books

  3. javascript-questions javascript-questions Public

    Forked from lydiahallie/javascript-questions

    A long list of (advanced) JavaScript questions, and their explanations ✨

    1

  4. javascript-1 javascript-1 Public

    Forked from airbnb/javascript

    JavaScript Style Guide

    JavaScript

  5. next.js next.js Public

    Forked from vercel/next.js

    The React Framework

    JavaScript

  6. freeCodeCamp freeCodeCamp Public

    Forked from freeCodeCamp/freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

    TypeScript