Skip to content
View stoaxcode's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report stoaxcode

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

πŸ’» StoaxCode

Electronics Technology Student | Electronics & Linux (sometimes Fishing🎣)

Typing SVG

πŸŽ“ About Me

// Student Profile
typedef struct {
    const char* status;
    const char* passion;
    const char* interests[3];
    const char* current_focus;
} StudentProfile;

StudentProfile me = {
    .status = "Electronics Technology Student",
    .passion = "Linux user passionate about electronics and embedded systems",
    .interests = {"Embedded Systems", "PLCs", "Industrial Electronics"},
    .current_focus = "Building hands-on experience and learning firmware development ⚑"
};

🌐 Connect

Facebook Instagram TikTok YouTube


βš™οΈ Technology Stack

Programming Languages

C C++ Assembly Python Rust Shell Script JavaScript HTML5 CSS3

Embedded Systems & Frameworks

Arduino Raspberry Pi ESP32 STM32 FreeRTOS Linux

Web & Development Tools

NodeJS NPM Webpack Git GitHub GitLab GitHub Actions GitLab CI


πŸ“Š GitHub Analytics


πŸ† Achievements


πŸ“ˆ Contribution Graph


πŸ’‘ Dev Quote


πŸŽ“ Student | πŸ”§ Embedded Systems Enthusiast | ⚑ Learning & Building

Profile Views

Pinned Loading

  1. embedded-linux-hyprland embedded-linux-hyprland Public

    Arch + Hyprland dotfiles for embedded systems development, PLC programming, and electronics engineering workflows

    CSS 1

  2. Adventure-Jones Adventure-Jones Public

    Adventure-Jones-4 is a retro-inspired 2D adventure game where you explore dungeons, solve puzzles, and battle monsters using classic weapons and abilities. The goal: collect all ancient artifacts a…

    Java