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 there, I'm Chi Thanh Dang (tist) 👋

About Me

I am a Full Stack Engineer with a passion for building high-quality products and a keen eye for detail. My primary focus lies in developing robust and scalable web applications using the latest technologies.

Skills and Experience

  • Web Development: I specialize in JavaScript, TypeScript, React, Next.js, and Vue.js for front-end development, and Node.js, Express, NestJS, MongoDB, PostgreSQL, and Firebase for back-end development.
  • Tooling and Workflow: Proficient in modern development tools and workflows, including Git, GitHub, Postman, VS Code, Docker, Vercel, Vite, Gatsby, Redux, Jest, and more.
  • Continuous Learning: I am passionate about continuous learning and keep myself updated with the latest trends and best practices in web development, with a strong interest in areas such as AWS, Azure, Babel, Cloudflare, Bun, Deno, and Python.

Writing and Sharing

In addition to software development, I enjoy sharing my knowledge and experiences through writing. I run a personal blog at where I document my learnings and insights on various topics related to web development.

Featured Projects

  • Shoplite - E-Commerce Web Application: Feature-rich e-commerce application built with React, Next.js, Node.js, integrated with Stripe and SendGrid. Utilizes SSR, SSG for optimized performance and SEO.
  • Collabora - Real-time Collaboration Platform: Real-time collaboration platform with Vue.js, Socket.IO, MongoDB. Allows document collaboration, code sharing, video conferencing. Features real-time editing, screen sharing, user authentication.
  • TaskFlow - Task Management System: Robust task management system with React, NestJS, PostgreSQL. Project creation, task assignment, progress tracking, team collaboration. Integrates Kanban, Gantt charts, notifications, reporting, connects with Jira, Trello.

Goals and Interests

My ultimate goal is to become a highly skilled full-stack developer, continuously expanding my knowledge and contributing to the open-source community. I am open-minded, friendly, and always eager to learn from others. Outside of coding, I enjoy reading books, watching movies, and exploring new ideas.

Technology Stack

Front-end

Back-end

Tools and Frameworks

Areas of Interest

GitHub Statistics

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