Skip to content
View sunrabbit123's full-sized avatar
😪
😪

Organizations

@Smart-Highschool-Ace @joog-lim @GRI-G
Block or Report

Block or report sunrabbit123

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

Hello, I'm sunrabbit.
I am primarily responsible for server engineering.(TypeScript, Rust, DotNet, Golang, etc.)

built application for the following use cases:

  1. GraphQL open API server for third-party applications.
  2. serverless application suitable for low traffic toy projects.
  3. Uncomplicated front-end development tasks (Next.js, tailwind).
  4. infrastructure simplicity with IaC
  5. application development in a distributed environment

Pinned Loading

  1. dudykr/stc dudykr/stc Public

    Speedy TypeScript type checker

    Rust 5.7k 168

  2. FxTS FxTS Public

    Forked from marpple/FxTS

    A functional programming library for TypeScript/JavaScript

    TypeScript

  3. Typescript Enum Substitute.md Typescript Enum Substitute.md
    1
    ```ts
    2
    const PROGRAMING_LANGUAGE = {
    3
      python : "Python",
    4
      javascript : "JavaScript"
    5
    } as const;