bunny bunny bunny bunny bunny

Welcome to my blog!

On the sidebar is a (currently, manually-curated) list of articles available on my website. Feel free to read!

Latest

Writing a Concurrent "Task" Scheduler in Rust - Part 1.5

April 22, 2026

In the previous article, I describe the requirements for my final project and share my testing code. In this section, I will raise some amendments made to the project guidelines...

Read here

Writing a Concurrent "Task" Scheduler in Rust - Part 1

April 21, 2026

Today, I began working on the final project assigned by my systems programming course. As a capstone of the the course, we are tasked with writing a multi-threaded job scheduler which receives some work and sends it to one of many available task executor threads, called workers...

Read here