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.
- Host: GitHub
- URL: https://github.com/developermindset123/developermindset123
- Owner: DeveloperMindset123
- Created: 2022-07-29T18:23:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T11:59:27.000Z (11 months ago)
- Last Synced: 2025-07-25T17:59:26.299Z (11 months ago)
- Topics: config, github-config
- Homepage: https://github.com/DeveloperMindset123
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```