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

Skip to content
View Felipp3san's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report Felipp3san

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
felipp3san/README.md

Hello, i'm Felippe Santana! 👋

I am a student at 42 School, focused on C and C++ programming, where I am developing my skills in low-level programming, system-level projects, and embedded concepts. I am actively learning and practicing tools like Valgrind, GDB, and Makefiles to write efficient and reliable code.

Through my projects, I explore memory management, process control, and performance optimization, building a strong foundation in backend and systems development.

In addition to my previously detailed skills, I also have hands-on experience with PHP (Laravel, Livewire), JavaScript (Node.js, Alpine.js), and MySQL/MongoDB. I maintain a portfolio of small React projects, which I create to explore other areas of development and expand my skill set.

You can check out my side projects here: https://felippesantana.me


GitHub stats Top Languages

Mariana's visitors

Pinned Loading

  1. 42-minishell 42-minishell Public

    A Unix-like shell built in C that replicates core terminal features such as command execution, pipes, redirections, and environment variable handling. Developed to deepen understanding of processes…

    C

  2. 42-so_long 42-so_long Public

    A 2D game built in C with MiniLibX for the 42 School curriculum. Collect all items, avoid enemies, and reach the exit. Focuses on graphics rendering, event handling, and map validation, featuring c…

    C

  3. 42-philosophers 42-philosophers Public

    A simulation of the Dining Philosophers problem in C, demonstrating concurrency control using threads, mutexes, and timing. Handles philosophers’ actions (thinking, eating, sleeping) while preventi…

    C

  4. 42-push_swap 42-push_swap Public

    A stack-based sorting program in C that uses optimized quick sort and stack partitioning to efficiently sort integers with minimal operations. Developed for the 42 curriculum to strengthen skills i…

    C

  5. 42-libft 42-libft Public

    Libft is a custom C library that reimplements essential functions from the C standard library and adds useful utility functions for string, memory, and character manipulation. It serves as a founda…

    C

  6. 42-pipex 42-pipex Public

    A C program that mimics shell pipelines, allowing multiple commands to be executed with redirected input/output. Pipex handles file descriptors, child processes, and command execution, demonstratin…

    C