Skip to content
View ELabbassalah56's full-sized avatar
πŸ˜ƒ
Working from home
πŸ˜ƒ
Working from home

Block or report ELabbassalah56

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

Typing SVG

Coding Animation

Profile views GitHub followers

πŸš€ About Me

class AutomotiveSoftwareEngineer {
private:
    string name = "Elabbas Salah";
    string role = "Automotive Software Engineer";
    int experience_years = 4;
    string current_company = "Vector Informatik GmbH";
    
public:
    vector<string> specializations = {
        "Adaptive & Classic AUTOSAR",
        "Embedded Systems",
        "Real-Time Operating Systems",
        "ARM Cortex-M & AVR32"
    };
    
    vector<string> clients = {"Mercedes-Benz", "Stellantis"};
    
    void currentFocus() {
        cout << "πŸ”­ Engineering automotive software solutions" << endl;
        cout << "🌱 Mastering low-level embedded systems" << endl;
        cout << "🀝 Open for AUTOSAR & embedded collaborations" << endl;
    }
};

πŸ› οΈ Tech Arsenal

πŸ’» Languages & Frameworks

πŸ–₯️ Operating Systems & RTOS

πŸš— Automotive Technologies

πŸ”§ Tools & DevOps

⚑ Specialized Tools

  • Vector CANoe - CAN/LIN/Ethernet Network Simulation
  • DaVinci Developer & Configurator - AUTOSAR Development
  • GDB - Embedded Debugging
  • ARM Cortex-M & AVR32 - Microcontroller Development


πŸ“Š GitHub Analytics

Contribution Graph

πŸ’Ό Professional Experience


Automotive Solutions

Embedded Systems

Current Role

🌐 Connect With Me

Email LinkedIn Resume


Footer

⚑ Fun Fact: A clean and powerful workstation is my creative fuel! ⚑

Footer Typing

Popular repositories Loading

  1. bigoposter bigoposter Public

    Forked from ro31337/bigoposter

    Big-O Complexities / Poster of common algorithms used in Computer Science

    JavaScript 1

  2. UCM_MODULE UCM_MODULE Public template

    UCM Module >> Service Function at Adaptive AUTOSAR platform

    Makefile 1

  3. BlutoothBehave_EE484 BlutoothBehave_EE484 Public

    Mini-SimulationsThe enhanced data rate mode of Bluetooth uses 8DPSK as a modulation scheme. In this problem, we will simulate this 8DPSK transmission using MATLAB. The aim is to draw the probabilit…

    MATLAB 1

  4. elabbas56 elabbas56 Public

    C

  5. rotate-right rotate-right Public

    C

  6. little-endian-vs-big-endian little-endian-vs-big-endian Public

    check your laptop is little or big endian

    C