The Wayback Machine - https://web.archive.org/web/20220409123203/https://github.com/MQuy
Skip to content
Avatar
🎯
Focusing
🎯
Focusing

Achievements

Achievements

Organizations

@ruby-vietnam
Block or Report

Block or report MQuy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MQuy/README.md

Hi 👋

I'm Quy, a full stack engineer who loves recreating things from the scratch and contributing to open source projects.

Highlight Projects

  • mBrowser — a web browser built with Rust, inspired by Servo, currently supports rendering DOM, CSSOM.
  • mOS — a UNIX-like operating system developed from scratch using C and Assembly, aims to be POSIX compliant.
  • mLang —three toy programming languages (mini Typescript, mini Haskell, and mini C).
  • qReact — the dead simple re-implementation of React 15.x and React 16.0.
  • Webpack deadcode plugin — Webpack plugin to detect unused files and unused exports in used files.

Works

  • Full Stack Engineer at Bokio, Sweden.
  • Software Engineer at Employment Hero, Vietnam
  • Software Engineer at RingMD, Vietnam.
  • Software Engineer at Deekau, Vietnam.

Social Networks

Pinned

  1. mos Public

    A hobby operating system developed from scratch

    C 281 22

  2. qreact Public

    The dead simple re-implementation of React

    JavaScript 73 8

  3. mlang Public

    My toy programming languages

    C++ 29 3

  4. Webpack plugin to detect unused files and unused exports in used files

    JavaScript 259 13

  5. mbrowser Public

    A toy web browser developed from scratch

    Rust 28

  6. TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    TypeScript 79.6k 10.4k

441 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

April 2022

Created 1 repository

Created a pull request in microsoft/TypeScript that received 3 comments

feat(48107) - Support convert string except in top level import to template string

Based on suggestion in #48107 Convert any string to template string const hello = "foobar rocks" // -> const hello = `foobar rocks` Except import

+23 −4 3 comments
Opened 2 other pull requests in 2 repositories