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

Highlights

  • Pro

Block or report nessrinemaalem

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

Nessrine Maalem

Full-Stack Developer — École 42

I like building things end-to-end — from low-level C systems programming to production web apps and data pipelines.

LinkedIn Email

Tech stack

Languages C C++ Python JavaScript TypeScript

Backend Django NestJS FastAPI

Frontend React Next.js Angular

Data & Infra PostgreSQL ClickHouse Docker Prefect

GitHub stats

Featured projects

crawler_analytics An SEO monitoring dashboard built for Free's SEO team — real-time bot-crawl analytics migrated from Kibana logs into ClickHouse, served through a FastAPI backend and a Next.js frontend, orchestrated with Prefect and deployed via Docker.

minishell A Bash reimplementation in pure C: custom lexer/parser, pipes, redirections, signal handling, and built-in commands — built from the ground up with only low-level system calls.

ft_transcendence A full multiplayer web app (real-time Pong, live chat, 2FA authentication) built with React, NestJS, and PostgreSQL, fully dockerized.

More projects on my pinned repositories — including a Docker-from-scratch infrastructure project (inception) and a validated sorting algorithm implementation (push_swap).

Pinned Loading

  1. push_swap push_swap Public

    project validated with 84% with radix algo and chained list ✅

    C 2 1

  2. Born2beroot Born2beroot Public

    Forked from GuillaumeOz/Born2beroot

    This project aims to introduce you to the world of virtualization. You will learn how to use basic virtual machine tools to create a healthy and secure workspace.

    Shell 1

  3. crawler_analytics crawler_analytics Public

    TypeScript

  4. ft_transcendence ft_transcendence Public

    huge project which consists in reproducing the historical Pong game in a website with very advanced features such as: chat interface, streaming of the game, double authentification and a lo(oo)t more!

    TypeScript

  5. minishell minishell Public

    a reproduction of our very own shell in pure C. Including advanced parsing and commands

    C