Bonjour/Hello, my name is Souleimane Levaslot, and I am a student at 42, specializing in computer science and programming.
I am completing two years of the core curriculum this year, during which I have learned programming in C and C++, enhanced my knowledge as a Linux user with shell scripting, and learned to manage databases (MariaDB, nginx).
Most importantly, I have gained experience working on and managing projects with groups of 2 to 5 people.
The limitless potential of computing and group work fascinates, excites, and fulfills me. I am seeking an internship in software development, ideally in software engineering.
This project in the C programming language aims to replicate
the functionality of the Linux bash shell. In a pair, we recreated
the handling of signals and all existing bash commands.
I successfully
completed this project once, and then a second time with a different partner to perfect it.
FdF is a project in which we convert a file with a grid of height values into a 3d wireframe using a simple graphics library called MiniLibX and reproducing Bresenham's algorithm in C.
GithubPush_swap is an algorithm project. You start with two empty stacks: a and b. You are given a random list of integers via command line arguments. Only some move are allowed. At the end, stack b must be empty and all integers must be in stack a, sorted in ascending order. With the less number of move.
Github