Skip to content
View dthphuong's full-sized avatar
🔮
Working with AI Agents
🔮
Working with AI Agents

Block or report dthphuong

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dthphuong/README.md

👋 Hi, I'm Phuong – a Technical Project Manager passionate about building smart, scalable solutions.

With years of experience at FPT Software, I lead complex projects in the Oil & Gas sector, focusing on clean architecture, large-scale APIs (NodeJS, MongoDB), and AI-powered applications. I’m passionate about digital transformation, R&D innovation, and helping teams grow with the right tools and mindset.

I also spent 5 years building an EdTech startup, where I combined technology and education to create impactful learning solutions — an experience that shaped my product-thinking and user-centered mindset.

Previously a university lecturer, I enjoy sharing knowledge and mentoring future tech talents. Let's connect and explore how we can drive innovation together.

Pinned Loading

  1. clean-api-generator clean-api-generator Public

    The CleanAPI Generator is a tool to generate powerful and flexible API framework which is used Node.JS, Express and based-on Clean architecture

    JavaScript

  2. vn-public-apis vn-public-apis Public

    VN Public APIs là tập hợp các API miễn phí giúp bạn có thể lấy được các thông tin công khai một cách dễ dàng.

    JavaScript 5

  3. card-detection-with-opencv card-detection-with-opencv Public

    Card detection script with OpenCV

    Python 1

  4. Convert git from HTTP to SSH Convert git from HTTP to SSH
    1
    REPO_URL=`git remote -v | grep -m1 '^origin' | sed -Ene's#.*(https://[^[:space:]]*).*#\1#p'`
    2
    if [ -z "$REPO_URL" ]; then
    3
      echo "-- ERROR:  Could not identify Repo url."
    4
      echo "   It is possible this repo is already using SSH instead of HTTPS."
    5
      exit