Skip to content
View dthphuong's full-sized avatar
🎯
Try my best for my startup
🎯
Try my best for my startup
Block or Report

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.

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

Hi there 👋 I'm Phuong - a business man and developer in Ho Chi Minh city, Vietnam.

  • 🔭 I’m currently working in FPO Co.,Ltd
  • 🌱 I’m currently learning DevOps and Cyber Security skills
  • 🔥 I have more than 4 years of experience in:
    • 📦️ API development with NodeJS
    • 🏗️ Database management with MongoDB
    • 👔 Project management: Web development project; Mobile development project; Big system with web, mobile and IoT hardward

I am strongly capable of building large-scale API with NodeJS and MongoDB which I built a clean framework to work by myself. In another hand, I am a CEO of the startup IT company that working well in website development, mobile development.

Pinned

  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 1

  3. photo-optimize photo-optimize Public

    A CLI tool to resize and optimize a batch of photos

    JavaScript

  4. card-detection-with-opencv card-detection-with-opencv Public

    Card detection script with OpenCV

    Python

  5. VisualSpectralGraph VisualSpectralGraph Public

    The Visualize tool for the Graph based approach in Machine learning research

    C#

  6. 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