Skip to content
View ogadmiral's full-sized avatar
πŸ‘¨β€πŸ’»
Learning
πŸ‘¨β€πŸ’»
Learning

Highlights

  • Pro

Block or report ogadmiral

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

Hi, I'm Mustapha πŸ‘‹

Software Engineer β€” Backend & AI Systems | Software Engineering Specialist @ SpaceXAI

LinkedIn Email 42 Network


πŸš€ About Me

  • 🧠 Working as an Software Engineering Specialist on the Human Data team at SpaceXAI (the company behind Grok) designing and evaluating advanced coding datasets used to train and benchmark frontier LLMs
  • πŸŽ“ Software Engineering student at 1337 Coding School (42 Network), UM6P Campus, Rabat β€” a peer-to-peer, project-based curriculum with zero lectures, 100% hands-on
  • πŸ† 2x Hackathon Champion at 1337 UM6P, 2nd place CTF, 1st place ERP Discovery Day (SAP track)
  • πŸ› οΈ I like building things end-to-end: from systems programming in C to full-stack apps to small local LLM tooling
  • 🌱 Currently deep in a run of 1337 curriculum projects while working as a Software Engineering Specialist at SpaceXAI

🧰 Tech Stack

Languages

C Python Bash HTML5 CSS3

Frameworks & Tools

FastAPI React Git Docker Linux Vim


πŸ“Œ Featured Projects

Project Description
Constrained LLM LLM function calling with constrained decoding on a small local model (Qwen3-0.6B) β€” guarantees type-safe, well-formed structured outputs
1337JURY / LeetJury Full-stack peer-evaluation platform (FastAPI + React) β€” built and shipped in a single hackathon sprint, πŸ₯‡ 1st place
Maze Generator Python maze generator/solver β€” DFS & Prim's generation, BFS solving, real-time ASCII animation, packaged as a reusable module
push_swap Stack-sorting algorithm in C, optimized under a strict instruction-count budget
Libft Custom C standard-library reimplementation β€” 125% score
get_next_line Memory-efficient line-reader in C β€” 125% score

🌍 Languages I Speak

Arabic (Native) Β· Tamazight (Native) Β· English (C1 Advanced) Β· French (Intermediate)


Currently grinding through 1337's curriculum while training the models that might one day help write this README themselves. πŸ€–

Pinned Loading

  1. 1337Jury 1337Jury Public

    Forked from faty-zaa/1337Jury

    1337Jury is a platform built during a hackathon to address real challenges faced by 1337 Coding School. Designed and developed under tight time constraints, the project focuses on providing a pract…

    JavaScript

  2. 1337-Auto-Refresher 1337-Auto-Refresher Public

    A Chrome Extenstion for 1337 Coding school to refresh checkin/pool page and scroll at the same time to solve checkin/pool area doesn't show automaticly problem.

    JavaScript 2 1

  3. maze-generator maze-generator Public

    Python maze generator with DFS and Prim’s algorithms, real-time ASCII animation, and an interactive terminal UI. Generates perfect mazes, solves them with BFS, embeds a hidden β€œ42” pattern, and exp…

    Python

  4. push-swap push-swap Public

    A 42 curriculum project implementing an efficient stack-sorting algorithm with an optional checker program for validation.

    C 2