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

Highlights

  • Pro

Organizations

@GreenItForward

Block or report jabibamman

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
jabibamman/README.md

Hello friend πŸ‘‹

Welcome to my page! I'm James, a code-addicted student from Paris, France.

I also play video gamesπŸ•ΉοΈ and code πŸ’» to make my day ;)

Oh and you can see my journey on my portfolio ! πŸ“

Projects ✨

99% of my projects are open source, and I'm always looking for new contributors.

I'm the maintainer of more than 44 open source projects, such as:

  • Dyno Code, is a web service that allows you to compile and execute code online. It is written in Rust and uses the web framework actix-web.
  • Frakt, is a Rust-based project focused on the computation and visualization of fractals.
  • Leitner System, is an API for enhanced learning using spaced repetition.It follows SOLID, DDD, and Hexagonal Architecture for high code quality and extensibility.
  • Pipeline Orchestrator, NestJS pipeline orchestrator, it facilitates communication with the dyno-code microservice.
  • Game Of Life, Kotlin Game Of life implemented using BDD with Gherkin syntax and Cucumber for testing.
  • GreenItForward, Crowdfunding app and community space similar to Reddit. We made it with Angular and NestJS
  • ZooMasterAPI, Managing a Zoo thanks to a flexible API built with TypeScript, Express, Mongoose, and Docker
  • BiblioNest, Angular app NestJS api to manage your books and what book you want to read
  • GroundBreaker, Bomberman game made with SDL2 in C in real time.
  • and more like Ups_Manager, GLPI_Ticket_Script, ChakalDrip... !

Anurag's GitHub stats

Languages i used since past year πŸ’»

Contact me 🀝

I'm available on Linkedin and Discord.

Pinned Loading

  1. dyno_code dyno_code Public

    Dyno code is a web service that allows you to compile and execute code online. It is written in Rust and uses the web framework actix-web.

    Rust

  2. frakt frakt Public

    Frakt is a Rust-based project focused on the computation and visualization of fractals.

    Rust

  3. leitner-system leitner-system Public

    Leitner System is a API for enhanced learning using spaced repetition. Users can make flashcards, categorize them by progress, and take daily quizzes. It follows SOLID, DDD, and Hexagonal Architect…

    Java

  4. content_crafters content_crafters Public

    This repo is a web service used as a microservice, allowing communication with MongoDB and Firebase Storage. It is written in Rust and uses the Actix-web framework.

    Rust

  5. pipeline-orchestrator pipeline-orchestrator Public

    This project is a pipeline orchestrator implemented in NestJS. It facilitates communication with the Dynocode microservice, which executes the code.

    TypeScript

  6. gol gol Public

    Implemented the Game of Life using BDD with Gherkin syntax and Cucumber for testing in Kotlin.

    Kotlin