Skip to content
View yabtesfu's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Block or report yabtesfu

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
yabtesfu/README.md
"If you're going through hell, keep going."
Winston Churchill

✦ About Me

▹   Currently building distributed systems & ML projects: a blockchain network, a RISC-V OS, and a GAN lab.
▹   Going deep on low-level systems engineering with Rust.
▹   I like building things from scratch: databases, consensus, kernels.
▹   Ask me about Rust, Python, React, or systems design.
▹   Open to collaborate on full-stack & systems projects.


✦ Connect


✦ Tech Stack

Languages

languages

Frontend & Mobile

frontend

Backend & APIs

backend

AI / ML & Data

aiml

Databases

db

Tools

tools

✦ GitHub Stats

stats langs
streak

✦ Featured Projects

nodechain-lab
A custom blockchain network: proof-of-work, transaction processing, node discovery, chain validation, and consensus over a REST API.
JavaScript
rustv-os-lab
A RISC-V operating system prototype in Rust: bootloading, bare-metal programming, memory management, and kernel design.
Rust
gan-lab-tensorflow
A TensorFlow GAN exploring generator and discriminator training, synthetic data generation, and adversarial loss.
Python
imustore-db
A persistent key-value database engine in Python: append-only storage, immutable tree indexing, atomic commits, and lazy loading.
Python
restro-pos
A restaurant POS frontend built with React, Vite, and Tailwind CSS.
JavaScript
Gebeta-Game
A digital take on Gebeta, the traditional Ethiopian Mancala game.
Java

✦ Contribution Snake

snake

✦   keep going

Pinned Loading

  1. nodechain-lab nodechain-lab Public

    A custom blockchain network prototype implementing proof-of-work, transaction processing, node discovery, chain validation, and consensus through a REST API.

    JavaScript

  2. restro-pos restro-pos Public

    Restaurant POS frontend built with React, Vite, and Tailwind CSS.

    JavaScript

  3. Gebeta-Game Gebeta-Game Public

    Ethiopian Tradition Mancala Game

    Java

  4. rustv-os-lab rustv-os-lab Public

    A RISC-V operating system prototype built in Rust, exploring bootloading, bare-metal programming, memory management, kernel design, and low-level systems engineering.

    Rust

  5. gan-lab-tensorflow gan-lab-tensorflow Public

    A TensorFlow-based Generative Adversarial Network project exploring generator-discriminator training, synthetic data generation, adversarial loss, and GAN visualization.

    Python

  6. imustore-db- imustore-db- Public

    A Persistent Key-Value Database Engine Built in Python . a Python key-value database engine exploring append-only storage, immutable tree indexing, atomic commits, lazy loading, and database intern…

    Python