Skip to content
View mobouifr's full-sized avatar

Highlights

  • Pro

Block or report mobouifr

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

Montassir Bouifraden

Software Engineer · 42 School Network

Full-stack product engineering — from bare-metal C to production-grade web apps.

LinkedIn 42 Profile Email


Guernica — Pablo Picasso

About Me

Software engineering student at 1337 School (École 42 Network, UM6P — Benguerir). No teachers, no lectures — every project is built from scratch, reviewed by peers, and validated under pressure.

I work across the full stack: backend architecture, frontend delivery, DevOps, and system-level C/C++.

Fluent in Arabic, French, and English · Based in Morocco · Open to remote opportunities


Tech Stack

Languages

TypeScript JavaScript C C++ Bash

Backend

NestJS Prisma PostgreSQL

Frontend

React TailwindCSS

DevOps

Docker Nginx Prometheus Grafana Linux Git

Concepts

System Programming · OOP · Algorithms & Data Structures · Networking · Unix/Linux · REST API Design · Relational Data Modeling · Containerized Deployments


Projects

Project Description
Mycel — Freelancer CRM Full-stack CRM for freelancers — client/project management, calendar, revenue analytics, real-time notifications, gamification, AI chatbot. Product Owner & Tech Lead
ft_irc IRC server in C++ — handles multiple clients, channels, operators, and real IRC protocol commands
Inception Multi-service Docker infrastructure from scratch — Nginx, WordPress, MariaDB containerized and orchestrated
minishell Fully functional Bash-like shell in C — parsing, pipes, redirections, env variables, builtins
cub3D Raycasting 3D game engine in C inspired by Wolfenstein 3D — textures, map parsing, real-time rendering
cpp-modules Full C++ curriculum — 10 modules covering OOP, inheritance, polymorphism, templates, STL (cpp00 → cpp09)

modern dev in search of a soul

Pinned Loading

  1. Mycel-Freelancer-CRM Mycel-Freelancer-CRM Public

    Forked from solacode-SC/Mycel-Freelancer-CRM

    A Freelancer CRM built for 42 ft_transcendence project

    TypeScript

  2. Ft_irc Ft_irc Public

    Forked from OthmaneEr-Refaly/Ft_irc-1337

    A robust IRC server in C++98 with multi-client support, channel management, and core IRC commands over TCP sockets.

    C++

  3. Inception Inception Public

    A Docker-based 42 project that deploys NGINX, WordPress, and MariaDB as a secure, containerized web stack.

    Shell

  4. Minishell Minishell Public

    Forked from Cardano04class/minishell

    Fully functional Bash-like shell in C — parsing, pipes, redirections, env variables, builtins

    C

  5. Cub3d Cub3d Public

    Raycasting 3D game engine in C inspired by Wolfenstein 3D — textures, map parsing, real-time rendering

    C 1

  6. push_swap push_swap Public

    42 push_swap in C: linked-list stack sorting with target-based cost calculation and combined rotations to reduce operation count.

    C