HI THERE Souleimane (Alexis) Levaslot
student based in Paris.

About Me

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.

Core Skills

  • C
  • Algorithm
  • C++
  • Docker
  • MariaDB (database)
  • css
  • Github
  • Vue.js
  • HTML

Languages

  • French : native language
  • English : almost fluent

Studies

2022 - Present

42 Expert en architecture informatique RNCP 7

Programmation / développeur informatique, général

  • 42 is a school that requires passing a competitive entrance exam called the "piscine," which lasts one month. It is designed to simulate an intense workload, leaving us no choice but to work 10 to 15 hours a day, 7 days a week, for 28 days. This experience forces us to bond with fellow students to succeed.
  • The principle of 42 is peer-to-peer learning. Over the course of two years without teachers, we were required to complete around 15 projects and pass a total of 6 exams. Communication, autonomy, and the ability to work in a group are key to success. These qualities, which I already possessed, have been significantly enhanced.
    42 suits me in every aspect, from its social environment and the sharing of knowledge and ideas among students to its technical challenges and algorithmic puzzles. It is an innovative learning method that has proven its worth, allowing me to grow and surpass myself with a collective drive to succeed.
2021 - 2022

Université Paris-Est Créteil (UPEC)

Diplôme universitaire de technologie (DUT) Entry L1

  • Office automation
  • Math
  • English

42 Projects

Minishell

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.

Github

Fdf

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.

Github

Push_swap

Push_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