Skip to content
View Mouad-kimdil's full-sized avatar

Highlights

  • Pro

Block or report Mouad-kimdil

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.

Content in all repositories owned by your account will be closed.
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
Mouad-kimdil/README.md

Mouad Kimdil

Backend Engineer building Java/Spring Boot systems, with a low-level foundation in C/C++.


Currently

  • Deepening backend expertise: query optimization, Spring Security (JWT), and framework internals.
  • Open to junior backend developer roles — remote, hybrid, or on-site.

Featured Projects

Order Management API — Java, Spring Boot, PostgreSQL

Secured REST API with JWT authentication, role-based authorization, N+1 query resolution (JOIN FETCH, EntityGraph), and query plans validated with EXPLAIN ANALYZE on 100k+ records. → github.com/Mouad-kimdil/order-management-api

Leets (ft_transcendence) — Node.js, Microservices

Tech Lead on a 5-person team building a microservices social platform. Owned authentication (OAuth, JWT, 2FA) and DevOps/monitoring (Docker, Prometheus, Grafana). → github.com/Leets-lab/leets

Systems programming foundations (C/C++): an HTTP/1.1 server (sockets, epoll), a Unix shell (fork/execve/pipes/signals), and a multithreaded dining-philosophers simulation — low-level grounding in what backend frameworks abstract away. See pinned repos below.


Technical Skills

Languages: Java 21, C, C++, SQL, JavaScript

Backend: Spring Boot, Spring MVC, Spring Data JPA, Hibernate, Spring Security (JWT)

Databases: PostgreSQL — query optimization, N+1 resolution, EXPLAIN ANALYZE

Tools: Git, Docker (multi-stage builds, Compose), Linux, Maven


Contact

Email: mouad.kimdil7@gmail.com

LinkedIn: linkedin.com/in/mouad-kimdil

portfolio: github.com/Mouad-kimdil

Pinned Loading

  1. minishell minishell Public

    POSIX shell in C — pipes, redirections, signal handling

    C 1

  2. philosopher philosopher Public

    Dining Philosophers in C — thread synchronization with mutexes

    C 1

  3. webserver webserver Public

    HTTP/1.1 server in C++ using epoll and non-blocking I/O

    C++ 1

  4. order-management-api order-management-api Public

    Spring Boot REST API with JPA/Hibernate — pagination, N+1 resolution, PostgreSQL query optimization

    Java