Welcome to my corner of the GitHub universe! I'm a passionate developer who thrives on turning coffee into code. My expertise lies in Python, React, JavaScript, and I'm particularly enchanted by the magic of Rust.
class Developer:
def __init__(self, name, languages, interests):
self.name = name
self.languages = languages
self.interests = interests
def say_hello(self):
print(f"Hello, fellow developers! I'm {self.name}. Let's code together!")
# Creating an instance of the Developer class
me = Developer(
name="Al-ameen Musa",
languages=["Python", "Rust", "JavaScript"],
interests=["Basketball", "Gaming", "Making Friends"]
)
# Saying hello to the world
me.say_hello()
- Languages: Python, Rust, JavaScript
- Web Frameworks: React
- Other Tools: Git, VS Code, Docker
When I'm not typing away at my keyboard, you'll likely find me:
- Shooting hoops on the basketball court ๐
- Exploring virtual worlds through gaming ๐ฎ
- Making connections and building friendships ๐ฅ
Feel free to reach out for collaborations, coding adventures, or just a friendly chat. Connect with me on LinkedIn and let's make the coding world a little smaller and more fun together!
Happy coding! โจ
"The only way to do great work is to love what you do." - Steve Jobs