Skip to content
View aachbarou's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aachbarou

Report abuse

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

Report abuse
aachbarou/README.md

πŸ‘‹ Hello World

πŸš€ Full-Stack Developer | Specialized IT Development Technician

πŸ“ Based in Morocco
                  +;;;;+x+
            .;x+;...     ::. .+xx
         ..                    .. :;
                                    ++
                                    .:+
                                     .:+
          ++;.....:::::.               :+
          xx+;;;;;;;;;;;:              .:
         Xx+;;;;;;;;;;;;:              .;
         Xx++;;;;;;;;;;;;:             .:
        ;++++;;;:::;;;+++x+.           .:
        ;;:;;.      .:++xxX;.   .;+++...
         ::+;::   :..:;++xxx;;++;;;+:+.
          X++;::..:;;;;++xxxx+xx;..;++.
          x+++;;;;;;+++++xxx;;++:::+x.
         x++++;:;;;;;;+++xx+;;x+;xX+.
          x+;:::;;;;;;;;+++xx+;;x+;xX+.
          x+;:::;;;;;;;;+++;;+XXXXXX
          ;;. .:::;;;;;;;;;;;+xxxXXX
          ;;:     :;;;;;;;:;;;;++XXX.
           +;:::::::;;;::.  .;;;+XXX XX
           xx+::::;::;:    :;;;;+xXx ;+
            .;;;::.      .:;;:;;+++  :.
                       .:;;;;;;;;:   .
Typing SVG


πŸ“ About Me

I build web applications across the full stack. My primary focus is on robust backends with Java and Go, paired with modern frontends like Vue 3 and Angular.

My Primary Stacks:

  • β˜• Backend: Java (Spring Boot), Go (Microservices/APIs)
  • 🎨 Frontend: Vue 3 (Vite), Angular (TypeScript)
  • πŸ—„οΈ Databases: PostgreSQL, MySQL
  • βš™οΈ DevOps: Docker, Docker Compose, Nginx

πŸ› οΈ Tech Stack





πŸš€ Main Projects

🌐 Social Network

A full-featured social platform with posts, comments, and followers.

View Code

πŸ“ 01BLOG

Blogging platform featuring JWT auth, rich text editing, and comments.

View Code

πŸ’¬ Real-Time Forum

Real-time messaging via WebSockets with SQLite/Postgres persistence.

View Code

🐚 0-shell

Custom shell implementation with piping, redirection, and built-ins.

View Code

πŸ’» How to Run These Projects

πŸ”₯ Run: Real-Time Forum (Go + JS)
Backend (Go):
git clone https://github.com/jbajady/real-time-forum.git
cd real-time-forum
go run ./cmd/server
# Backend listens on :8080
Frontend:
cd frontend
npm install
npm run dev
πŸ¦€ Run: 0-shell (Rust)
git clone https://github.com/bdaanoun/0-shell.git
cd 0-shell

Build

cargo build --release

Run

cargo run -- <args>



πŸ“ˆ GitHub Activity

Profile views

Pinned Loading

  1. 01BLOG 01BLOG Public

    A secure RESTful API built with Spring Boot following MVC architecture. Includes JWT stateless authentication, role-based authorization (Admin/User), and a responsive Angular frontend utilizing RxJ…

    Java

  2. bomberman-dom bomberman-dom Public

    A real-time multiplayer Bomberman replica with WebSocket backend synchronization. Accommodates 2-4 players simultaneously featuring pure Javascript rendering logic without external frameworks.

    JavaScript

  3. social-network social-network Public

    A real-time social platform leveraging Go goroutines for high concurrency. Features instant messaging and notifications via WebSockets, built as a SPA with Vue.js, and containerized using Docker fo…

    Vue

  4. bdaanoun/0-shell bdaanoun/0-shell Public

    Rust