Skip to content
View tcdtist's full-sized avatar
πŸ’Š
πŸ’Š

Organizations

@agecodeVN
Block or Report

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! I'm Chi Thanh Dang

Full Stack Engineer focused on building products with extra attention to detail.

πŸ“š Writing

Besides developing, I also run a Blog.

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

  • πŸ‘¨β€πŸ’» Web developer specializing in JavaScript, TypeScript, React, Nextjs, Vue3.
  • πŸ“š Passionate about expanding knowledge in frontend and backend technologies (MERN Stack).
  • 🎯 Future goal: Becoming a skilled full-stack developer. Share to learn!
  • ⚑ Interests: Coding, reading and movies. Open-minded and friendly.

πŸ› οΈ Technologies & Tools

Skills
Tools

Other Knowledge
Areas of Interest

πŸ“Š Statistics

tcdtist github stats
top langs

Pinned

  1. tcdtist.com tcdtist.com Public

    Portfolio

    Vue

  2. cv cv Public template

    Forked from BartoszJarocki/cv

    Print-friendly, minimalist CV page

    TypeScript

  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}`,