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

Block or report MatveyPavlich

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

Matvey Pavlich

Systems programming enthusiast • C / C++ • OS dev • Databases

I’m building my foundations in low-level computing by writing things from scratch — operating system components, a toy database, and small compilers/parsers.
My long-term goal is to work on real database engines and storage systems.

🎯 What I’m working on

  • SnakeOS — a small x86_64 operating system (bootloader → paging → interrupts)
  • mkdb — a toy database exploring pages, B-Trees, and simple query execution
  • Mini-compiler experiments — lexers, parsers, ASTs in C
  • Data structures and algorithms — do a bit of codeforces from time to time

Pinned Loading

  1. SnakeOS SnakeOS Public

    My mini OS to run a snake game

    Assembly

  2. ba-chs-calculator ba-chs-calculator Public

    Assembly

  3. matthewdb matthewdb Public

    C

  4. Calculator-x86-ASM Calculator-x86-ASM Public

    Practicing x86 assembly by building a calculator

    Assembly

  5. data_structure_and_algorithms data_structure_and_algorithms Public

    C

  6. tiny_interpreter tiny_interpreter Public

    C