Skip to content
View Sma1lboy's full-sized avatar
🌴
On vacation
🌴
On vacation

Highlights

  • Pro

Block or report Sma1lboy

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

Jackson Chen

LinkedIn Instagram Bilibili Email

About Me

interface Developer {
  name: string;
  location: string;
  education: string;
  languages: string[];
  currentFocus: string[];
  funFact: () => string;
}

const jackson: Developer = {
  name: "Jackson Chen",
  location: "Traversing between digital and physical realms",
  education: "Computer Science enthusiast with 3+ years of code crafting",
  languages: ["zh_CN", "en_US", "JavaScript", "Java", "C", "Python"],
  currentFocus: [
    "Building intelligent systems",
    "Exploring Web3",
    "OS internals",
  ],
  funFact: () => {
    const facts = [
      "I debug in my dreams sometimes",
      "My code once saved me 40 hours of manual work",
      "I can type at 120 WPM when really inspired",
      "In 2025, I've pledged to stop using TypeScript outside of work environments",
    ];
    return facts[Math.floor(Math.random() * facts.length)];
  },
};

Skills

TypeScript JavaScript Rust Java Python C++ C# Go Swift Kotlin React React Native Expo shadcn/ui Redux HTML5 CSS3 Tailwind CSS Bootstrap SASS Next.js Node.js Express Spring .NET Django Flask FastAPI GraphQL MongoDB MySQL PostgreSQL Redis Docker Kubernetes AWS GCP Azure Firebase Git GitHub Actions

Stats

Steam Stats LeetCode Stats
WakaTime Stats

Pinned Loading

  1. TabbyML/tabby TabbyML/tabby Public

    Self-hosted AI coding assistant

    Rust 30.7k 1.4k

  2. CodeFox-Repo/codefox CodeFox-Repo/codefox Public

    Next Gen project AI generator

    TypeScript 58 1

  3. RegTool RegTool Public

    RegTool supports a wide range of software registries and package managers to enhance your development workflow.

    Go 38 8

  4. WeChatJobInfoBot WeChatJobInfoBot Public

    Automatically Job posting bot

    TypeScript 16 2

  5. CSE2231 CSE2231 Public

    Project, homework and midterm review

    18