Skip to content
View ali-bahr's full-sized avatar

Highlights

  • Pro

Block or report ali-bahr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ali-bahr/README.md

Hi There, I'm Ali Bahr 👋

About Me

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

Languages and Tools

Here are some of the technologies and tools I work with:

Connect with Me

Pinned Loading

  1. TeleGrammy/backend TeleGrammy/backend Public

    Telegrammy replicates Telegram's backend functionalities from scratch. It supports user authentication, messaging, and real-time communication. Utilizing RESTful APIs and WebSocket, this scalable a…

    JavaScript 2 4

  2. ExploreX ExploreX Public

    Forked from Mo-Khater/SearchEngine

    A sophisticated search engine capable of executing detailed query and phrase searches, crawling URLs, indexing documents, and ranking them.

    Java

  3. ScheduVerse ScheduVerse Public

    Forked from AbdallahSalah003/ScheduVerse

    ScheduVerse is an OS-Scheduler. Evaluating different scheduling algorithms, Using of IPC techniques. Platform: Linux, Language: C

    C

  4. Goalzo-Analytics Goalzo-Analytics Public

    Goalzo is a big data exploration project designed to score spectacular insights from massive datasets. Just like a perfect strike in football, this repository tracks the winning plays in data proce…

    Jupyter Notebook

  5. PassThru PassThru Public

    Forked from Roshdy23/Gate-Access-Controller

    an advanced gate access control system that leverages OpenCV and Python to detect license plates from images. Using a combination of sophisticated image processing techniques, the program identifie…

    Python

  6. vec_db vec_db Public

    A scalable vector database implementation 2-Level Inverted File Index (IVF) structure optimized for similarity search. Achieves perfect accuracy (0.0 score) with sub-second query times across datab…

    Python