Skip to content
View dkhoapham's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report dkhoapham

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

Hello there 👋


import java.util.List;

public class SoftwareEngineer {
    private final String name = "Kevin Pham";
    private final String role = "Software Engineer";
    private final List<String> languagesSpoken = List.of("en_US", "vi_VN");

    public void sayHello() {
        System.out.println("Thanks for dropping by, hope you find some of my work interesting.");
    }

    public static void main(String[] args) {
        SoftwareEngineer me = new SoftwareEngineer();
        me.sayHello();
    }
}

🔧 Technologies & Tools

Programming Languages
Java Python JavaScript TypeScript

Backend & APIs
Spring Node.js REST API API Gateway

Frontend
React HTML5 CSS3

Tools & Services
Git GitHub


Pinned Loading

  1. My_Portfolio My_Portfolio Public

    Built with love ❤️ using Vite, React, TypeScript, and Tailwind CSS. This portfolio is both a personal project and a space to grow my frontend skills, experiment with UI design, and express my own p…

    CSS

  2. Product-Catalog-Service_UniCart Product-Catalog-Service_UniCart Public

    Java

  3. CS146 CS146 Public

    HW Files for CS 146, Assignment 1,2,3

    Java