Skip to content
View chojuninengu's full-sized avatar
๐Ÿฅท
๐Ÿฅท

Organizations

@doocs @Design-and-Code @Cameroon-Developer-Network

Block or report chojuninengu

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

Typing SVG

Profile Views ย  GitHub Followers ย  GitHub Stars


๐Ÿง‘โ€๐Ÿ’ป About Me

struct Developer {
    name:        &'static str,
    role:        Vec<&'static str>,
    languages:   Vec<&'static str>,
    interests:   Vec<&'static str>,
    os:          Vec<&'static str>,
    currently:   &'static str,
    fun_fact:    &'static str,
}

impl Developer {
    fn me() -> Self {
        Developer {
            name:      "JU-NINE NGU CHO",
            role:      vec![
                "Software Engineer",
                "Systems Developer & Linux Admin",
                "Cybersecurity Enthusiast",
                "Cloud & Infrastructure Engineer",
            ],
            languages: vec!["Rust ๐Ÿฆ€", "Python ๐Ÿ", "Bash ๐Ÿ“œ", "HTML/CSS ๐ŸŒ"],
            interests: vec![
                "System Development",
                "Cybersecurity",
                "Cloud Computing",
                "Open Source",
            ],
            os:        vec!["Linux (Ubuntu) ๐Ÿง", "Windows ๐ŸชŸ", "macOS ๐ŸŽ"],
            currently: "Building FerrisKey โ€” an auth server in Rust ๐Ÿ”",
            fun_fact:  "I play video games & read sci-fi between builds ๐Ÿ“š๐ŸŽฎ",
        }
    }
}

๐Ÿ› ๏ธ Tech Stack & Tools

Languages

Infrastructure & DevOps

Databases & Tools

Security & Monitoring

Wazuh Suricata Multipass


๐Ÿš€ Featured Projects

๐Ÿ”‘ Project ๐Ÿ“– Description ๐Ÿ› ๏ธ Tech
FerrisKey A powerful authentication & authorization server built in Rust Rust PostgreSQL Docker
Async-Chat Real-time asynchronous chat application Rust Async WebSockets
System Health System monitoring and health check tool Rust Linux Bash
AI Engineering Hub AI engineering resources and experiments Python AI/ML APIs


๐Ÿ“Š GitHub Statistics

GitHub Stats Top Languages

GitHub Streak

GitHub Trophies


๐Ÿ“ˆ Contribution Activity

Activity Graph


๐Ÿ Contribution Snake

GitHub Contribution Snake


๐ŸŒ Connect With Me

LinkedIn ย  X (Twitter) ย  YouTube ย  Facebook ย  TikTok ย  Discord ย  Gmail


Quote

Pinned Loading

  1. terraform-associate-practice-exam terraform-associate-practice-exam Public

    HTML 3

  2. ai-engineering-hub ai-engineering-hub Public

    Forked from patchy631/ai-engineering-hub

    In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

    Jupyter Notebook 1

  3. async-chat async-chat Public

    Forked from Rust-Cameroon/async-chat

    An asynchronous messaging library

    Rust 3

  4. system_health system_health Public

    Rust 2

  5. mk-docs mk-docs Public

    Forked from ADORSYS-GIS/mk-docs

    A fast, simple static site generator for building project documentation.

    Dockerfile 2