Skip to content
View Matias171314's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Universidad de Alcalá
  • Madrid
  • 06:55 (UTC +02:00)
  • Instagram matimati93_

Highlights

  • Pro

Block or report Matias171314

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Matias171314/README.md

Hi there 👋

I'm Matias Vásquez,

I'm building solid engineering foundations: mastering low-level programming, solving complex logic puzzles, and aiming for the aerospace sector.

I am an undergraduate student at UAH and 42 Madrid, highly versatile, and always open to learning new tech stacks.

  • Building core software skills primarily in C, C++, Python, SQL, while remaining adaptable to whatever language the project requires.
  • Exploring Embedded Systems and low-level architecture to understand how software interacts directly with hardware.
  • Analyzing data and experimenting with AI to solve real-world problems and optimize processes.
  • Aiming to contribute to the space tech industry, open-source communities, and collaborative team projects.

Connect with me: LinkedIn | Email


Matias's GitHub stats

Pinned Loading

  1. 42-libft 42-libft Public

    A custom C library for 42 – reimplementing standard libc functions and adding utility tools for future projects.

    C

  2. SmartTrafficLight SmartTrafficLight Public

    IoT smart traffic light system developed with ESP32, sensors (PIR, LDR, pedestrian button), and MQTT communication. Lab project for the Ubiquitous Computing course (UAH, 2025–2026 academic year). I…

    C 1

  3. 42-ft_printf 42-ft_printf Public

    A custom implementation of the C printf() function — handling formatted output with variadic arguments.

    C

  4. 42-get_next_line 42-get_next_line Public

    C

  5. 42-push_swap 42-push_swap Public

    C

  6. 42-A-Maze-ing 42-A-Maze-ing Public

    A Python-based maze generator and solver utilizing iterative DFS for structural generation and BFS for optimal pathfinding. Features ASCII terminal rendering, hexadecimal exporting, and a reusable …

    Python