Skip to content
View EricRisher's full-sized avatar
😿
😿

Highlights

  • Pro
Block or Report

Block or report EricRisher

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

About Me:

Eric Risher is a UC Berkeley Coding Bootcamp graduate and recent Computer Science student with skills in JavaScript, and both front-end and back-end web development. He possesses a strong foundation in web applications, software engineering, and various technologies such as MongoDB, Git, Node.js, React, jQuery, MySQL, among others.

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

JavaScript C++ CSS3 HTML5 React GraphQL GithubPages Heroku Apollo-GraphQL Bootstrap Express.js jQuery JWT NodeJS TailwindCSS Webpack MongoDB MySQL Adobe Photoshop

πŸ“Š GitHub Stats:



πŸ” Top Contributed Repo


Pinned

  1. tech-blog tech-blog Public

    JavaScript

  2. ecommerce ecommerce Public

    TypeScript

  3. dev-portfolio dev-portfolio Public

    JavaScript

  4. employee-tracker employee-tracker Public

    JavaScript

  5. just-another-text-editor just-another-text-editor Public

    JavaScript

  6. Computer Science for JavaScript: Reg... Computer Science for JavaScript: Regex Tutorial
    1
    # Matching a URL with Regex
    2
    
                  
    3
    ## Summary
    4
    
                  
    5
    Regular expressions (regex) are a powerful tool used in programming for pattern matching within strings. They are implemented in various programming languages, search engines, and text processing tools. A regex pattern is written in a specific syntax that can match, find, or replace text strings based on defined criteria.