Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Nnevalti's full-sized avatar
πŸ‘Ύ
Space invading
πŸ‘Ύ
Space invading
  • 42 Paris
  • Paris

Block or report Nnevalti

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Nnevalti/README.md

Hello, I'm Valentin Deschamps ! πŸ‘Ύ

42 Coffee ProfileViews

πŸ“š 42 - Paris Alumni & Graduated

πŸ’Ό Audio Programmer at Ubisoft on Anvil Pipeline

πŸ‹ MobyGames Profile

Languages

Language Proficiency
πŸ‡«πŸ‡· French Native language
πŸ‡¬πŸ‡§ English B2 (TOEIC)
πŸ‡―πŸ‡΅ Japanese Learning (N5)

About me

#include <iostream>
#include <string>

using namespace std;

int main()
{
  string name = "Valentin Deschamps";
  string title = "Audio Programmer";

  cout << name << "\n";
  cout << title << "\n\n";

  cout << "Experienced software engineer with a passion for creating elegant and
   efficient solutions to complex problems. Skilled in C++ and Python, with a strong
   background in data structures and algorithms.\n";

  cout << "One trick I like to use when debugging is to print out the values of
   variables at different points in my code. This helps me understand the flow
   of my program and identify any issues.\n";

  cout << "A little known fact about me is that I love working with legacy code.
   There's just something about navigating through thousands of lines of poorly documented,
   spaghetti code that really gets me going.\n";
 
  return 0;
}

I know :

Software development

Software skills Software skills

Web Development

Web development

I also use in my spare time :

Spare time skills Spare time skills

Nnevalti's GitHub stats

Top Langs

Popular repositories Loading

  1. push_swap_tester push_swap_tester Public

    A simple push_swap tester (old subject)

    Shell 3

  2. 42-webserv 42-webserv Public

    This project is here to make you write your HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, …

    C++ 2

  3. get_next_line get_next_line Public

    Get next line : simple readline function (42 project)

    C 1

  4. Cub3D_MacOS Cub3D_MacOS Public

    A 2.5D game (like Wolfenstein) to learn raycasting using minilibx graphic library (42 project)

    C 1

  5. MiniShell_42 MiniShell_42 Public

    A simple command interpreter (42 project)

    C 1

  6. exam_rank03 exam_rank03 Public

    42 Exam rank 03 files

    C 1