Skip to content
View Vlad-PLK's full-sized avatar

Highlights

  • Pro

Block or report Vlad-PLK

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.

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

CODING PROJECTS๐Ÿ–ฅ๏ธ

42LOGO

๐Ÿ‡ซ๐Ÿ‡ทFR VERSION๐Ÿ‡ซ๐Ÿ‡ท

Hi, I'm Vladimir, a junior developper and a student of 42 Nice.

Here you will find all my coding journey through 42 Cursus and more of my personnal projects, documented with all my researchs and my approaches to solve them.

The fundamental pillar of a great developper besides in learning C and I don't even want to argue on that๐Ÿ˜Ž
C with classes is just easier C so be brave and embrace C!

Check out all my projects bellow and feel free to contact me for more details ๐Ÿš€

Of course I'm open to work and let's do it together if you want to achieve everything you ever wanted ๐Ÿ’ช

"Where the willingness is great,
the difficulties cannot be great."

Niccolรฒ Machiavelli

Project Name Description Completion Skills
LIBFT Core C library functions โœ… C, Data Structures, Algorithm
PRINTF Custom printf implementation โœ… C, VA_ARG functions
GET NEXT LINE Function to read a line from a file โœ… C, FDs, Static Variables
PIPEX Command pipeline implementation โœ… C, Pipes, Processes
PUSH SWAP Sorting Algorithm with stacks โœ… C, Algorithms, Data Structures
SO LONG Basic 2D Game with a custom graphic library โœ… C, Algorithms, Game Developpement
PHILOSOPHER Dining philosophers problem simulation with threads โœ… C, Semaphores, Threads
MINISHELL Bash implementation in C โœ… C, Bash scripting concepts, Recursivity, Linux, Data Structures
NETPRACTICE Networking exercises โœ… Sockets, Networking
CUB3D Raycaster-based 3D FPS Game โœ… C, Raycasting algorithms, Game Developpement
CPP 0-4 C++ basics exercises โœ… C++, O.O.P
CPP 5-9 Advanced C++ concepts โœ… C++, Algorithms, Containers, O.O.P, Exceptions, Templates
INCEPTION Web Small Infrastructure using Docker-Compose โœ… Docker, Docker-Compose, NGINX, WordPress, PHP-FPM, MariaDB
FT-IRC IRC Server implementation โœ… C++, Network protocols, Sockets, IPv4, IRC Protocol, IRSSI

See you soon and hope you enjoy my page !
Gmail
LinkedIn

Popular repositories Loading

  1. 42PISCINE 42PISCINE Public

    42's PISCINE

    C

  2. LIBFT LIBFT Public

    C Library

    C

  3. PRINTF PRINTF Public

    42 PRINTF PROJECT

    C

  4. PUSH_SWAP PUSH_SWAP Public

    C

  5. SO_LONG SO_LONG Public

    C

  6. GET_NEXT_LINE GET_NEXT_LINE Public

    Project Get Next Line 42

    C