Skip to content
View GaboDotCodes's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report GaboDotCodes

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

Hi there ๐Ÿ‘‹

I'm Gabriel, a 22 years old Systems Engineer Student. ๐Ÿ‘จโ€๐Ÿ’ป
I love to learn and understand how things work.
I will try to help and share my knowledge whenever I can.
I believe that every idea has the power of shape our world.

These are some of my personal projects

  • Astronomy Picture of the Day: It's a vanilla javascript website that shows a highlight image of NASA. ๐Ÿ‘จโ€๐Ÿš€๐Ÿš€ First of all I drew a wireframe in my board and then I put it on Figma, to finally code and practice fetch and css media queries. <code>

  • Colombia Holidays: There are 2 project that make work this, an API with NodeJs to check Colombian holidays in a month, in a year and check if a day is holiday and a UI to be user friendly. ๐Ÿ–๏ธโœˆ๏ธ I readed the law that define holidays in Colombia to make this project and I found an anonymous algorythm to calculate Easter Day. [Back: <code>] [Front: <code>]

  • Calculator.Js: A simple calculator in vanilla javascript. ๐Ÿงฎ Has input by keyboard, regex expressions, memory managment by a class and validation of operators. <code>

  • GifApp: A web to search gifs. ๐ŸŽฅ๐Ÿฐ It's a ReactJs practice with hooks and horizontal scrolling. <code>

Finally...

  • GraphQL Webinar: A GraphQL webinar to share my knowlege and build a feature with my team. I was 20 yo. <code>

Thanks for checking it out! You can say Hi! at hi[at]gabo[dot]codes

Pinned

  1. colombian-holidays colombian-holidays Public

    This node.js api allows you know every holidays in a year, a month or check if a specific day is holiday.

    JavaScript

  2. apod apod Public

    Astronomy Picture of the Day

    CSS

  3. gif-app gif-app Public

    React website to practice.

    JavaScript

  4. graphQL_webinar graphQL_webinar Public

    A webinar about GraphQL to my team

    JavaScript

  5. PinPongTrainer PinPongTrainer Public

    A simple 1 to 6 random number generator. My brother needs it to train Ping Pong movements.

    JavaScript

  6. technicalAptitudeTest technicalAptitudeTest Public

    Technical aptitude test - A calculator function in C++ connected with a NodeJS API

    JavaScript