Skip to content
View duke-mai's full-sized avatar

Block or report duke-mai

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

Image

$ whoami

  • 🎓: Network Engineer | Open-Source Contributor.
  • 🔭: Check out my portfolio.
  • 🌱: I'm currently learning everything that is network-related.
  • 🌏: I build and automate resilient networks, contribute to open-source, and share what I learn on my blog.
  • 💬: I'm a fixer. I fixed it.

💳 Personal Card

Connect with me via the terminal by issuing the following npx command:

$ npx duc-mt

☕ Get in Touch

LinkedIn Email StackOverflow

🔐 PGP Key Fingerprint

D2F1 F373 9A4E 465E 737C 1F38 F9E9 1488 183E D044 or [email protected]

📜 On My Blog

🔢 Statistics

Code Time

Profile Views

Lines of code

🐱 My GitHub Data

📦 259.3 kB Used in GitHub's Storage

🏆 0 Contributions in the Year 2026

💼 Opted to Hire

📜 32 Public Repositories

🔑 7 Private Repositories

I'm an Early 🐤

🌞 Morning                1171 commits        ███████░░░░░░░░░░░░░░░░░░   29.74 % 
🌆 Daytime                1128 commits        ███████░░░░░░░░░░░░░░░░░░   28.65 % 
🌃 Evening                1425 commits        █████████░░░░░░░░░░░░░░░░   36.20 % 
🌙 Night                  213 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   05.41 % 

📅 I'm Most Productive on Monday

Monday                   729 commits         █████░░░░░░░░░░░░░░░░░░░░   18.52 % 
Tuesday                  515 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.08 % 
Wednesday                647 commits         ████░░░░░░░░░░░░░░░░░░░░░   16.43 % 
Thursday                 516 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.11 % 
Friday                   512 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.00 % 
Saturday                 584 commits         ████░░░░░░░░░░░░░░░░░░░░░   14.83 % 
Sunday                   434 commits         ███░░░░░░░░░░░░░░░░░░░░░░   11.02 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Asia/Ho_Chi_Minh

💬 Programming Languages: 
No Activity Tracked This Week

🔥 Editors: 
No Activity Tracked This Week

💻 Operating System: 
No Activity Tracked This Week

I Mostly Code in Python

Python                   19 repos            ███████████████████░░░░░░   76.00 % 
PowerShell               1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.00 % 
HTML                     1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.00 % 
Vim Script               1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.00 % 
Shell                    1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.00 % 

Last Updated on 14/01/2026 01:25:31 UTC

💻 StackOverflow Activities

Image

Pinned Loading

  1. dotfiles dotfiles Public

    My ~/.files folder

    Shell 1

  2. dotvim dotvim Public

    My ~/.vim folder

    Vim Script

  3. computer-shop-management-system computer-shop-management-system Public

    A Python program that uses object-oriented programming (OOP) to manage a computer shop inventory, sales, and customers

    Python 2

  4. dictionary-web-scraping-machine dictionary-web-scraping-machine Public

    A Python program that uses web scraping techniques to fetch and extract data from HTTP requests to the Merriam-Webster dictionary

    Python 2

  5. caesar-cipher-cryptography caesar-cipher-cryptography Public

    Use Caesar Cipher technique to encrypt or decrypt an inputted message.

    Python

  6. blackjack blackjack Public

    Implement a card game called Blackjack, aka 21.

    Python