Skip to content
View FahdSeddik's full-sized avatar
🛑
Location: GitHub.cpp, line 9 ('main()')
🛑
Location: GitHub.cpp, line 9 ('main()')

Highlights

  • Pro

Block or report FahdSeddik

Report abuse

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

Report abuse
FahdSeddik/README.md

// about.cpp
#include <iostream>
#include <interests.h>
#include <skills.h>
#include <tools.h>

int main(){
  for(auto info : me){
    std::cout << info << '\n';
  }
}
fahd@GitHub:~$ g++ about.cpp -o about.exe
fahd@GitHub:~$ ./about.exe > ABOUTME.txt

ABOUTME.txt

Hey , I'm Fahd. I'm passionate about machine learning🤖, software engineering👨‍💻, and game development🎮! My work often blends deep learning, optimization, and large-scale system design, but I also love diving into new domains and learning by creating.🌎

Tech

🔭 I’m currently learning parallel computing, problem solving techniques, and optimization

💡 I’m especially interested in making AI more efficient, reliable, and accessible.

🏆 Hackathons, research collaborations, and open-source projects fuel my curiosity.

Personal Website

🌐 Connect with me:

fahd-seddik fahdseddik fahd_seddik02 midniterayz midniterayz

View Count

View Count

Pinned Loading

  1. PortalGL PortalGL Public

    A recreation of the game Portal written from scratch using OpenGL3.3

    C++ 7 5

  2. Chess-with-x86-Assembly Chess-with-x86-Assembly Public

    Forked from AbdulrahmanEl-Bedewy/Chess-with-x86-Assembly

    A LAN based speed chess game

    Assembly

  3. AquaSimCUDA AquaSimCUDA Public

    A real-time SPH fluid simulation using CUDA and OpenGL

    C++ 1

  4. Pipelined-Processor-with-Assembler Pipelined-Processor-with-Assembler Public

    5-stage pipelined processor written in VHDL with its assembler based on a RISC ISA

    VHDL 3