| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this userโs behavior. Learn more about reporting abuse.
Report abusestruct 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 ๐๐ฎ",
}
}
}
| ๐ 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 |
Forked from patchy631/ai-engineering-hub
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
Jupyter Notebook 2
Forked from Rust-Cameroon/async-chat
An asynchronous messaging library
Rust 4
Forked from ADORSYS-GIS/mk-docs
A fast, simple static site generator for building project documentation.
Dockerfile 2
Cross-platform system monitor & manager โ memory, processes, disk, battery health and full machine specs from a single tray app.
TypeScript 2
| Back | FazBrowse Home | New Git URL |