Skip to content
View huirayj's full-sized avatar
Block or Report

Block or report huirayj

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

I'm a recent graduate of a Full Stack Bootcamp through Trilogy Education.

  • ⌚ I’m currently working on unfinished freeCodeCamp material and projects.
  • 💻 I’m currently learning Python and more about React and Bulma.
  • 🥅 2021 Goals: Getting my foot in the door as a junior Frontend developer.
  • 🏆 Life Goal (Coding): Mastering the reduce array method.
  • ☔ Fun fact: I enjoy rainy days, while not being in the rain.

Familiar Technologies:

HTML5 CSS3 JavaScript jQuery Bootstrap React SASS

NodeJS Express.js MySQL MongoDB GraphQL

Visual Studio Code NPM Git Jest

Let's Connect!

huirayj | Portfolio huirayj | LeetCode huirayj | LinkedIn huirayj | freeCodeCamp huirayj | LeetCode

Pinned Loading

  1. forum-friends forum-friends Public

    A simple message board app that utilizes Full Stack technologies.

    JavaScript 1 2

  2. PostGrubDash PostGrubDash Public

    Forked from b00000001/PostGrubDash

    Food delivery app that allows the user to view nearby restaurants and select menu items to be delivered.

    JavaScript

  3. random-meal-generator random-meal-generator Public

    A site that generates recipes for a random meal and a random drink.

    JavaScript 1

  4. workout-tracker workout-tracker Public

    A simple workout tracker, complete with two charts.

    JavaScript

  5. book-search-engine book-search-engine Public

    Book search engine powered by Google API and Apollo Graphql.

    JavaScript

  6. A regex tutorial about searching for... A regex tutorial about searching for an HTML tag
    1
    # Regex Tutorial: Searching for an HTML tag
    2
    
    
    3
    ## What is a Regex?
    4
    
    
    5
    Regex or Regexp, short for regular expression, is a search pattern, consisting of a specific sequence of characters. Practical application of regex include: checking if newly created usernames, passwords, and/or emails meet a certain criteria, phone number validation, URL validation, searching and replacing text in text editors or word processors, and etc...