Skip to content
View NajElaoud's full-sized avatar
:shipit:
:shipit:

Block or report NajElaoud

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

Hi there

🧠 Who Am I?

class WhoAmI {
public:
    // Basic Info
    std::string name        = "Najd Elaoud";
    std::string role        = "Embedded Systems & Electronics Student";
    std::string location    = "Tunisia 🇹🇳";
    std::string current_work= "Exploring embedded systems and building small projects";

    // Interests & Hobbies
    std::vector<std::string> hobbies = {
        "Playing video games 🎮",
        "Working out 💪",
        "Reading manga 📖",
        "Exploring new technologies 🚀",
        "Being up all night fixing THAT ONE BUG... 🐞🔥"
    };

    void Ambitions() {
        MasterEmbeddedSystems();       // Deep dive into low-level & hardware
        BuildRoboticsProjects();       // Smarter, more autonomous systems
        LearnGerman();                 // Because why not? 🌍
        // ...and keep leveling up every single day ⚡
    }
};

🖥️ Feel free to connect with me here

Reddit GMAIL LinkedIn Discord CV Portfolio

🖥️ Some Tool and Tech I use

Git  GitHub  UBUNTU  Visual Studio Code  PlatformIO  STM32CubeIDE  STM32CubeMX 
C++  C  Python 
STM32  Raspberry Pi  ESP32  Arduino 

📊 GitHub Stats

📈 Activity & Contributions

GitHub Stats GitHub Streak

💻 Languages & Achievements

Top Languages GitHub Trophies

📊 Activity Graph

Activity Graph
✨ Stats update automatically • Last refresh: Last Updated
📊 GitHub Activities

🤣 Bonus Fun Zone
When it finally compiles When it finally compiles code backup



💡 Dev Quotes & Truths

"It works on my machine." – Every Developer Ever

"Programming is 10% writing code and 90% fixing why it didn’t work."

"There are two ways to write error-free programs; only the third one works." 😅

"To understand recursion, you must first understand recursion." 🔁



Random Joke Random Dev Quote



Infinite loop

"while(true) { coffee++; bugs--; } ☕🐞"

GitHub commit activity GitHub last commit ProfileViews Visitor Badge

Pinned Loading

  1. LIS302SDL_bare-metal-__I2C-LCD LIS302SDL_bare-metal-__I2C-LCD Public

    This project demonstrates SPI and I2C communication with the LIS302SDL accelerometer and an LCD. The accelerometer's data is displayed on an LCD, and LEDs are toggled based on acceleration values. …

    C

  2. Sound_card_STM32 Sound_card_STM32 Public

    USB Sound Card with STM32F4 Discovery and CS43L22 audio codec

    C

  3. Linux-Dotfiles Linux-Dotfiles Public

    My Linux rice 🥢🍚

    JavaScript 1

  4. ECG-Arrhythmia-Classifier ECG-Arrhythmia-Classifier Public

    Deep learning system for automatic cardiac arrhythmia classification from 12-lead ECG signals. Implements CNN, LSTM, and hybrid architectures trained on PTB-XL dataset. Features multi-label classif…

    Python 4

  5. wav_player_-_hand_gesture_recognition- wav_player_-_hand_gesture_recognition- Public

    Python