Skip to content
View Tonoy3951573's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Tonoy3951573

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tonoy3951573/README.md


💫 About Me

class TasaufIslamTonoy {

public:

    string university = "Begum Rokeya University";

    string major = "Computer Science & Engineering";

    string language = "C++";

    string editor = "VS Code";

    string os = "Arch Linux";

    string learning[] = {
        "Artificial Intelligence",
        "Machine Learning",
        "System Design",
        "Go",
        "Cloud"
    };

    void sayHi() {
        cout << "Let's build something awesome 🚀";
    }
};
  • 🎓 Computer Science Student
  • 💻 Full Stack Developer
  • 🤖 AI & Machine Learning
  • 🧠 Competitive Programmer
  • 🐧 Linux Enthusiast
  • 🚀 Open Source Contributor
  • 🌌 Physics & Cosmology Lover

🚀 Tech Stack

Languages

Frontend

Backend

AI / ML

Tools


📊 GitHub Analytics


📈 Contribution Graph


🐍 Snake Contribution


🌍 3D Contribution Calendar


💻 Coding Profiles


💡 Daily Developer Quote


🎯 Current Goals

🚀 Become Expert Full Stack Engineer

🧠 Master AI

⚡ Reach Specialist on Codeforces

🌍 Contribute to Open Source

☁️ Learn Cloud & DevOps

🎓 Graduate with Excellent CGPA

🌐 Connect


🚀 Thanks for visiting!

Pinned Loading

  1. MicroInterpreter MicroInterpreter Public

    MicroInterpreter – a tiny C-based interpreter for a custom micro-language. Declare variables, do arithmetic, take input, and print output. Perfect for learning how interpreters work, one line of co…

    C 1