#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Ahmed Muawia"
self.role = "Software Engineer"
self.language_spoken = ["ar-sa", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()- what happens when you type https://www.google.com in your browser and press Enter.
- Postmortem: Load balance routing failure
- The Maze A 3D Game
- Building ChatSpace: A Journey into Real-Time Communication
Programming Languages:
Frameworks:
Databases:
Servers:
Tools and Services:


