Skip to content
View Misoto22's full-sized avatar
:electron:
:electron:

Highlights

  • Pro

Block or report Misoto22

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

> whoami

struct Developer {
    name: &'static str,
    location: &'static str,
    role: &'static str,
    interests: Vec<&'static str>,
}

let henry = Developer {
    name: "Henry Chen",
    location: "Sydney, Australia",
    role: "Full-Stack Developer & System Architect",
    interests: vec!["Web Apps", "ERP Systems", "Photography"],
};

⚡ Tech Stack

 Languages        Rust · TypeScript · Python · C# · Bash
 Frameworks       React · Next.js · Django · .NET · Docker
 Infrastructure   SQL Server · AWS · GitHub Actions · Firebase · Cloudflare

📊 GitHub Stats



Snake animation

Pinned Loading

  1. eoi-points-calculator eoi-points-calculator Public

    The EOI Points Calculator is a tool designed to help potential immigrants to Australia calculate their points based on their personal and professional background.

    TypeScript