Open profile
About me
struct Aliwert { city: &'static str, job_title: &'static str, specialization: &'static str, hobbies: &'static [&'static str], } impl Aliwert { fn new() -> Self { Aliwert { city: "Istanbul, Turkey", job_title: "Software Developer", specialization: "Building full-fledged web applications", hobbies: &["Basketball", "Reading", "Music"], } } fn fix_bugs(&self) { println!("Bug squashed!"); } }Quote
A quote that resonates with me is...
“I am not leaving a spiritual legacy of dogmas, unchangeable petrified directives. My spiritual legacy is science and reason.”
Mustafa Kemal Ataturk






