Recent Computer Enginering Graduate from Toronto Metropolitan University
Former Software Engineering Co-op at General Electric Vernova
Former Software Systems Engineering Intern at Toronto Metropolitan University
Former Software Developer at TMU CanSat
Excited to start my career in backend and systems engineering!
class Ahmad:
def __init__(self):
self.user = "Ahmad El-Gohary"
self.operating_system = "Arch Linux" # I use Arch btw (btw)
self.window_manager = "Hyprland"
self.languages= [
"JavaScript",
"TypeScript",
"Python",
"Java",
"C#",
"C/C++",
"Rust",
"HTML",
"CSS"
],
self.frameworks= [
"React",
"Angular",
"Node.js",
"FastAPI",
"Flask",
"Django",
"SpringBoot",
".NET"
],
self.hobbies = [
"Making Music",
"Video Games",
"Working Out",
"Ricing Linux",
"Tinkering with electronics and microcontrollers",
"Being up all night chasing that ONE BUG ..."
]
def Goals(self):
"""
My Goals for 2026
"""
self.learnGuitar()
self.openSourceContributions()
self.createMoreProjects()
self.keepOnLearning()
