Skip to content
View arialCoding's full-sized avatar

Block or report arialCoding

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

👋 Hello there! I'm Trari Mohammed El mehdi. Also known as TR Arial or arialCoding

Welcome to my GitHub profile!


🕹️ Game Developer | 🧠 Low-Level Programming Enthusiast | 🧵 beginner OS dev

I'm TR, a passionate beginner game developer with a strong love for understanding how things work under the hood. I enjoy diving into the lowest levels of code, building things from scratch, and challenging myself to explore the foundational layers of computing.

🚧 Currently Working On:

  • 🧱 Creating my own kernel — not for world domination (yet), but to deeply understand how operating systems tick.
  • 🎮 Game development projects — small experiments and prototypes as I improve my skills.
  • 🧮 Learning systems programming — digging into C, assembly, memory management, and beyond.
  • 🧮 Web developpment — Also learning to become a full stack developper

🔧 Skills I'm Building:

  • C / C++
  • Assembly (x86_64)
  • Operating System fundamentals
  • Graphics programming
  • Game loop mechanics
  • Web development

🧪 Philosophy:

Why use a library when you can suffer and learn building your own?

I believe that struggling through the hard stuff is what makes a great programmer. Whether it’s rendering a pixel to the screen in a bare-metal environment or getting that first character to move in a custom-built engine — I’m here for the journey, not just the result.


📫 Reach Me:

If you want to chat about game dev, systems programming, or weird bugs you regret causing at 2am, feel free to reach out! Email: mehtra111@gmail.com


Thanks for stopping by! Feel free to explore and drop a ⭐ if you like what you see.

Popular repositories Loading

  1. arialCoding arialCoding Public

    Config files for my GitHub profile.

    1

  2. Kernel Kernel Public

    C 1

  3. Sudoku Sudoku Public

    C++ 1

  4. TicTacToe_UI TicTacToe_UI Public

    C++ 1

  5. Odin-Project-Landing-page Odin-Project-Landing-page Public

    The landing page project for the css foundations section of the odin project

    HTML 1

  6. Chess Chess Public

    a practice repo trying to recreate Chess with C and SDL2

    C