struct Developer {
name: String,
location: String,
languages: Vec<String>,
current_focus: String,
passion: String,
}
impl Developer {
fn new() -> Self {
Self {
name: "Sourov Ahmad".to_string(),
location: "Italy 🇮🇹".to_string(),
languages: vec![
"Rust 🦀".to_string(),
"Go 🚀".to_string(),
"PHP 🐘".to_string(),
"Laravel 🐘".to_string(),
"JavaScript ⚡".to_string(),
],
current_focus: "Building powerful backends & exploring Rust".to_string(),
passion: "Creating tools that make developers' lives easier".to_string(),
}
}
}|
Easy ZIP extraction for Laravel
|
Beautiful Laravel dashboard scaffolding
|
|
Sleek, modern portfolio
|
Production-ready Go backend
|
⭐ From Sourov Ahmad | Building tomorrow's tech today



