Skip to content
View lahbibsemlali's full-sized avatar

Highlights

  • Pro

Block or report lahbibsemlali

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
lahbibsemlali/README.md

๐Ÿ‘จโ€๐Ÿ’ป Lahbib M. Semlali

Full Stack Developer | 1337 (UM6P) Graduate | Problem Solver

LinkedIn GitHub Email


๐Ÿš€ About Me

const lahbib = {
    location: "Benguerir, Morocco",
    education: "1337 (UM6P)",
    currentFocus: "Building scalable web applications",
    learning: ["Kubernetes", "System Design", "Cloud Architecture"],
    lookingFor: "Full Stack Developer opportunities",
    funFact: "I solve problems faster than I make coffee โ˜•"
};

I'm a full stack developer passionate about crafting elegant solutions to complex problems. Trained at 1337 (UM6P) through intensive project-based learning, I thrive in environments that challenge me to learn and adapt quickly.


๐Ÿ› ๏ธ Tech Stack

Languages

TypeScript JavaScript Python C++ Bash

Frontend

React Next.js TailwindCSS

Backend

NestJS Django PostgreSQL Prisma

DevOps & Tools

Docker Kubernetes Git Nginx


๐Ÿ’ผ Professional Experience

๐Ÿข OCP Group | Full Stack Developer Intern

Oct 2024 โ€“ Apr 2025 | Morocco

+ Built ESG assessment web app (React + Django + PostgreSQL)
+ Reduced evaluation time by 60% by replacing Excel workflows
+ Developed dynamic forms and scoring visualization
+ Implemented backend evaluation logic with Django ORM

๐ŸŽฏ Featured Projects

๐ŸŽฎ Ft_Transcendence

Real-time Multiplayer Platform

Technologies: NestJS Prisma PostgreSQL WebSockets

  • Implemented secure authentication & matchmaking
  • Optimized queries (30% faster response time)
  • Built real-time game logic APIs

โ˜ธ๏ธ Inception of Things

Kubernetes GitOps Pipeline

Technologies: K3s K3d ArgoCD GitLab Helm

  • Set up K8s learning environment
  • Built automated GitOps deployment

๐Ÿณ Inception

Containerized Infrastructure

Technologies: Docker Nginx WordPress MariaDB

  • Containerized multi-service architecture
  • Automated deployment (60% faster setup)
  • Implemented modular service isolation

๐Ÿš€ More Projects

Check out my repositories for additional projects including web applications, system design implementations, and algorithmic solutions.

View All Projects โ†’


๐Ÿ“Š GitHub Analytics

GitHub Streak

๐ŸŽ“ Education & Certifications

1337 (UM6P) | B.S. & M.S. in Computer Science
Nov 2021 - Jan 2024 | Ben Guerir, Morocco

Intensive peer-to-peer learning program focused on:

  • Advanced problem-solving & algorithmic thinking
  • Self-directed learning & collaboration
  • Real-world project development

๐ŸŒŸ What I Bring to the Table

const myStrengths = {
    technical: [
        "Full stack development",
        "System architecture design",
        "Database optimization",
        "Real-time systems"
    ],
    soft: [
        "Fast learner",
        "Problem solver",
        "Team player",
        "Adaptable to new technologies"
    ],
    approach: "Clean code, scalable solutions, user-focused design"
};

๐Ÿ“ซ Let's Connect

LinkedIn Email Phone


๐Ÿ’ก Currently open to Full Stack Developer opportunities

"Code is like humor. When you have to explain it, it's bad." - Cory House

Profile Views

Popular repositories Loading

  1. 42_LIBFT 42_LIBFT Public

    A foundational library recreating standard C functions. Includes string manipulation, memory functions, and data structures like linked lists.

    C 1

  2. 42-ft_transcendance 42-ft_transcendance Public

    The final project of the 42 common-core curriculum. A real-time multiplayer game built with TypeScript, using NestJS for backend and WebSockets for real-time communication.

    TypeScript 1

  3. born2beroot born2beroot Public

    Forked from ychaaibi/born2beroot

    Born2beRoot - Virtual Server and WordPress Implementation ๐Ÿš€

    1

  4. 42-GET_NEXT_LINE 42-GET_NEXT_LINE Public

    Reads a file or standard input line by line. Designed to manage buffer size and memory efficiently with each function call.

    C

  5. 42_PIPEX 42_PIPEX Public

    Recreation of the Unix pipe system. Connects multiple commands through pipes and handles input/output redirections.

    C

  6. 42_PUSHSWAP 42_PUSHSWAP Public

    A sorting algorithm challenge using a limited set of stack operations. The goal is to sort integers using the fewest moves.

    C