Skip to content
View omerhalid's full-sized avatar
🌍
🌍

Highlights

  • Pro

Block or report omerhalid

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
omerhalid/README.md

Hello, I'm Ömer Halit Cinar! 👋

  • 👨‍💻 I'm passionate about backend development, especially in creating scalable, secure, and easy-to-maintain solutions. I love turning tricky challenges into smooth, high-performing systems.
  • 📣 Let's connect! Find me on LinkedIn.

C++ Rust Python Java

Pinned Loading

  1. occupancy_grid_mobile_robot_cpp occupancy_grid_mobile_robot_cpp Public

    Designed to create an occupancy grid, also known as an obstacle map, from detections sourced from ultrasonic sensors mounted on a robot. This map is crucial for robotic navigation and environment i…

    CMake

  2. trading_engine_rust trading_engine_rust Public

    Developed a high-performance trading engine using Rust, leveraging its powerful features for low-level systems programming. Engineered to handle real-time data processing and complex algorithmic tr…

    Rust 5 3

  3. ADAS-Simulation-with-Object-Detection-and-Collision-Avoidance-cpp-DFS ADAS-Simulation-with-Object-Detection-and-Collision-Avoidance-cpp-DFS Public

    A C++ grid-based navigation simulator using DFS to guide a vehicle through obstacles towards a finish line. Features dynamic grid creation and user-driven navigation.

    C++ 1

  4. Stock-Market-Trading-Engine-Cpp-Python Stock-Market-Trading-Engine-Cpp-Python Public

    C++ trading engine with a FastAPI backend to create a stock market trading system.

    JavaScript 1

  5. multithreaded_rps_cpp multithreaded_rps_cpp Public

    This project is a multithreaded implementation of a Rock-Paper-Scissors game. It consists of a server and a client, and supports high score tracking. The project includes unit tests for both game l…

    C++

  6. orderbook-in-cpp orderbook-in-cpp Public

    The Orderbook Project is a C++ application simulating a financial order book. It manages buy and sell orders, matches them according to their prices, and keeps track of trades. The application supp…

    C++