const dennoh = {
location: "Nairobi, Kenya",
role: "Full Stack Developer",
currentFocus: ["Machine Learning", "Python", "Web Development"],
collaboration: ["React", "Angular", "Python", "Open Source"],
askMeAbout: ["Web Dev", "Gaming", "Tech Trends", "Coffee ☕"],
funFact: "I debug with console.log() and I'm not ashamed! 😄",
lifePhilosophy: "Code. Learn. Game. Repeat."
};- 🔭 Working on Multiple Exciting Projects across different tech stacks
- 🌱 Deep diving into Machine Learning and Advanced Python
- 👯 Open to collaborate on React, Angular, Python and innovative web projects
- 💬 Ask me about Gaming, Web Development, or the latest tech trends
- 📫 Reach me at: your-email@example.com
- ⚡ Fun fact: I turn coffee into code!
╔═══════════════════════════════════════╗
║ 🎮 Gaming | ☕ Coffee | 📚 Reading ║
║ 🎵 Music | 🌍 Exploring | 💡 Learning ║
╚═══════════════════════════════════════╝
- 🎮 Gaming Enthusiast - From AAA titles to indie gems
- 📖 Continuous Learner - Always exploring new technologies
- 🌐 Open Source Contributor - Giving back to the community
- 🎯 Problem Solver - Love tackling challenging bugs
- ☕ Coffee Connoisseur - Code runs on caffeine!
class CurrentFocus:
def __init__(self):
self.learning = ["Machine Learning", "Deep Learning", "Neural Networks"]
self.building = ["React Applications", "Python Scripts", "Full Stack Projects"]
self.reading = ["Clean Code", "Design Patterns", "ML Documentation"]
self.goals = ["Contribute to Open Source", "Build Production Apps", "Master ML/AI"]
def get_status(self):
return "Always learning, always coding! 🚀"
me = CurrentFocus()
print(me.get_status())