Skip to content
View thanhphan20's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report thanhphan20

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thanhphan20/README.md

Cong Thanh Phan

Typing SVG

class CongThanhPhan:
    def __init__(self):
        self.name = "Cong Thanh Phan"
        self.role = ["Software Engineer", "Backend Focus"]
        self.interests = ["Cloud & System Design", "Full-Stack Development"]
        self.location = "Vietnam"

    def tech(self):
        return {
            "languages": ["TypeScript", "JavaScript", "Python", "Java", "C#", "Go", "Rust", "PHP"],
            "backend": ["Spring Boot", "NestJS", ".NET", "Node.js", "Express.js", "Laravel"],
            "frontend": ["React", "Next.js", "Vue.js", "Angular", "Tailwind CSS"],
            "databases": ["PostgreSQL", "MongoDB", "MySQL", "Redis", "Firebase"],
            "cloud": ["AWS", "Azure", "GCP"],
            "devops": ["Docker", "Kubernetes", "Terraform", "GitHub Actions", "Jenkins"],
        }

me = CongThanhPhan()
Software engineer focused on full-stack development and cloud-native systems.
Currently exploring AWS/Azure infrastructure and system design, always happy
to collaborate on interesting open-source work.

Tech Stack

Languages

TypeScript JavaScript Python Java C# PHP Go Rust

Frontend

React Next JS Vue.js Angular TailwindCSS Redux

Backend

NestJS Spring .NET NodeJS Express.js Laravel GraphQL gRPC

Database & Cloud

MongoDB PostgreSQL MySQL Redis Firebase AWS Azure GCP

DevOps & Tools

Docker Kubernetes Terraform GitHub Actions Jenkins Vercel Netlify RabbitMQ Apache Kafka

Testing

Jest Cypress Playwright

Focus Areas

graph LR
    A["Backend Engineering"] --> B["API Design & Microservices"]
    A --> C["System Design & Architecture"]
    A --> D["Event-Driven Systems"]

    E["Full-Stack Development"] --> F["React / Next.js / Vue"]
    E --> G["Cloud-Native Apps"]
    E --> H["CI/CD & DevOps"]

    B --> I["Production-Ready<br/>Solutions"]
    C --> I
    D --> I
    F --> I
    G --> I
    H --> I

    style A fill:#0D1117,stroke:#F398FF,color:#F398FF
    style E fill:#0D1117,stroke:#58A6FF,color:#58A6FF
    style I fill:#0D1117,stroke:#00FF00,color:#00FF00
Loading

Experience

timeline
    title Professional Journey
    2022 : Started Software Engineering Journey
         : Learning Java & Spring Boot
    2023 : Full-Stack Development
         : React & Next.js Projects
         : Cloud Infrastructure (AWS/Azure)
    2024 : Backend Systems & Microservices
         : Docker & Kubernetes
         : System Design & Architecture
    2025 : Cloud-Native Applications
         : Event-Driven Architecture
         : Open Source Contributions
Loading

GitHub Contribution

"Building scalable systems and clean architectures — one commit at a time."



LinkedIn Email Facebook


Pinned Loading

  1. ChainERP ChainERP Public

    This is an ERP app that the procedure is stored in the blockchain and in the final process the user can scan the QR code to retrieve the data from the blockchain.

    JavaScript 1

  2. GymPlatform GymPlatform Public

    This app build with technology MERN stack. Gym platform is an app that user can booking a class or personal trainer for training purposes. It is a c2c bussiness model require the user want to be a …

    JavaScript

  3. MediCare MediCare Public

    This is a App to Manage appointments, bills, drugs, human resources in a hospital.

    JavaScript

  4. KeyboardStore KeyboardStore Public

    This is a Ecommerce app that the product is about keyboard with admin section.

    PHP

  5. lifehub lifehub Public

    LifeHub is a real-time logging system that allows you to track workouts (and other activities) through a hybrid NestJS API gateway

    TypeScript

  6. jari jari Public

    A microservices-based project management system inspired by Jira, built with Spring Boot and Spring Cloud.

    Java