Skip to content
View ikramchouider's full-sized avatar

Block or report ikramchouider

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ikramchouider/README.md

🧬 About Me

I'm a final-year Computer Systems Engineering student at ESI Algiers, and my center of gravity is networking and infrastructure — how you take a network from "it works" to "it scales, fails over, and stays secure without anyone noticing."

Outside of networks, I like reaching into adjacent territory — combinatorial optimization, HPC, IoT and full-stack development — mostly because understanding how systems behave under load, or how a scheduling problem gets solved, makes me a better network engineer too.

class Ikram:
    def __init__(self):
        self.role        = "Computer Systems Engineer, ESI Algiers (Final Year)"
        self.focus       = ["Networking & Infrastructure", "Systems Architecture", "HPC / Optimization", "IoT"]
        self.currently   = "designing networks that don't blink when something fails"
        self.fun_fact    = "will benchmark literally anything twice"

⚡ Quick Facts

  • 🎓 Final-year, Cycle Supérieur @ ESI Algiers
  • 🌐 Focused on networking, data center architecture & infrastructure security
  • 🧠 Also into metaheuristics, RL-guided optimization, HPC & IoT
  • 🛠️ Ships full-stack web apps end to end when needed
  • 📫 li_chouider@esi.dz
  • 🔗 LinkedIn · GitHub

🧰 Tech Toolbox

Languages

Networking & Infrastructure

AI, Data & Optimization

Web & Systems

Data & Infra


🧪 What I Keep Coming Back To

🕸️ Data Center &
Network Architecture

Redesigned a real data center's 3-Tier network into a Leaf-Spine fabric.

🧩 Combinatorial
Optimization

Metaheuristics, exact methods, and what happens when you let an RL agent tune them instead of a human.

⚙️ High-Performance
Computing

GPU-resident pipelines, kernel design, and hunting for the actual bottleneck instead of the obvious one.

🌐 Full-Stack
Development

Laravel/Vue/Symfony apps and IoT pipelines, built end to end when a project calls for it.


📈 GitHub Stats


🤝 Let's Connect

Feel free to reach out — networking talk especially welcome.

📫 li_chouider@esi.dz · 🔗 LinkedIn · 🧑‍💻 GitHub


Pinned Loading

  1. Flow-Shop-Scheduling-Problem Flow-Shop-Scheduling-Problem Public

    This repository presents a structured, comparative study of optimisation methods applied to the Flow Shop Scheduling Problem (FSP), a classical NP-hard combinatorial optimisation problem in operati…

    Jupyter Notebook 1

  2. Deep-Reinforcement-Learning-Guided-AGs-for-FSP Deep-Reinforcement-Learning-Guided-AGs-for-FSP Public

    A Deep Q-Network controller that dynamically steers Genetic Algorithm operators (selection, crossover, mutation) in real time to solve the Flow Shop Scheduling Problem.

    Jupyter Notebook 1

  3. esi-datacenter-leaf-spine esi-datacenter-leaf-spine Public

    Redesigning ESI's data center from a legacy 3-Tier network to a Leaf-Spine fabric with VXLAN/BGP EVPN overlay, eBGP+ECMP underlay, and full security hardening — validated in an EVE-NG lab.

    1

  4. Project_Logs Project_Logs Public

    A full Big Data pipeline that ingests, cleans, vectorizes, and semantically searches millions of HDFS log entries using Apache Spark, Sentence-Transformers, and PostgreSQL + pgvector.

    Python 1

  5. shallow-nn-cuda-optimization shallow-nn-cuda-optimization Public

    Fully GPU-resident CUDA training pipeline for a shallow neural network — up to 47× faster than a naive per-kernel CUDA baseline by eliminating host↔device transfers and moving forward/backward/loss…

    Jupyter Notebook 1

  6. SchoolofAI-Algiers/language-guided-robotics SchoolofAI-Algiers/language-guided-robotics Public

    Robots learning to follow natural language instructions using RL and multi-modal AI.

    Jupyter Notebook 2 2