Skip to content
View waltergcc's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report waltergcc

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
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'm currently a student at 42 Porto

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

  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

  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 1 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 2

  5. 42-philosophers 42-philosophers Public

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

    C

  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