Skip to content
View HX-AQuintero's full-sized avatar
🎯
🎯
Block or Report

Block or report HX-AQuintero

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

Hello everyone!👋

I am a Full Stack Web Developer and Mathematician with a great passion for programming, teaching and constant learning. I love exploring new technologies and tools to expand my skills and apply them to exciting projects.

My focus is on developing high-quality web applications and solving complex problems. I'm excited to join the developer community and collaborate on innovative projects that help improve people's lives.

If you're looking for a developer committed to excellence and willing to learn, don't hesitate to contact me!

A little more about me:

const aboutMe = {

   code: ['Javascript', 'Typescript', 'SQL', 'HCL', 'Ruby', 'Python'],
   
   technologies: {
   
      frontEnd: {
         js: ['HTML', 'CSS', 'React', 'Redux', 'React Native']
      },
      
      backEnd: {
         js: ['NodeJS', 'ExpressJS', 'Sequelize'],
         ruby: ['Ruby on Rails', 'Active Records']
      },
      databases: ['PostgreSQL', 'Amazon S3'],
      
      cloud: ['AWS', 'TerraForm (IaaS)'],
      
      testing: ['Jest', 'Puppeteer'],
   },
   currentOccupation: ['Teaching Full Stack JavaScript development', 'Learning new technologies', 'Improving my skills'],
   
   hobbies: ['Art', 'Tech', 'Science', 'Languages']
};

Connect with me:

mail https://www.linkedin.com/in/alejandro-quintero-mejia/ https://twitter.com/BatmathDev

Languages and Tools:

javascript typescript git html5 css3 tailwind react redux nodejs express sequelize postgresql jest aws terraform puppeteer ruby rubyonrails python

Projects:

Tech Store E-commerce 💻

🔧 Tech tools:

JavaScript, HTML, Tailwind CSS, Cloudinary, JWT.

◀️ Backend:

NodeJS, Express, Sequelize and PostgreSQL.

▶️ Frontend:

React, Redux.

The project consists of a virtual store of technological articles. In it you can find products by categories that can be filtered by shipping cost, price range and in ascending and descending order, as well as added to a wishlist or directly to a shopping cart. Each product has its specifications such as price, description, shipping cost and purchase button; however, only logged in users can make purchases, being these simulated by a Mercado Pago gateway. The login can be done through a form or with Google directly. There is an administrator profile that can view information regarding users, their orders and products purchased, sales statistics, option to assign discount to products and section for creating newsletter and sending it to subscribed users.

Check it out: https://tech-store-prod.vercel.app/


Dogs App 💻

🔧 Tech tools:

JavaScript, HTML, CSS.

◀️ Backend:

NodeJS, Express, Sequelize and PostgreSQL.

▶️ Frontend:

React, Redux.

This application was performed by applying all the knowledge acquired in Henry's Bootcamp. It use PostgreSQL as a database and through Sequelize, the models are connected to the server provided by Express. It consumes data from the dogs API and has new paths that will be used by the frontend. The data shown come from the new paths and from the database. Dogs App allows both the visualization, filtering and sorting of more than 150 dog breeds, as well as the possibility of creating new breeds and adding them to a database. Redux is used to control the global state.

Check it out: https://dogs-app-jade.vercel.app/


Pinned

  1. bitcoin-api bitcoin-api Public

    Ruby

  2. e-commerce-backend e-commerce-backend Public

    Forked from sebMar92/e-commerce-backend

    Final project at Henry with a team of awesome devs

    JavaScript 1

  3. pi-client pi-client Public

    Frontend from Dogs App

    JavaScript 1

  4. terraform-demo terraform-demo Public

    Demo from DevOps Terraform Bootcamp

    HCL

  5. puppeteer-practice puppeteer-practice Public

    Puppeteer is a Node.js library developed by Google that provides a high-level API for controlling headless Chrome or Chromium over the DevTools Protocol. It allows developers to automate tasks such…

    JavaScript

  6. react-chat react-chat Public

    React chat made using React and Firebase

    JavaScript