Skip to content
View mateocampagna's full-sized avatar

Block or report mateocampagna

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

mateo campagna

systems programmer · competitive programmer · cs student @ unlp

       


currently

  • implementing memory allocators in C (malloc, realloc, free from scratch)
  • building a numerical methods library in C++

projects

  • chip8-vm — CHIP-8 emulator in Rust · full opcode set, display & input
  • rust-retro-chat — async chat server in Rust · Axum · Tokio · WebSockets · JWT

competitive programming

  • ICPC South America South Finals — 2024 · 2025

contact

linkedin · [email protected]

Pinned Loading

  1. rust-retro-chat rust-retro-chat Public

    Secure real-time messaging app powered by Rust (Axum/Tokio). Implements JWT auth, bcrypt hashing, SQLite, and reliable WebSocket concurrency under a custom retro UI

    Rust

  2. TensorLab TensorLab Public

    Tensor operations

    Rust

  3. chip8-vm chip8-vm Public

    A minimal CHIP-8 emulator written in Rust

    Rust