Skip to content
View tcdtist's full-sized avatar
💊
💊

Organizations

@agecodeVN

Block or report tcdtist

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

Hi there, I'm Chi Thanh Dang (tist) 👋

Front-end

Back-end

Tools and Frameworks

Areas of Interest


tcdtist github stats
top langs

Pinned Loading

  1. tcdtist.com tcdtist.com Public

    Portfolio

    Vue 1

  2. cv cv Public template

    Forked from BartoszJarocki/cv

    Print-friendly, minimalist CV page

    TypeScript 1

  3. LordShopee LordShopee
    1
    function getPageTotal(offset, callback) {
    2
      var req = new XMLHttpRequest();
    3
      req.open(
    4
        'GET',
    5
        `https://shopee.vn/api/v4/order/get_all_order_and_checkout_list?limit=20&offset=${offset}`,