I am a Computer Science student.
Among all the fields in CS, low-level systems interest me the most, although I’m quite shit at it.
I use C, C++, and Rust most of the time.
I also do competitive programming—you can check my Codeforces profile here. I’m currently unrated.
Database: A relational DBMS written in Rust from scratch.
Search Engine: A bare metal search engine written in Rust to understand Crawler and Indexer.
Chess Engine: A chess engine created to understand Minimax and Alpha-beta pruning Algorithms.
HTTP Library: A lightweight C++ HTTP library for creating and handling HTTP requests and responses.
File Server: A simple, lightweight HTTP file server written in Go.
Shell: A minimal Unix-like shell written in C.