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