codegenius2 - Overview

Welcome to my GitHub.

🚀 Senior Full-Stack Developer & Automation Specialist 🚀

divider

    let codegenius2: &str = "Senior Full-Stack Developer & Automation 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);
    }

coding

  • 💼 Expertise: Full-stack development, automation, custom bots, and scalable solutions
  • Availability: Open for part-time or long-term collaboration
  • 🌱 Currently Learning:
      AI/ML Integration: Exploring ways to integrate AI models with web applications.
      Rust: For low-level performance and blockchain development.
      Go: Learning for building efficient microservices and concurrency.

divider

Tech & Tools