Things I've Built
Projects built at Zone01 Oujda and independently. Each one was chosen to push into unfamiliar territory — networking, systems programming, algorithms, and full-stack architecture.
In Progress
1Full-stack blogging platform built with Spring Boot, Angular, and PostgreSQL. Applied clean architecture, design patterns, and RESTful API design.
Completed
6Facebook-style social platform built with Next.js and Go. Implemented authentication, real-time features, and relational data modeling.
Unix NetCat rebuilt from scratch in Go. TCP server-client architecture with support for multiple concurrent connections.
Graph-based pathfinding algorithm in Go simulating ant colony movement through a weighted network of rooms.
Functional Unix shell built in Rust supporting core Linux commands. Focused on process management and systems-level programming.
Real-time multiplayer browser game using JavaScript and WebSockets. Handles concurrent game state synchronization across clients.
Space Invaders clone in vanilla JavaScript. Focused on game loop architecture, collision detection, and DOM performance.