Skip to content
View gan-h's full-sized avatar
😛
😛

Block or report gan-h

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

Hi there 👋

Hi, I’m Henry.

I’m an undergraduate student studying computer science, passionate about software development and web technologies. I love diving into projects that challenge me, whether it’s building web applications with Next.js and Three.js or developing backend services using C++. Currently, I'm working on a Javascript interpreter and bytecode compiler, implemented in Java.

When I’m not coding, you can find me staying active, exploring new places, playing the piano, or getting lost in a good book. I’m always eager to learn new things and collaborate on projects that make a meaningful impact. Feel free to check out my repositories or reach out!

Pinned Loading

  1. Interpreter Interpreter Public

    Javascript interpreter with support for classes, prototype inheritance, closures, functions, and dynamic typing.

    Java

  2. Kahoot Kahoot Public

    Kahoot-inspired game-based learning platform, designed to make quizzes fun and interactive. Features include real-time multiplayer, customizable quizzes, and score tracking!

    TypeScript 2

  3. Othello Othello Public

    Othello game with human vs. computer mode, featuring intelligent AI opponent and real-time move analysis for a challenging gameplay experience.

    Java

  4. Redis Redis Public

    Low-level C++ implementation of a basic Redis server

    C++

  5. Chip8 Chip8 Public

    Chip 8 Interpreter