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

https://github.com/ishaansathaye/ishaansathaye

README file for my GitHub profile.
https://github.com/ishaansathaye/ishaansathaye

config github-config github-readme

Last synced: 5 months ago
JSON representation

README file for my GitHub profile.

Awesome Lists containing this project

README

          

👋 Hi, I'm Ishaan Sathaye


GitHub Follow
Repo Size
Resume

```rust
struct SoftwareDeveloper {
name: String,
}

impl SoftwareDeveloper {
fn new() -> Self {
Self {
name: "Ishaan Sathaye".to_string(),
}
}

fn greet(&self) {
println!("Hi, I'm {} — check out some of my projects!", self.name);
}
}

fn main() {
let dev = SoftwareDeveloper::new();
dev.greet();
}
```


GitHub Streak Stats



GitHub Stats



Top Languages