Skip to content
View MatiasCarabella's full-sized avatar
👾
Working from home
👾
Working from home

Block or report MatiasCarabella

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

Hi! I'm Matías Carabella 👾

Professional Back-end Developer & University Student in Computer Science 🏛️ | Based in Buenos Aires, Argentina 🇦🇷

I specialize in building efficient back-end systems using technologies like Node.js, PHP (Laravel), and Java (Spring). I'm also experienced with containerization (Docker), CI/CD pipelines (Jenkins), and cloud services (AWS). I'm passionate about AI and solving complex problems with scalable solutions!

Tech Stack

Languages

javascript typescript php java python cplusplus

Frameworks

nodejs nestjs laravel spring

Databases & Tools

mysql mongodb docker jenkins aws

Pinned Loading

  1. self-driving-ai self-driving-ai Public

    2D self-driving car simulation developed in Python using Pygame, featuring a Q-learning agent that learns to navigate a circuit by interacting with its environment and optimizing its actions throu…

    Python

  2. formula1-driver-API formula1-driver-API Public

    REST API of F1 drivers that showcases the use of Spring Boot, Docker & MySQL as its main technologies. With this project, you'll be able to fetch, add, update and delete F1 drivers as you wish. I h…

    Java 1

  3. NASCAR-website NASCAR-website Public

    U.T.N. Professional Webmaster (Full-Stack) university course final project - 2019

    PHP 1

  4. youtube-search-API youtube-search-API Public

    Laravel & Docker project that allows you search for YouTube videos using a keyword and some parameters. All you'll need a Google/YouTube API key 👾

    PHP

  5. multithreading-cpp multithreading-cpp Public

    C++ programs showcasing multithreading, concurrent programming, and parallel algorithms. They explore how to optimize performance using threads, synchronization primitives, and parallel algorithms.

    C++

  6. graph-matrix-pathfinder graph-matrix-pathfinder Public

    Java implementation of graphs using adjacency matrices. It includes various algorithms for finding shortest paths, detecting cycles, performing pre-order traversals, and calculating the graph's hei…

    Java