class AliBahr : public SoftwareEngineer {
public:
std::vector<std::string> focus() const { return {"Backend Systems", "AI Pipelines"}; }
std::string education() const { return "Computer Engineering, Cairo University '26"; }
std::string happiness() const {
return (code.compiles() && latency < 300ms) ? "high" : refactorUntilHappy();
}
void onFreeTime() {
solveAlgorithmicProblems(); // 1500+ and counting
}
};Check out my portfolio: ali-bahr.github.io
Here are some of the technologies and tools I work with: