I am a passionate Full Stack and Blockchain Developer with 7 years of software engineering experiences.
/// Inspiration from the words of Linus Torvalds
struct CodeMotivation;
impl CodeMotivation {
/// Returns a quote capturing the essence of programming
fn quote(&self) -> &str {
"Good programmers do programming not for payment or praise, but because they find joy in it."
}
}
fn main() {
let motivation = CodeMotivation;
println!("Developer's Creed: \"{}\"", motivation.quote());
}
Javascript |
Typescript |
React |
Next.js |
Vue |
Nuxt.js |
Angular |
Three.js |
Rust |
Solidity |
Python |
C++ |
Go |
Django |
Java |
PHP |