Skip to content
View AlexString's full-sized avatar
Coffee love
Coffee love
Block or Report

Block or report AlexString

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

Hi there!

My name is Ricardo Alexis Lopez Cadena and I'm a Computer Science Engineer, from Universidad de Guadalajara in Jalisco, Mexico.

About me

✨ Creating bugs since 2019
📚 I'm currently learning about Web Development and SEO.

Social media

Skills

Front End

javascript logo typescript logo figma logo react logo html5 logo css3 logo nextjs logo jest logo

Back End

firebase logo amazonwebservices logo nodejs logo python logo docker logo

My favorite skills

git logo vim logo vscode logo linux logo windows8 logo

Social media

Popular repositories

  1. dotfiles dotfiles Public

    My .dotfiles repository.

    CSS 1

  2. ProducerConsumer_problem_with_semaphores ProducerConsumer_problem_with_semaphores Public

    A C++ code that simply demonstrates the consumer/producer problem implemented with semaphores made for my Operative Systems class.

    C++ 1 1

  3. scripts scripts Public

    Nice scripts for nice tasks.

    Shell 1

  4. backend-express-course backend-express-course Public

    A repository for a course I took on platzi.com about backend with Node.js: API REST with Express.js

    JavaScript 1

  5. knapsack_algorithm_python knapsack_algorithm_python Public

    Algorithm that simply implements the knapsack problem with maximum, minimum weight and max values criterion.

    Python

  6. Dining-Philosophers-problem Dining-Philosophers-problem Public

    A C++ code with a simple implementation of the dining philosophers problem using mutex and threads for my Operative Systems class.

    C++