You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full stack web platform that is designed to be scalable, accessible, and user-friendly, supporting a wide range of user preferences. It also incorporates a modern architecture using microservices…
Conception et déploiement d'une infrastructure multi-services en utilisant Docker et Docker Compose dans un environnement virtualisé. Le projet consistait à configurer et déployer une pile d'applic…
Le projet consiste à créer un shell Linux simple qui permet d'exécuter des commandes via un interpréteur de lignes de commande interactif. À travers ce projet, tu vas apprendre à manipuler les proc…
Développement d’un moteur de RayTracing en C pour la génération d’images 3D à partir de scènes définies par des objets géométriques simples (sphères, plans, cylindres). Le projet inclut la gestion …
It simulates the "Dining Philosophers" problem using threads and mutexes to model philosophers who must share forks while eating. The goal is to ensure philosophers don't starve,