Skip to content
View HaiqalAly's full-sized avatar
💮
Learning to bloom in code.
💮
Learning to bloom in code.

Highlights

  • Pro

Block or report HaiqalAly

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

Haiqal Alyhazamy

Computer Science Student @STMIK Antar Bangsa

Hey, I’m Haiqal. I'm a sophomore in Indonesia, driven by a curiosity to figure out how things work under the hood. This space is a home for my experiments, failures, and small wins while I learn to build. I’m still at the beginning, but I’m showing up every day.


Technical Toolkit

  • Language: Rust, Python
  • Tools: Git, Linux, Docker

Open Source Contributions

  • tokio-rs/axum — A small contribution to update some deprecated examples. It was my first PR to a major framework, and I learned a lot about CI and dependency management from the maintainers!

Projects & Experiments

  • FST Experiment — High-performance string searching & memory-mapped file experiments.
  • QuickNote CLI — A practical Rust CLI tool focusing on the module system and I/O.
  • Axum API — API made with Axum, exploring the basics of web development in Rust.
  • My Archive Organization — A dedicated space for my college assignments and coursework.

Beyond the Terminal

  • Medieval History: I spend my weekends watching documentaries about historical events and figures.
  • Gaming: Witcher 3 enthusiast (Team Yennefer all the way).
  • Music: Rotating between Cigarettes After Sex & The Marías.

Pinned Loading

  1. rust-fst-exp rust-fst-exp Public

    Rust-based fuzzy search engine experiment using Finite State Transducers (FSTs) for memory-efficient, lightning-fast dictionary lookups.

    Rust

  2. rust-axum-api rust-axum-api Public

    Exploring async web patterns in Rust: An Axum-powered API with static and JSON handlers, featuring full request/response tracing.

    Rust

  3. rust-quicknote-cli rust-quicknote-cli Public

    Beginner-friendly Rust CLI project focused on mastering ownership, error handling, and terminal I/O. Features an interactive menu and zero-overhead note management.

    Rust

  4. rust-fundamentals rust-fundamentals Public

    This repository tracks my progress through the Rustlings course, a hands-on collection of small exercises to get accustomed to reading and writing Rust code.

    Rust