Skip to content
View honghuynhit's full-sized avatar
🇻🇳
Working from home
🇻🇳
Working from home

Block or report honghuynhit

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

Hi there! 👋

I'm Huỳnh (Đinh Hồng Huỳnh):

  • 🔭 I’m currently working on @home
  • 🌱 I’m currently learning: K8s + Terraform + Kafka
  • 📫 My CV at here
  • 💬 Ask me about here
  • 📫 How to reach me: [email protected]
  • Outside of work: ⚽ 🎸

honghuynhit's github stats Top Langs

Pinned Loading

  1. minio minio Public

    Forked from minio/minio

    Multi-Cloud ☁️ Object Storage

    Go 1

  2. terraform-provider-docker terraform-provider-docker Public

    Forked from kreuzwerker/terraform-provider-docker

    Terraform Docker provider

    Go 1

  3. How to reset AUTO_INCREMENT in MySQL? How to reset AUTO_INCREMENT in MySQL?
    1
    SET  @num := 0;
    2
    
                  
    3
    UPDATE your_table SET id = @num := (@num+1);
    4
    
                  
    5
    ALTER TABLE your_table AUTO_INCREMENT =1;
  4. cookiecutter-django cookiecutter-django Public

    Forked from cookiecutter/cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    Python

  5. developer-roadmap developer-roadmap Public

    Forked from kamranahmedse/developer-roadmap

    Roadmap to becoming a web developer in 2021

  6. docker-k6-grafana-influxdb docker-k6-grafana-influxdb Public template

    Forked from luketn/docker-k6-grafana-influxdb

    Demonstrates how to run load tests with containerised instances of K6, Grafana and InfluxDB

    JavaScript