[go: up one dir, main page]

Skip to content
View cmunoz-g's full-sized avatar
🧪
Probably creating something
🧪
Probably creating something

Block or report cmunoz-g

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

What's good! 👋

Glad you found my profile 😄 I'm Carlos, a software developer with a passion for building and creating. I'm currently studying Software Engineering at UAX and immersing myself in 42 Madrid, where we explore software engineering fundamentals through projects in C and C++.

Before diving into software development, I worked in marketing—developing and implementing campaigns, analyzing data, and optimizing user experiences.

🔧 Technologies & Tools

  • Programming Languages: C, C++, Bash, Python, currently learning C# and Unity.
  • Tools: Git, Visual Studio Code, Power Query.

📈 42 Stats

cmunoz-g's 42 stats

🎨 Beyond Code

When I'm not coding, you can find me playing the piano, composing music, hitting the gym, or lost in a good book. I love the process of bringing ideas to life, whatever the medium.

Feel free to reach out if you'd like to chat about code, music, or anything in between!

Take care!

📫 Let's Connect

Pinned Loading

  1. minishell minishell Public

    minishell is a custom shell implementation that replicates core bash features, including command history, path resolution, redirections, pipes, environment variables, signal handling, and built-in …

    C 1 1

  2. cub3d cub3d Public

    Forked from jjuanramos/cub3d

    cub3D is a ray-casting project inspired by classic 3D games, developed to render a 3D maze from a first-person perspective using a custom engine in C. It features dynamic rendering and player movem…

    C 1

  3. CPP-Modules CPP-Modules Public

    A collection of 10 C++ modules from 42 School, designed to introduce and explore the fundamentals of Object-Oriented Programming (OOP) using C++.

    C++

  4. Philosophers Philosophers Public

    The Philosophers project simulates the "Dining Philosophers Problem" using multi-threading and synchronization in C, focusing on resource management and preventing deadlocks.

    C