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

https://github.com/developermindset123/developermindset123

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

config github-config

Last synced: 5 months ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

          

### About me:
```rust
const current_acitivty : String = "contributing to open-source and using it to build awesome stuff".to_owned();
```

```rust

const LANGUAGES : Vec = vec!["rust".to_string(), "C++".to_string(), "python".to_string(), "typescript".to_string()];

// these interests has a lot of overlap with one another and can be used interchageably
const interests : Vec = vec![
"Automations".to_string(),
"Game Engines".to_string(),
"Game Development".to_string(),
"Robotics".to_string()
];

// as of right now
const years_of_experience : u32 = 2;
```