Skip to content
View tchoa1102's full-sized avatar

Block or report tchoa1102

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
tchoa1102/README.md
Focus Languages Static Badge

"What do you think about this world?"

πŸ‘¨β€πŸ’» About me

class Developer {
    private string name
    private string role
    private string[] current_focus
    private string life_motto

    constructor() {
        this.name = 'Tran Chi Hoa'
        this.role = 'Full Stack Developer'
        this.current_focus = ['Web', 'Game']
        this.life_motto = 'Where has my princess gone?'
    }

    say_hi(): void {
        const message = 'Thanks for dropping by, hope you find some of my working interesting.'
        console.log(message)
        return
    }
}

const me = new Developer()
me.say_hi()

πŸ› οΈ Tech Stack

PHP C# TypeScript JavaScript C++
HTML5 CSS3 Sass
React Next Node Nest Express.js Laravel .NET
MySQL MongoDB PostgreSQL
Docker Git

πŸ“Š Statistics

Popular repositories Loading

  1. github-slideshow github-slideshow Public

    A robot powered training repository πŸ€–

    Ruby

  2. nodejs_blog nodejs_blog Public

    Handlebars

  3. tchoa1102 tchoa1102 Public

    Test Deployment

    HTML

  4. TKOGNISHU.github.io TKOGNISHU.github.io Public

    HTML

  5. Game_Tu_Chan__Client_Vue Game_Tu_Chan__Client_Vue Public

    Project - Specialized topics

    Vue

  6. Game_Tu_Chan__API_NodeJS Game_Tu_Chan__API_NodeJS Public

    Project - Specialized topics

    JavaScript