Skip to content
View TonyQ032's full-sized avatar

Highlights

  • Pro

Block or report TonyQ032

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

Hi My name is Anthony Quinones

Full Stack Web Developer / Educator

I am a frontend web developer at Best Coast Pairings. I come from an education background with significant leadership experience. I've learned how to effectively manage and work in large and small groups of people to achieve the tasks at hand. Whether they be lesson plans or programming project deadlines, my experience as a web developer and education have prepared me for whatever is thrown my way.

In education, as in programming, an eagerness to learn new concepts is a requirement. I am always excited to learn and apply new skills!

  • 🌍  I'm based in Rialto, CA
  • 🖥️ You can view my portfolio here
  • ✉️  You can contact me at [email protected]

Skills

JavaScript Python HTML5 React JQuery CSS3 Bootstrap NodeJS Express GraphQL MongoDB MySQL Heroku

Socials

Pinned Loading

  1. PreDevz/Daisys-Cakes PreDevz/Daisys-Cakes Public

    Full Stack MERN website for local small business "Daisy's Cakes"

    JavaScript 15 6

  2. PreDevz/POP-Umai PreDevz/POP-Umai Public

    Complete Full-Stack website created for the local company Pop Umai!

    Handlebars 5

  3. Tonys-Tech-Blog Tonys-Tech-Blog Public

    Full-Stack web blog application powered by MySQL, Express, Handlebars, and Node!

    JavaScript

  4. PreDevz/Platello PreDevz/Platello Public

    Cheers to a new dish! Website that recommends users foods and drinks based on their preferences. Powered by the Spoonacular and the CocktailDB APIs.

    JavaScript 4

  5. Regex Tutorial - Hex Code Validation... Regex Tutorial - Hex Code Validation - Tutorial I created to help others better understand the often-feared concept of regex. This is done by breaking down an existing hex value regex and explaining what each part is and what it does.
    1
    # Regex-Tutorial - Hex Code Validation
    2
    
                  
    3
    A regex, or regular expression, is a sequence of characters that are used to specify a search pattern in text. They can be used to match character combinations in strings and also to locate, verify, or manage text.
    4
    
                  
    5
    Regular expressions are incredibly helpful tools however they can *appear* quite intimidating at first glance. The purpose of this gist is to help people understand what regex is, its different aspects, how to implement them into JavaScript, and how to break down and explain a specific regular expression.