Skip to content
View Hungs20's full-sized avatar
🇻🇳
🇻🇳

Block or report Hungs20

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

Hi there, I'm Hungs20 👋

Welcome to my GitHub profile! I'm a passionate developer with a keen interest in software development and technology.


🛠️ Technologies & Tools

  • Languages: Python, JavaScript, C++, Swift, Dart
  • Frameworks & Libraries: Flutter, Node.js, Express
  • Databases: MySQL, MongoDB, PostgreSQL
  • Tools & Platforms: Git, Docker, AWS, GitHub Actions

📈 GitHub Stats

Hungs20's GitHub stats

Top Languages


📫 How to Reach Me


🌱 About Me

I'm always eager to learn new technologies and improve my skills. When I'm not coding, you can find me exploring new tech trends, reading books, or playing video games.


Thank you for visiting my profile! Have a great day! 😊

Pinned Loading

  1. FBBotKit FBBotKit Public

    FBBotKit rewrites the API requests and response models for Facebook Page, aiding developers in the seamless implementation of applications related to the Facebook Page API.

    TypeScript 1

  2. Reaction-message-ContextMenu Reaction-message-ContextMenu Public

    Reaction message using ContextMenu

    Swift 20

  3. TowerDefense TowerDefense Public

    OOP project

    Java

  4. Themis Themis Public

    Themis Web - Hệ thống chấm bài trực tuyến

    JavaScript 1 2

  5. ChatBot ChatBot Public

    Bot chat kết nối với người lạ

    JavaScript 3 59

  6. Flexible codable Flexible codable
    1
    extension KeyedDecodingContainer {
    2
        enum FlexibleValue<T: Decodable>: Decodable {
    3
            case int(Int)
    4
            case string(String)
    5
            case double(Double)