Skip to content
View Aram-Vn's full-sized avatar
:dependabot:
Focusing
:dependabot:
Focusing

Block or report Aram-Vn

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
Aram-Vn/README.md

I'm Aram Vardanyan

I'm a Software Engineer with a strong background in C++, Qt, and embedded systems, currently working at AirWorker on UAV software development.


Languages

C++ C Python JavaScript

Tools & Frameworks

Qt OpenCV CMake Git Linux Bash


Areas of Expertise

Qt/QML GUI Development
Embedded Linux (Raspberry Pi, sensors, cameras)
UAV Control Systems (ArduPilot, MAVLink, UART)


Experience

🛩 Software Engineer – AirWorker (Oct 2024 – Present)

Built control algorithms and tools for UAV platforms
Contributed to ArduPilot open-source flight stack
Created real-time data visualization GUIs using Qt/QML
Deployed systems on Raspberry Pi using MAVLink & OpenCV


🌐 Contact

Email Badge

Pinned Loading

  1. Algorithms_and_Data_structures Algorithms_and_Data_structures Public

    A collection of sorting algorithms and data structures implemented in C++. Each algorithm and data structure comes with its own set of test cases to ensure correctness and robustness.

    C++ 2

  2. Sudoku_Qt Sudoku_Qt Public

    Sudoku implemented in Qt using c++ with 3 level of difficulty 3 chances to make mistake and ability load game states to continue previous sessions

    C++ 2

  3. ChatApp_Cpp ChatApp_Cpp Public

    C++ chat application implemented with client-server architecture using ENet library. It enables communication between multiple clients through a central server.

    C++ 1

  4. CMakeProjectGenerator CMakeProjectGenerator Public

    Automated CMake c++ project template generator script. This script creates a basic CMake project structure with source files, headers, tests, and CMakeLists.txt files.

    Python 3

  5. one_header_logger one_header_logger Public

    Useful C++ logging macros with colored output and optional thread safety via mutex.

    C++