╔══════════════════════════════════════════════════════╗
║ name : Tam Huynh ║
║ location : Da Nang, Vietnam 🇻🇳 ║
║ role : Software Developer ║
║ focus : Web · Desktop · Automation · Android ║
║ languages : Vietnamese 🇻🇳 · English 🇬🇧 ║
║ philosophy : "First solve the problem, ║
║ then write the code." ║
╚══════════════════════════════════════════════════════╝| Language | Proficiency |
|---|---|
| C / C++ | ████████░░ Advanced |
| C# / Java | ███████░░░ Intermediate+ |
| Python | ███████░░░ Intermediate+ |
| JavaScript / TypeScript | ██████░░░░ Intermediate |
| HTML / CSS | ████████░░ Advanced |
| PHP / Bash | █████░░░░░ Intermediate |
| Category | Frameworks |
|---|---|
| .NET Ecosystem | ASP.NET Core · WinForms · WPF · MAUI |
| Java | Spring Boot · Spring MVC · Maven · Gradle |
| JavaScript | Node.js · Express.js · React · jQuery |
| Python | Flask · Django · Selenium · Requests |
| CSS | Bootstrap · Tailwind CSS |
| Category | Tools |
|---|---|
| Version Control | Git · GitHub · GitHub Actions |
| Containerization | Docker · Docker Compose |
| API Testing | Postman · REST Client |
| IDEs | VS Code · Visual Studio · IntelliJ IDEA · Eclipse |
| OS / Server | Linux · Nginx · WSL2 |
| Design | Figma |
| Type | Databases |
|---|---|
| Relational (SQL) | MySQL · Microsoft SQL Server · PostgreSQL · SQLite |
| NoSQL | MongoDB · Firebase Firestore |
| Cache / In-Memory | Redis |
⚙️ Setup required: Add GitHub Actions workflow to generate the snake animation. Then replace the image below.
📋 GitHub Actions workflow to enable snake animation
# Save as: .github/workflows/snake.yml
name: Generate Snake Animation
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: doanvtamhuynh
outputs: |
dist/github-snake.svg
dist/github-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}| 🗂️ Project | 📝 Description | 🛠️ Tech |
|---|---|---|
| 🏢 ApartmentManage | Apartment management system | C# · .NET · SQL Server |
| 💈 Barbershop_Management | Barbershop booking & billing | Java · MySQL |
| 🤖 automation_multilogin | Multi-account automation tool | Python |
| 🐾 petstore | Pet store e-commerce app | JavaScript · Bootstrap |
| 📱 Deepdroid_manifest | Custom Android ROM manifest | Android · Shell |
| 🔑 get_gmail_2fa_key | Gmail 2FA TOTP key extractor | Python |


