let codegenius2: &str = "Full-Stack Developer & Blockchain Specialist";
let learning: bool = true;
let mut possible: bool = false;
let mut possibleState: &str = "Impossible";
fn keep_coding(possible: &mut bool, possibleState: &mut &str) {
*possible = true;
*possibleState = "I'm possible";
}
while learning {
keep_coding(&mut possible, &mut possibleState);
}
- ๐ผ Expertise: Full-stack development, and scalable solutions
- โฐ Availability: Open for part-time or long-term collaboration
- ๐ฑ Currently Learning:
- Rust: Learning for low-level performance and blockchain development.
- Go: Learning for building efficient microservices and concurrency.