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
};
})();
const myStacks = {
lenguages: ["Ruby", "Vanilla JavaScript"],
Frameworks: ["Ruby On Rails", "React", "Redux"],
Basic Technologies: ["HTML5", "CSS3", "Sass"],
Testing: ["Rspec", "Capybara", "Jest"],
Bundler: ["Webpack"]
};