Skip to content
View waltergcc's full-sized avatar

Block or report waltergcc

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
waltergcc/README.md

Hi, I'm Walter πŸ‘‹

🧩 I'm passionate about troubleshooting
πŸ—ƒοΈ I also love to organize things
πŸͺ› My background is in IT support
🀝 I was a full-time volunteer for 7 years
πŸ“š I completed the 42 School Common Core
πŸ’Ό I'm currently a Junior Full-Stack Developer at RTE S.A.

This is me as a code

int main() { std::string const WALTER = "always learning"; while (WALTER == "always learning") std::cout << "I'm " << WALTER << " in an infinite loop!" << std::endl; }

These are the languages and tools I've studied so far

C C++ Shell Git Github VSCode Markdown WordPress WordPress NGINX PHP Java HTML5 JavaScript Photoshop

This is my current status at school

wcorrea-'s 42 stats

And these are my Github status

Pinned Loading

  1. 42-cpp_modules 42-cpp_modules Public

    A learning path for mastering the C++ language and its standard library that cover classes, memory allocation, polymorphism, exceptions, templates, container types and more.

    C++

  2. 42-cub3d 42-cub3d Public

    Inspired by the classic game Wolfenstein 3D, It features a 3D maze renderer using Raycasting with wall textures, player movement and vision rotation.

    C 1

  3. 42-minishell 42-minishell Public

    A feature-rich command-line interprete that provides a basic shell environment with command execution, history, redirections, pipes, environment variables, signal handling, and built-in commands.

    C 4 1

  4. 42-inception 42-inception Public

    A gateway to the DevOps universe through Docker and Docker Compose for deploying a functional web server using NGINX, Wordpress and a MariaDB with a complete Guide.

    Makefile 16 2

  5. 42-philosophers 42-philosophers Public

    C program that simulates the dining philosophers problem using threads and mutexes.

    C 1

  6. 42-webserv 42-webserv Public

    A HTTP server adhering to HTTP/1.1 standards, featuring non-blocking architecture for efficient I/O multiplexing to host multi full static websites.

    C++ 1