Skip to content
View altCourier's full-sized avatar

Block or report altCourier

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
altCourier/README.md

Developer interested in low-level programming and security.

I am a developer focused on the intersection of low-level systems, hardware architecture and autonomous logic.

My focus is on building tools from scratch, with a long-term goal of transitioning these skills into systems security and vulnerability research.


My technical work:

  • Low-Level Systems (C): I write memory-efficient data structures and terminal tools. Built Eve, a text editor using a Piece Table for buffer management. Comfortable with manual memory management and pointer arithmetic.

  • Hardware (Verilog): Digital logic design and FPGA work. Currently building custom microcontroller logic and experimenting with hardware security.

  • Robotics (ROS 2 / Python): Built navigation systems and path planners (A*). Work involves connecting hardware to software for real-time control.

  • Tools: C, Python, JavaScript, Verilog. Git, Makefiles, minimal dependencies.

  • Writing: I document my work and research on Hashnode, breaking down implementations and sharing what I learn.



Top Langs

You can find me through

Pinned Loading

  1. Eve Eve Public

    Eve is a terminal based text editor written in C implementing Piece Table data structure.

    C

  2. robotics-final-project robotics-final-project Public

    Robotics class project: An Arduino-based line follower optimized for speed and competition performance.

    C++

  3. visit-eskisehir visit-eskisehir Public

    Touristic website for the final project of web development class in UEF.

    JavaScript

  4. ros2-pathplanner-project ros2-pathplanner-project Public

    Cost-aware A* path planner for ROS 2 Nav2 - Intelligent obstacle avoidance for autonomous navigation

    Python 3