Skip to content
View ChomaMichal's full-sized avatar

Highlights

  • Pro

Block or report ChomaMichal

Report abuse

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

Report abuse
ChomaMichal/README.md

Hi there, I'm Michal 👋

I'm a student who loves building complex systems from scratch. I gravitate towards low-level architecture, distributed systems, and performance-critical applications.

🛠️ Core Tech Stack

I spend most of my time working in systems languages and building reliable tooling:

C C++ Rust Python Pandas

🚀 Featured Projects

  • determinism-from-scratch A distributed, relational database built entirely from the ground up. The core focus of this project is ensuring high reliability and predictability through strict deterministic testing.

  • for-legal-reasons-this-is-game An API-first trading platform engine built to facilitate algorithmic bot trading. While initial market data can be seeded externally, the engine independently handles internal order matching, real-time price recalculations, and complex position resolution.

  • webserv A custom web server implemented in C++. Zero alocations after startup. Engineered for strict memory efficiency and stability, it is designed to run with zero dynamic memory allocations after the initial startup sequence.

  • minishell A custom UNIX shell implementation built from scratch in C. This project handles deep system-level mechanics including process creation, file descriptor management, pipe routing, and signal handling.

📫 Let's Connect

Pinned Loading

  1. for-legal-reasons-this-is-game/For-legal-reasons-this-is-game for-legal-reasons-this-is-game/For-legal-reasons-this-is-game Public

    Nix 2

  2. determinism-from-scratch/dfs determinism-from-scratch/dfs Public

    Determinism From Scratch.

    Rust 1

  3. webserver webserver Public

    Just a simple http webserver

    C++

  4. minishell minishell Public

    C 1