Skip to content
View GabrielJSuarez's full-sized avatar
🚩
Available For Hire
🚩
Available For Hire
Block or Report

Block or report GabrielJSuarez

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

Hi there 👋 I'm Gabriel, I'm a full-stack web developer!


I'm passionate about two things in life: Coding and Gaming. I approach every code challenge as a Dark Souls boss.

const availableForWork = (() => {
      const hireMe = () => {
            if (positionOpen) {
                  return 'Contact me!';
            } else {
                  return '1v1 me!';
            };
      };
      
      return {
            hireMe
      };
})();

Stacks:

const myStacks = {
      lenguages: ["Ruby", "Vanilla JavaScript"],
      Frameworks: ["Ruby On Rails", "React", "Redux"],
      Basic Technologies: ["HTML5", "CSS3", "Sass"],
      Testing: ["Rspec", "Capybara", "Jest"],
      Bundler: ["Webpack"]
};

Contact me!

🏆 My Github Stats:

Pinned

  1. Space-Shooter-Phaser3 Space-Shooter-Phaser3 Public

    An arcade game built with the Phaser 3 Library for game development about a lone survivor that's trying to get home but gets caught in an asteroid belt, compete to survive and get the highest score…

    JavaScript 6 1

  2. ror_capstone ror_capstone Public

    Capstone project developed as a final project for the ruby on rail module on Microverse, a mobile application that groups the hours logged by a group of freelance programmers working on several pro…

    Ruby 4

  3. Zatixx-HTML-Capstone-Project Zatixx-HTML-Capstone-Project Public

    Webpage built from scratch following the guide lines of the client (Microverse) using HTML/CSS/Bootstrap 4/SASS (Scss sintax)

    HTML 9

  4. JS-ToDoList JS-ToDoList Public

    Forked from alexisbec/JS-ToDoList

    This is a To-Do List Web-App made with Javascript, Bootstrap 5, and Local Storage where the user can create projects and add tasks to that projects. While creating a new task, the user can add the …

    JavaScript 5

  5. CSS-Linter-Capstone-Proyect CSS-Linter-Capstone-Proyect Public

    Building a linter tool for css files, that checks the basic sintax of a css file and points all the mistakes that the file has. The CSS Linter checks the following rules:

    Ruby 4

  6. weather-app weather-app Public

    Weather App webpage built with Webpack and the Open Weather API, it takes a location and returns the location's temperature in Celsius or Fahrenheit, this is practice for Microverse for API's and A…

    JavaScript 4