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

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 👾

Back-end developer & Computer Science student from Buenos Aires, Argentina 🇦🇷

Languages and Tools:

linux javascript typescript nodejs nestjs php laravel java spring cplusplus mysql mongodb docker jenkins amazonwebservices

Pinned

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

  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. formula1-wikipedia-data-retriever formula1-wikipedia-data-retriever Public

    Generates a JSON file with F1 Driver stats from a given year based on its wikipedia page

    Python

  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-implementation graph-matrix-implementation 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