Skip to content
View jeromeberg's full-sized avatar
  • Paris, France

Block or report jeromeberg

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

Hi, I'm Jerome πŸ‘‹

Student at 42 Paris. I write C, C++, TypeScript and enjoy building things for ESP32.

Skills

Languages: C C++ TypeScript Python

Web: React Next.js Vite NestJS

Database: PostgreSQL Prisma Firebase

Tools: Git Docker Linux

Hardware: ESP32 Arduino

Projects

Cursus 42

  • minishell – Shell in C inspired by Bash, handling pipes, redirections, env vars and builtin commands.
  • cub3D – 3D raycasting engine in C with MinilibX, inspired by Wolfenstein.
  • so_long – Small 2D game in C built with MinilibX.
  • push_swap – Sorting algorithm in C using a limited set of operations.
  • libft – Reimplementation of the C standard library from scratch.

Side projects

  • paper-psp – Paper.io clone for PSP, built in C with PSPSDK and SDL2.
  • awesome-psp – Curated list of modding and development resources for PSP.
  • 42-projects-scraper – Scrape and download subjects from 42intra, summarise using AI and export into a table.
  • youtube-playlists-mcp – MCP (Model Context Protocol) server to manage YouTube playlists.

Popular repositories Loading

  1. awesome-psp awesome-psp Public

    A curated list of modding and development resources for PSP: emulators, plugins, themes, homebrew and tools.

    1

  2. ereader1602 ereader1602 Public

    Minimal LCD 1602 e-reader running on Arduino with texts stored on flash memory.

    C++

  3. libft libft Public

    Reimplementation of standard C library (libc) functions from scratch and additional useful functions.

    C

  4. jeromeberg jeromeberg Public

  5. cub3d cub3d Public

    3D raycasting engine in C built with MinilibX, inspired by Wolfenstein.

    C

  6. so_long so_long Public

    Small 2D game in C built with MinilibX.

    C