Skip to content
View dubmix's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report dubmix

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

Hi there, I'm P-A πŸ‘‹

Welcome to my GitHub!

  • πŸ‘¨β€πŸ’» Currently doing an internship at SAP Signavio within the Product & Strategy teams, as part of the SAP Product Engineering department
  • πŸ”­ Currently working on the SAP-SAM open-source project, Signavio's internal Python SDK, and on RAG-chatbot, a personal project aimed at creating a custom app using ChatGPT's API and Chroma as a vector database
  • 🌱 Currently learning LangChain, ElasticSearch, K8s

Take a look at some of my public 42 projects:

  • Webserv | Building an HTTP web server from scratch
  • CPP Modules | Various coding exercices in C++
  • Inception | Setting up a network of containers using Docker
  • miniRT | Building a Raytracer in C
  • Philosophers | Using process threading to solve the dining philosophers problem
  • minishell | Reverse-engineering bash
  • so_long | A simple 2D game inspired by a famous franchise
  • minitalk | Small data exchange program using UNIX signals
  • push_swap | Building an algorithm to sort data using stacks, with a limited set of instructions

Tech Stack:

Python Shell Script TypeScript JavaScript C C++ HTML CSS Docker Elasticsearch Kibana CircleCI

Pinned

  1. 42-miniRT 42-miniRT Public

    An introduction to ray tracing in C

    C

  2. sap-sam sap-sam Public

    Forked from signavio/sap-sam

    Example source code for SAP Signavio Academic Models (SAP-SAM)

    Jupyter Notebook

  3. 42-Webserv 42-Webserv Public

    Forked from flo-12/webserv

    Our own HTTP web server in C++

    C++

  4. 42-Inception 42-Inception Public

    How to set up a network of containerized services with Docker πŸ‹

    Dockerfile

  5. transcendence-elk-setup transcendence-elk-setup Public

    Dockerized ELK stack setup from scratch, as part of Transcendence

    Dockerfile 1

  6. RAG-chatbot RAG-chatbot Public

    Build a RAG app from scratch using Chroma and the ChatGPT API

    Python