____ _____ _
| __ ) ___ ___ ___ / ____|__ _ | |_ ___ ___
| _ \ / _ \/ __/ __|| | __/ _` || __/ _ \/ __|
| |_) | __/\__ \__ \| |_| | (_| || || __/\__ \
|____/ \___||___/___/ \_____\__,_| \__\___||___/
class BessGates:
def __init__(self):
self.name = "Abdelaziz Elbessa"
self.role = "Backend Engineer @ KLIQ"
self.location = "Egypt ๐ช๐ฌ"
self.philosophy = "Master fundamentals, then frameworks"
def current_stack(self):
return ["Python", "FastAPI", "PostgreSQL", "Redis", "SQLAlchemy"]
def previous_adventures(self):
return {
"node_era": ["NestJS", "Express.js", "BullMQ", "TypeScript"],
"dotnet_era": ["ASP.NET Core", "Entity Framework", "C#", "SignalR"]
}
def what_i_believe(self):
return """
Languages change. Frameworks die.
But OOP, SOLID, Data Structures, and clean architecture?
Those are forever.
"""I create educational content in Arabic for developers โ sharing what I learn about backend development, AI tools, and career growth.
helping junior developers level up ๐


