Hi, my name is
Adrien
🙂
I'm a software engineer based in Paris and currently studying at
42
. I love to build
side-projects
, mostly using
React
,
React Native
and
GraphQL
, everything written in
Typescript
.
Some of my projects:
#42
#side-projects
Description
My alcohol game made using React Native and typescript.
TOZ
React Native, Typescript
Description
Implementation of a raycasting algorithm in C to recreate a wolf3D like game with textures, sprites using the minilibX, a minimalistic graphic library of 42.
Cub3D
C, Raycasting, Graphic library
Description
Implementation of the various container types of the C++ standard template library.
ft_containers
C++, Data structures
Description
Infrastructure of different services using Kubernetes. It contains a nginx and ftps server, wordpress, mysql, phpmyadmin, grafana, influxdb all based on alpine.
ft_services
Kubernetes, Clustering, Docker
Description
Website using Ruby on Rails, Backbone.JS, PostgreSQL, Docker and Typescript.
ft_transcendence
Ruby on Rails, Backbone.js, PostgreSQL, Docker, Typescript
Description
The aim of this project is to get familiar with assembly language.
libasm
Assembly language
Description
Implementation of a shell with some built-in commands and the possibility to execute programs, use environment variables, redirections, pipes and more...
minishell
C, UNIX
Description
Three different implementation of the famous dining philosophers problem using mutex, semaphores and processes.
philosophers
C, Multithreading
Description
This is my own HTTP 1.1 server written in C++, it is conditional compliant with the rfc 7230 to 7235.
webserv
C++, HTTP, SOCKETS