Skip to content
View taylormck's full-sized avatar
  • Yokohama, Japan
  • 15:43 (UTC +09:00)

Block or report taylormck

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
taylormck/README.md
Profile Views

🌸 About Me:

I'm a full-time full-stack web developer and occasional freelance game developer


  • 😄 Pronouns: he/him
  • 🔭 I’m currently working as a full-stack engineer.
  • 🌏 I'm originally from the United States 🇺🇸 but currently live and work in Japan 🇯🇵.
  • 🌱 I’m currently relearning old game developer skills, and learning a bunch of new ones, too.
  • 👯 I’m always happy to hear about game jams and other game projects.
  • 🤔 I’m looking for help with Game Boy emulators and coding up new game engines from scratch.
  • 💬 Ask me about the my favorite new programming language (for now): Odin.
  • 📫 How to reach me: LinkedIn
  • 📜 See my resume: My resume

🛠️Languages and Tools:

C  C++ C# Rust Python JavaScript TypeScript PostgreSQL Zig Elixir Lua AWS Docker React Next.js Vue.js MaterialUI NodeJS Tailwind Django OpenGL SDL Unity Godot UnrealEngine

🔥 My Stats:

GitHub Streak

GitHub Stats

Top Languages

Pinned Loading

  1. alyson alyson Public

    A simplified clone of Celeste written with Odin

    Odin

  2. hexonacci hexonacci Public

    Rust

  3. prime-sieve prime-sieve Public

    A simple project to practice new programming languages with

    Rust

  4. ray-tracer ray-tracer Public

    Rust

  5. Highlight the Pitch Accent of Kana i... Highlight the Pitch Accent of Kana in an Anki Card
    1
    var littleKana = ['ょ', 'ゅ', 'ゃ', 'ぁ', 'ぃ', 'ぅ', 'ぇ', 'ぉ'];
    2
    var kana = [];
    3
    var kanaString = document.getElementById('kana').innerHTML;
    4
    var intonation = Number(document.getElementById('intonation').innerHTML);
    5
    
                  
  6. scatter scatter Public

    Render scattered circles across a window

    Odin