An open API service indexing awesome lists of open source software.

https://github.com/intrepiddev101/intrepiddev101

Config files for my GitHub profile.
https://github.com/intrepiddev101/intrepiddev101

config github-config

Last synced: 2 months ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

        

[![header.png](https://i.postimg.cc/Vkrc2JQL/header.png)](https://postimg.cc/cvSjn4LV)


Typing SVG


Profile Views



```rust
#[derive(Debug)]
struct SpaceExplorer {
mission: Mission,
skills: Vec,
coffee_level: f64,
}

#[derive(Debug)]
struct Mission {
objectives: Vec<&'static str>,
status: Status,
}

impl SpaceExplorer {
fn new() -> Self {
SpaceExplorer {
mission: Mission {
objectives: vec![
"Master Systems Programming 🔧",
"Build Cross-platform Apps 📱",
"Explore AI Frontiers 🤖",
],
status: Status::InProgress,
},
skills: vec![
"Rust".into(), "C".into(),
"Flutter".into(), "AI".into()
],
coffee_level: 95.5,
}
}
}

fn main() {
let explorer = SpaceExplorer::new();
println!("Ready for the next adventure! 🚀");
}
```


âš¡ My Contribution Graph âš¡




Snake Animation






## 🛸 Tech Universe



Tech Stack



Top Languages

## 🎯 Current Missions







Systems Programming




Mobile Development




AI Integration




Random Dev Quote

## 🌌 Join My Space Network




LinkedIn


Twitter


Email


GitHub



![](https://hit.yhype.me/github/profile?user_id=intrepidDev101)