Skip to content

chojuninengu/chojuninengu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors