Skip to content
View mezz-source's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report mezz-source

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
mezz-source/README.md

good morning/night/day

I honestly couldn't tell which it is, but I'm sure you can figure it out yourself

-- TODO: why are we saying this? who even put this here?-- TODO (reply): shutup

whoami

I'm mostly a game developer for Roblox, but I have future sights on becoming and elusive backend developer⭐ (still learning fundementals). I do way more than just cracking away at Luau & Python though! I'm a creative writer, a composer, technically a voice actor now, an animator, and a game designer! Obviously I'm not a master at all of these things, but I shoot my best shot 🫡

While it sounds cool, backend development actually just "how do I not explode because of past mistakes" as a discipline. Honestly, game development isn't far off in terms of architectural "please don't screw me up later" except it's bugs are 500% more visible to anybody touching it, but it's more fun to engage with

-- FIXME: Fix users accidentally being deleted from production when applying modification to their bio

You may be asking; why this when you can do the much easier frontend or literally anything else that doesn't risk exploding user data? Simple, I am terrible at art design! And I do NOT like fine tuning UI so that it fits bleed margins or aspect ratios. I've never enjoyed designing CSS or HTML, it's just not as fun as being the data wizard. Besides, it's not a question of if you'll explode, it's when!

This is a part of the fickle fantasy that all CS majors have; If I can code, somebody will want me! It's a noble pursuit but one that often ends with fifty compilation errors because a package somewhere is having a heart attack and you don't know where, and ninety applications that end up in the void

# NOTE: Do not call this function without the user_id. It says it's optional; it isnt!

education

Graduating from a technical high school in Texas, been in computer science for four straight years. Loved every second that wasn't me staring at algorithms for computer science exams:

  1. AP Computer Science A
  2. AP Computer Science Principles
  3. PCEP Python Certified (at least... for beginners)

Never minded taking classes, but projects are the real bread and butter

-- TODO: ensure this portfolio is allgined with HTCPCP protocols. also add a meaningful ending which also acts a critique to post modern capitalistic ideas

Pinned Loading

  1. Vortex-RBXMX-TranspilerVortex-RBXMX-TranspilerPublic

    A Roblox to Vortex file converter which turns .rbxm files into .json project files for Vortex. Releases are compiled python based binaries available for Windows, Mac, and Linux respectively!

    Python

  2. sff-backendsff-backendPublic

    A developer note repo and endpoint handler for working on a specific roblox game, paired with a Roblox extension

    Python

  3. KNDataAPIKNDataAPIPublic

    Data API used to run KILL NPCS's data. Uses in-game instances to quickly update data without sending datastore calls, with multiple store types loadable. You're free to somehow make this work with …

    Luau

  4. shopuishopuiPublic

    Shop/loadout UI created for KILL NPCS, with both server and client code. Is slightly outdated now as the game has been updated and iterated. Feel free to reference for your own :)

    Luau

  5. full-notes-appfull-notes-appPublic

    A basic profile/note repo with some front-end interface that allows users to create notes privately or publically. Also has basic role features for admins owners and regular users

    Python