I am a Software engineer. I love programming, writing, speaking and traveling.
As a Software engineer, I enjoy using my obsessive attention to detail, my unequivocal love for making things that change the world. That's why I like to make things that make a difference.
Talking about Personal Stuffs:
- 👨🏻💻 I’m currently working on something cool
- 🚀 I’m currently learning ML/Ai
- 💬 Ask me about anything, I am happy to help
Languages and Tools:
class Maher:
def __init__(self):
self.name = 'Maher'
self.code = {
'backend': ['Java', 'Python', 'C#', 'C/C++'],
'frontend': ['HTML/CSS', 'TypeScript', 'JavaScript', 'Angular', 'React'],
'devops/sre': ['Azure', 'AWS', 'CI/CD', 'Docker', 'Kubernetes'],
'scripting' ['PowerShell', 'Bash', 'Perl'],
'testing': ['Junit', 'Mockito', 'Jasmin', 'Karma'],
'database': ['MySQL', 'MSSQL', 'SQLite'],
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = Maher()