Skip to content
View Halloloid's full-sized avatar
🦏
Hello Just a Self Taught Developer
🦏
Hello Just a Self Taught Developer

Block or report Halloloid

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


 

// halloloid.rs

let me = Profile {
    from:     "mern → burned out → rust+go",
    current:  "backend systems & distributed infra",
    shipped:  ["A Shell using Rust","A Virtual Machine Using Rust"],
    reading:  ["Tour to Go", "DDIA"],
    building: ["An IAM Platfrom Using Rust"],  // next
};




Pinned Loading

  1. hallo_shell hallo_shell Public

    A Unix-like shell built in Rust — Codecrafters challenge

    Rust 6

  2. hallo_vm hallo_vm Public

    A stack based bytecode VM with its own assembler and disassembler

    Rust

  3. iam_platform iam_platform Public

    its a platform helps Other Systems for Identity and Access Management (IAM)

    Rust

  4. Dev-Blog-Post Dev-Blog-Post Public

    My First Production Level Website Used a Good level of System Design to Built this and it almost Industry Standards . A Platform where Devloper can post there project and github repo link

    TypeScript 3

  5. RustySnake RustySnake Public

    A fully interactive Snake game built in Rust for the terminal using Crossterm. Implements real-time input handling, direction constraints to prevent invalid moves, collision detection (wall & self)…

    Rust 3

  6. Menu-Mind Menu-Mind Public

    MenuMind is an AI-powered food recognition and recommendation web app that identifies dishes from images using a CNN model and suggests related blogs, recipes, and videos through Google APIs. Built…

    JavaScript