Skip to content
View gamerjamer43's full-sized avatar
‼️
working on the weekend like usual
‼️
working on the weekend like usual

Highlights

  • Pro

Block or report gamerjamer43

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

GitHub Profile Summary Card

Editor: Neovim Editor: VS Code Profile views Main languages: Python, Rust


🎙️ Introduction

Hi there! I’m a Class of '29 Software Engineering student at the Rochester Institute of Tech. I like to build cool things in Python, Java, C and Rust (hey, notice how I ignored C++ you charlatans! Jokes aside, I like it too), and I am continually exploring new languages and technologies, for example I'm on my functional grindset, learning F# and OCaml. My scripting journey started with scratch and roblox -- which I don't really count because it was mostly toying around to learn the syntax and build basic programs -- but I really got into scripting with Python in 2022. Since then, I have been dead set on wanting to be in a computer technical field and began creating as many projects as humanly possible, because the best way to learn is by doing. Feel free to look around my profile, and also take a peep at my repos, there's some cool stuff in there!

(my repositories)


⭐ Project Spotlight (what I'm working on)

I am NOT the best at consistently working on projects, so I cannot guarantee these will be 100% finished. However, these are some cool things I've started. Feel free to take a look!

Stick (monorepo) see also StickCompiler & StickVM (this has the best README)

A bytecode compiled language that is VERY early indev. Plans to support "open paradigm" (OOP, Imperative, and Functional styles all should be supported out of the box), and heavy native interfacing, all while being embeddable and blazing fast. Frontend written in Rust with the VM being done in C for a clean balance between maximum development speed and maximum performance. I still have to work on Subwave and all that (but that MAY be my Feb/March) project.


🚀 Featured Projects

A cross-language tool for creating educational coding videos. Inspired heavily by manim and swaptube, the goal is to make something fast, user friendly, and highly robust. Written with my talented friend Zentiph, make sure to check their stuff out as well!

My magnum opus, my cream and sugar. Written in Rust using a ready-to-scale PostgreSQL DB driver, stupidly intuitive Hyper backend, and brute grade password hashing with Argon2id. Designed with lightspeed and bulletproof server to client communication at the forefront of my mind..

I have also made a Noah Certified™ client for this, and it is in the works to use every part of this API, but what I got right now is public. It's really mid and I have a lot of stuff to fix tho.

A Flask-powered video sharing platform with all the proper security features, such as escapes, user authentication, video upload/processing via FFmpeg and MIME type verification, as well as some cool engagement features. Build and manage your own video community. (github.com)

A lightweight HTML/Python application for hosting images via ShareX, featuring an upload endpoint for you to upload files to using the provided config, and file service and sharing that embeds into discord. Perfect for quick image sharing workflows, and sharing media with friends. (github.com)

An attempt to learn the basics of ML using a NumPy-based implementation of a two-layer neural network for MNIST digit recognition, and covering forward/backpropagation, loss calculation, training, and inference. Learn the internals of deep learning without high-level frameworks. (github.com)


🛠️ Languages & Tools

General Purpose:

  

Web/Mobile Frontend:

Backend:

Persistence & DBM:

Unit Testing:

Shells, Editors and General Tools:


✉️ Connect

Feel free to reach out — I’d love to answer any questions or give coding advice if you need it.

Pinned Loading

  1. Stick Stick Public

    The frontend, high(er) level language (lexer, parser, codegen/emitter), and backend virtual machine for the Stick Programming language. Designed to have fast compilation, be light/embeddable with b…

    Rust 8

  2. Subwave Subwave Public

    Blazing fast music backend (and eventually will be a full media server) written in Rust, and using Postgres. Deals with all the hassle of login auth, metadata management, and all the other nitty gr…

    Rust 3

  3. Hertzonic Hertzonic Public

    Another cool self hosted streaming client. Working on this to work with Flacend, but will try to make this emulate the Subsonic API so other FOSS music players can use this.

    TypeScript 3

  4. testtoob testtoob Public archive

    A flask-based video sharing platform that lets users upload, view, and interact with videos. Built using flask, flask-login for authentication, flask-sqlalchemy for database management, and flask-w…

    HTML 3

  5. Boron Boron Public archive

    Boron is a statically-typed, precision-first language blending Python’s simplicity with Java’s structure. It features high-precision decimals, typed arrays, vectors, intuitive syntax, OOP support, …

    Python 2

  6. ntest ntest Public archive

    A minimal Python unit testing framework designed to run just as good as your enterprise tests. Both lightweight and fast for small tests, and super expansible for when you need it most.

    Python 2